ajctrl
ec69104d8f
encrypt after pg_dump ( #156 )
2 years ago
Michael Bianco
801a136b44
Adding devcontainer
2 years ago
David Sierra DiazGranados
5a0d364159
Fix backup.sh ( #154 )
Error:
backup.sh: line 96: DEST_FILEpostgres_2022-09-01T22:43:47Z.sql.gz: not found
2 years ago
Denis
616e7c73cd
Fixed SCHEDULE EV description ( #147 )
PR #136 switched from go-cron to crond, so it doesn't support seconds and formats like '@daily' anymore
2 years ago
Matías García Isaía
c6e19eec80
Allow to opt-out of S3 bucket creation in mysql-backup ( #153 )
This avoids the need to grant S3 list/read access to the backup user
2 years ago
Mike Bianco
6506a9c0b1
Adding encryption option to postgres s3 backup
2 years ago
Daniele De Lorenzi
591b3bcd44
[FIX] Typo in apk add command ( #150 )
2 years ago
Markus Bachmann
7032c4adc8
Add support for MySQL 8.0 ( #149 )
2 years ago
Taro Matsuzawa aka. btm
88416a56c8
bump ruby and mailcatcher versions ( #148 )
2 years ago
Jérémy DECOOL
f23c297ac8
Docker images improvement ( #145 )
* Upgrade hugin image to debian:bullseye
* Upgrade jekyll image to debian:bullseye
* Fix latex image build
* Fix nginx-envtpl image build
* Fix nodejs image build
* Fix octave image build
* Upgrade redis-commander image to debian:bullseye
* Upgrade rust image to debian:bullseye
* Fix s3cmd image build
* Fix scala-sbt-docker image build
* Add Makefile to build images
* Allow to define Docker tag to build
* Set a tag strategy
3 years ago
Csaba Sulyok
b041c03909
attempt to create s3 bucket automatically if not found ( #140 )
Co-authored-by: Sulyok Csaba <sulyok.csaba@codespring.ro>
3 years ago
Gregor Riepl
f7e74db8d2
Removed --insecure parameter from curl commands ( #143 )
3 years ago
Georg Ledermann
1e49b4634a
Update Alpine to 3.15 to support PostgreSQL 14 ( #138 )
* Update alpine from 3.9 to 3.15
This adds support for PostgreSQL 14
* Fix missing python packages
* Install aws-cli as package
* Installing the PostgreSQL client is sufficient
3 years ago
Alex Kulikovskikh
35e560069a
Update postgres-backup-s3 ( #127 )
- Bump alpine from 3.9 to 3.11
- Add Postgres v12 support (Fixes #115 )
- Add multiple or all databases backup (Fixes #10 )
- S3_PREFIX can be empty (Fixes #59 )
- Add missing Documentation (Fixes #87 )
3 years ago
xobotyi
b4084c3d06
chore: bump beanstalkd version to the latetst (1.11);
5 years ago
Sam Hopwell
0252da6221
Support for http-path
3 years ago
maik-s
30127705cc
Update Dockerfile
Debian wheezy is out of support since 2016.
Using the latest debian version buster.
5 years ago
Donal Byrne
b6cc872ced
Added to all scripts
6 years ago
Michael Bianco
588291ba4d
Merge pull request #136 from iloveitaly/fix-mysql
Fix mysql backup
3 years ago
Michael Bianco
27016fe436
Merge pull request #124 from hdf1986/patch-1
Update README.md
3 years ago
Michael Bianco
41188388cf
Use python3, remove go-cron, and use builtin cron
3 years ago
Michael Bianco
f17af7f5ae
Eliminate space in shebang
Was causing dockerfile to fail to load
3 years ago
Hugo David Farji
6d8b469f95
Update README.md
5 years ago
Olivier Cuypers
29f00f74e7
Merge pull request #111 from flyte/master
Update alpine from 3.7 to 3.9 in postgres-backup-s3
6 years ago
Ellis Percival
e3715ddf35
Update alpine from 3.7 to 3.9
6 years ago
Olivier Cuypers
b7a6da71c6
Merge pull request #101 from robwithhair/master
Added static filename to list of environment variable options
6 years ago
Rob Harrison
58e8830f1c
Added static filename to list of environment variable options
6 years ago
Johannes Schickling
a39718a3a7
Merge pull request #99 from SamMousa/patch-1
Reduce image size and useless process
7 years ago
Johannes Schickling
d572209166
Merge pull request #100 from schickling/add-s3cmd-schedule
Add s3cmd scheduling for automatic backup
7 years ago
Olivier Cuypers
909afc80cb
Add s3cmd scheduling for automatic backup
7 years ago
Sam
d5b3d6a780
Update README.md
7 years ago
Sam
b13d5e6af2
Reduce image size and useless process
This reduces the image size (using alpine), and removes the `/bin/sh` process by using `ENTRYPOINT`
7 years ago
Johannes Schickling
498d19aafd
Merge pull request #96 from neclimdul/smaller-swagger-image
Use one RUN to optimize layering
7 years ago
James Gilliland
b34479f928
Use one RUN to optimize layering
Since each RUN creates its own layer that needs to be downloaded and layered
to create the image, combining the cleanup steps into the same RUN shrinks the
image size quite a bit.
Before: 84MB
After: 75.2MB
7 years ago
Pirmin Kalberer
12656a3d2b
Set PATH for cargo/rustc
7 years ago
Johannes Schickling
f3df5ff1bd
Merge pull request #94 from pka/rustup
Use rustup for Rust installation
7 years ago
Pirmin Kalberer
b9cc9a5346
Use rustup for Rust installation
7 years ago
Johannes Schickling
467b365116
Merge pull request #92 from kshilovskiy/master
Use latest alpine version
7 years ago
Konstantin Shilovskiy
ce7af27ab9
Use latest alpine versions
7 years ago
Johannes Schickling
8cdd445093
Merge pull request #91 from pka/master
Workaround for ./install.sh: Text file busy
7 years ago
Pirmin Kalberer
7dbb3dfd87
Run install.sh without chmod +x
Fixes "Text file busy" error.
7 years ago
Pirmin Kalberer
fecd6f1a0b
Workaround for ./install.sh: Text file busy
7 years ago
Johannes Schickling
d50cc6515c
Merge pull request #90 from hoax/master
added --no-quit to remove quit-button in web ui
7 years ago
Tobias Mayer
55cd7d8d89
added --no-quit to remove quit-button in web ui
7 years ago
Johannes Schickling
2cef7718b6
Merge pull request #85 from Lctrs/fix/deprecated
Replace deprecated MAINTAINER by LABEL
7 years ago
Jérôme Parmentier
c2c45be6bb
Replace deprecated MAINTAINER by LABEL
7 years ago
Johannes Schickling
95ee8afd62
Merge pull request #84 from Lctrs/feature/mailcatcher-alpine
Switch to Alpine for Mailcatcher image
7 years ago
Jérôme Parmentier
2daaa5015c
Switch to Alpine for Mailcatcher image
7 years ago
Johannes Schickling
d4393c70f2
Merge pull request #83 from stigkj/patch-1
Fix typo (ocatve --> octave)
7 years ago
Stig Kleppe-Jørgensen
06a0af26e9
Fix typo (ocatve --> octave)
7 years ago