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

Double compression

Open arauin opened this issue 1 year ago • 1 comments

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?

arauin avatar Nov 26 '24 02:11 arauin

Is it considered double compression if the database layer is compressed and then packed again using gzip? Or do you mean something else?

appleboy avatar Jan 26 '25 12:01 appleboy