You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for the pgBackRest --compress-type flag
Selecting the compression type for pgBackRest is supported across recent Postgres Operator releases, but the CLI was not allowing for this flag to be passed through. This allows for the selection of pgBackRest compression type amongst the allowable methods in the container, which are none, bz2, gz, and lz4. Currently zst does not ship within the container. This also removes the `--compress` and `--no-compress` flags, and removes `--compress-level` from being considered in the "restore" command, as pgBackRest does not use that flag there. Issue: [ch10287]
0 commit comments