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
trafficstars

### Summary I'm trying to restore mongodb backup made by db-backup container to database which is in the same docker-compose stack. ### Steps to reproduce My docker-compose.yml file: ``` version:...

bug

i can use only one database to backup for one container ? i cant backup all my databases (MariaDB ,PostgreSQL and etc ..) right? Thanks

enhancement

### no roles backed up Postgres: when we use SPLIT_DB, the databases are backed up perfectly and could be restored. BUT: the roles and their passwords are not backed up....

enhancement

**Description of the feature** I understand that this image supports for Docker secrets, e.g. instead of putting your DB password in the DB_PASS environment variable (which could be accessible outside...

enhancement

--- name: Feature Request about: Suggest an idea for this project --- **Description of the feature** Just as this project contains great script for running the backup, it will be...

enhancement

Summary This problem was posted [https://github.com/tiredofit/docker-db-backup/issues/121](url) and solved. Now with v3.3.2 it occurs again. When restoring a database backup with 'restore' command, all parameters are accepted until DBPORT that allways...

bug

**Description of the feature** The possible file names to restore now seems to be sorted randomly (I can't find any logic in this at least). It would be useful if...

enhancement

**Description of the feature** [PSQL] Possibility to specify auth db name or use `template1` database in case when DB_NAME and DB_USER differs. **Benftits of feature** For now it looks like...

enhancement

### Summary 2022-06-10.08:06:29 [ERROR] ** [db-backup] Error sending statistics, consider disabling with 'CONTAINER_ENABLE_MONITORING=FALSE' ### Steps to reproduce Start Backup (manual, planned) ### What is the expected *correct* behavior? No Log...

bug

Hey Are there plans to use xtrabackup for MySQL and mariabackup for MariaDB, instead of mysqldump? (or at least give the option for that) It's much better and faster, for...

enhancement