docker-backup-database
docker-backup-database copied to clipboard
the `DATABASE_OPTS` doesn't support mutliple options
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.
I have this fixed in my personal fork and would like to contribute to the upstream