Hi all,

I'm using the postgresql-plugin for a while now with these postgresql-settings:

archive_mode = on
archive_command = 'install -D %p /path/to/wal_archive/%f'
restore_command = 'cp /path/to/wal_archive/%f %p'

Now the wal_archive can take up a lot of disk space and I'd like to compress it:

archive_command = 'zstd -q -T0 %p -o /path/to/wal_archive/%f.zst'
restore_command = 'zstd -q -T0 -d /path/to/wal_archive/%f.zst -o %p'

Can Bareos and the postgresql-plugin handle this? Or is there anything else that I should consider?


Best,

Philippe

--
You received this message because you are subscribed to the Google Groups 
"bareos-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bareos-users+unsubscr...@googlegroups.com.
To view this discussion visit 
https://groups.google.com/d/msgid/bareos-users/3e36ce3a-cf43-4066-a3df-98f52958e529%40quarantine.de.

Reply via email to