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

the `DATABASE_OPTS` doesn't support mutliple options

Open trim21 opened this issue 2 months ago • 1 comments

for example:

      DATABASE_OPTS: '--exclude-table=table1_* --exclude-table=table12_* --exclude-table=table3_*'

this become one single argument in pg_dump command instead of 3 args.

trim21 avatar Nov 01 '25 10:11 trim21

I have this fixed in my personal fork and would like to contribute to the upstream

trim21 avatar Nov 01 '25 10:11 trim21