-
Notifications
You must be signed in to change notification settings - Fork 193
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update backup compression options that call
pg_basebackup
.
add `backup_compression=none` to create an uncompressed archive that only supports `backup_compression_level=0`. for pg >= 15: update `zstd` compression level range from `-131072` to `22` update `lz4` compression level range from `0` to `12` For PG < 15: Allow using `backup_compression_level=0` with `backup_compression=gzip` algorithm. In configuration 'none' can be used as value and not identified as None value.
- Loading branch information
1 parent
cb42b10
commit 415f993
Showing
7 changed files
with
497 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.