docker-backup-database
docker-backup-database copied to clipboard
Double compression
When using the DATABASE_OPTS with postgres to set compression level, or when using compression in general. The resulting dump is compressed by Postgres and the backup tool.
Is this intentional?
Is it considered double compression if the database layer is compressed and then packed again using gzip? Or do you mean something else?