On Tue, Aug 2, 2016 at 5:39 PM Steve V <[email protected]> wrote:
> Does wal-e have any built in failure notification mechanisms, or is the > best course of action to wrap the wal-e backup-push and wal-push commands > in a shell script to catch and handle errors there? > Sort of. One might use syslog. You might want to use your wrapper script, but be advised that for wal-fetch in particular that it can be expected to fail, because Postgres will probe for files, and uses the exit status for flow control. -- You received this message because you are subscribed to the Google Groups "wal-e" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
