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

Feature request: Backup individual DBs into different files for Postgres Databases.

Open upuldi opened this issue 2 years ago • 2 comments

Description of the feature Currently, all the DBs are backed up as a single file. Instead, make the DBs backed up into different files. The list of DBs can be provided as config/env variables.

Benefits of feature Ability to restore the specific DB when required.

Additional context

upuldi avatar May 17 '22 10:05 upuldi

This exists already for certain DBs with the SPLIT_DB environment variable. You haven't listed with DB engine you are trying to back up?

tiredofit avatar May 17 '22 10:05 tiredofit

For Postgres DBs this is not working.

upuldi avatar May 17 '22 17:05 upuldi

Feature in place for Postgresql for quite some time now. New release 4.0.0 includes support for a seperate authentication db vs a user db. https://github.com/tiredofit/docker-db-backup/releases/tag/4.0.0

tiredofit avatar Nov 09 '23 03:11 tiredofit