Skip to content

Commit 4bdc1f4

Browse files
Merge pull request #3459 from Scalingo/feat/changelog/new_backup_events
feat(changelog) new database backup events
2 parents f3feaa4 + 14869d3 commit 4bdc1f4

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)