Hi Bruno,
thanks! Then I'll keep it that way (ie. compressed but un-renamed) :)
- 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+unsubsc
Hello, for the backup as we are also asking PG the last wal name and so
on, changing those name can be a pitfall.
For the restore it shouldn't be a problem, as we restore the list of file
present in the backup. and then PG is doing its stuff when recovering.
On Thursday, 27 March 2025 at 13:16:
Well, apparently this fails because bareos is looking for [0-9a-f]{24}
and ignores the resulting .zst files.
Okay, I can circumvent that by modifying the commands
archive_command = 'zstd -q -T0 %p -o /path/to/wal_archive/%f'
restore_command = 'zstd -q -T0 -d /path/to/wal_archive/%f -o %p'
Bac