We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f3feaa4 + 14869d3 commit 4bdc1f4Copy full SHA for 4bdc1f4
src/changelog/api/_posts/2025-12-01-backup_events.md
@@ -0,0 +1,14 @@
1
+---
2
+modified_at: 2026-01-09 09:00:00
3
+title: "New Database Backup Events"
4
5
+
6
+Two new event types have been added to monitor database backup operations:
7
8
+- `database_backup_succeeded`: A database backup has been successfully completed
9
+- `database_backup_failed`: A database backup has failed
10
11
+These events can be used to create notifiers that alert you when backup operations
12
+succeed or fail.
13
14
+More information about events and notifications in the [documentation]({% post_url platform/app/2000-01-01-notification %}).
0 commit comments