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
As per Fly's docs -- Standard system cron daemons aren't very suited to container-based environments. Primarily because they clear the env to prevent disseminating secrets.
However this means that some barman features just don't quite work right, such as using barman-cloud-wal-archive as a pre-archive script hook to automatically relay WALs to external storage. It'd be great if supercronic shipped in the image for this purpose, and the start command would use this instead.
Currently my workaround is to add the pre_archive script to my barman.conf manually and manually download and run supercronic via nohup so as not to need modification to the container image.
If a PR is wanted, I could look at it next week I think.
The text was updated successfully, but these errors were encountered:
@LeoAdamek Just an fyi, we are looking to deprecate the separate barman machine in favor of running archiving next to the primary, which should simplify on-going management.
We haven't cut a release for this yet, but some details can be found here: #231
As per Fly's docs -- Standard system cron daemons aren't very suited to container-based environments. Primarily because they clear the env to prevent disseminating secrets.
However this means that some barman features just don't quite work right, such as using
barman-cloud-wal-archive
as a pre-archive script hook to automatically relay WALs to external storage. It'd be great if supercronic shipped in the image for this purpose, and thestart
command would use this instead.Currently my workaround is to add the
pre_archive
script to my barman.conf manually and manually download and run supercronic vianohup
so as not to need modification to the container image.If a PR is wanted, I could look at it next week I think.
The text was updated successfully, but these errors were encountered: