docker-db-backup icon indicating copy to clipboard operation
docker-db-backup copied to clipboard

Backup multiple database types on a scheduled basis with many customizable options

Results 107 docker-db-backup issues
Sort by recently updated
recently updated
newest added

### 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...

bug

### 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...

enhancement
help wanted

**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...

enhancement

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...

enhancement

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...

bug

### 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...

enhancement
help wanted

**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...

enhancement

### 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...

bug