docker-db-backup
docker-db-backup copied to clipboard
Backup multiple database types on a scheduled basis with many customizable options
### Summary I am trying to set up db-backup for MSSQL using the default configuration in `compose.yml`. I have manually created the `test1` database as instructed. However, I am encountering...
### Summary I have a cron jobs to create a Mongo DB snapshot of all databases and store it in S3, but when I do a restore I only get...
**Description of the feature** Would be awesome if you could integrate with a notification service like SHOUTRRR **Benefits of feature** SHOUTRRR and others allows users to use many more notification...
zstd also supports the --rsyncable flag, and so it would be good to highlight this in the readme. Not sure if it is also worth renaming the variable.
**Description of the feature** db-backup creates files on different repositories in order to get them saved by the respective backup tools. It would be fine to have RESTIC cli as...
ln. 770 - it seems the IF only needs one &
After it compressed everything and sent it to S3, on S3 itself, instead of the archive, yesterday I had an md5 folder and an archive folder, instead of the archive...
### Summary During `restore` the `all` parameter is not accepted. ### Steps to reproduce Create a config where the DB_NAME is set to "all" and after a backup try to...
**Description of the feature** Add possibility to recover database backups stored in S3 bucket. **Benefits of feature** Restore from remote S3 location. **Additional context** Right now, use add. script: It...
### Summary if I use the - DEFAULT_EXTRA_OPTS=-cC for postgres (which adds the dump and create commands for the saved databases), the saving of the global options pg_dumpall will not...