postgres-backup-s3 : enable gzip #37
nicolasmonfort
started this conversation in
Ideas
Replies: 2 comments 1 reply
-
There's no need for gzip because we use |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks Elliott for your feedback. In deed, in the documentation postgresql (https://www.postgresql.org/docs/current/app-pgdump.html) But when we use gzip on this kind of custom file, we can win almost 25%. It could be insteresing on a huge file. Could you please reconsider my proposal ? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello guys,
Could you add an install gzip into : https://github.com/eeshugerman/postgres-backup-s3/blob/master/src/install.sh
apk install gzip
in order to create dump compressed with this option:
PGDUMP_EXTRA_OPTS="| gzip -9"
Thank for your feedback
Beta Was this translation helpful? Give feedback.
All reactions