docker-db-backup
docker-db-backup copied to clipboard
Backup multiple database types on a scheduled basis with many customizable options
### 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:...
i can use only one database to backup for one container ? i cant backup all my databases (MariaDB ,PostgreSQL and etc ..) right? Thanks
### 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....
**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...
--- 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...
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...
**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...
**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...
### 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...
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...