mirror of
https://github.com/databasus/databasus.git
synced 2026-04-06 00:32:03 +02:00
Feature request: pre- and post-backup script hooks #92
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Alter-Evo on 2/27/2026
I would like to propose a feature enhancement regarding scheduled backup tasks.
The application already provides a notification mechanism to report whether a backup job has succeeded or failed. However, it would be very useful to introduce the ability to execute custom scripts before and after a scheduled backup task.
This feature would enable integration with external monitoring systems that rely on a “dead man’s switch” model, such as Healthchecks.io. These services expect to receive an HTTP request when a job starts and/or completes in order to verify that the task is running as expected. In some cases, it is also desirable to include relevant log output in the request body.
Specifically, I suggest:
This would provide greater flexibility for integrations and allow the backup process to be monitored by external systems without relying solely on built-in notification channels.
Thank you for considering this enhancement.