barman compression error #1106
Replies: 3 comments 1 reply
-
|
Hey @fchapuis0101 The purpose of the compression flags ( Such behaviors are very cumbersome to manage so we agreed that it would be better to centralize the way that compression is requested on Barman. Ideally, one should enable compression directly in the Barman server, not on This is essentially what that message is saying. Let me know if you have any further questions. |
Beta Was this translation helpful? Give feedback.
-
|
Hi, thanks for answering, I try with --keep-compression on the client side and lz4 on the barman server, but same problem, the error persists in the postgres log |
Beta Was this translation helpful? Give feedback.
-
|
That warning message is only displayed when explicitly specifying one of the compression flags on barman-wal-restore. If you're just using --keep-compression it should never be displayed. Are you sure you're not seeing old log messages? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I've got this error message in postgres log
WARNING:
gzipoption is deprecated and will be removed in future versions. For WAL compression, please make sure to enable it directly on the Barman server via thecompressionconfiguration option2025-08-13 15:26:30.962 CEST [3577794]: [207-1] user=,db=,client=,application= LOG: restored log file "000000320000399D00000096" from archive
in barman configuration compression = gzip is set
the restore_command is: restore_command: /usr/bin/barman-wal-restore -U barman -z -p 8 barman-a2s13-101 pg_cluster %f %p
I change the barman conf. with bzip2 and restore_command with -j option but the error message continue to be displayed
Any help will be very appreciated
Regards
Fabrice
Beta Was this translation helpful? Give feedback.
All reactions