postgres-backup-s3 icon indicating copy to clipboard operation
postgres-backup-s3 copied to clipboard

Support notifications

Open oxismailxo opened this issue 1 year ago • 2 comments

Hello @eeshugerman

do you think that we can add notifications (email, webhook, slack...) to the project in case the backup fails, etc..? just an idea

oxismailxo avatar May 05 '23 13:05 oxismailxo

Sorry but probably not given the added support burden and open-endedness (which protocols/services to support). Still, it's not entirely out of the question, so I'll leave this open.

eeshugerman avatar May 07 '23 23:05 eeshugerman

ntfy support is super simple to implement via their web POST hook (config is host,port), and then other external clients could be listening to those notifications to trigger emails etc. This would keep the maintenance down on this project, and still allow an external message to be sent. And since ntfy can be run easily in a another container, this makes running that simple as well.

vertex-github avatar Oct 19 '23 11:10 vertex-github