Database issues alert
Copied link
A scheduled script that monitors for database issues such as Postgres TXID wraparound, data integrity issues, and more.

Task
Database issues alertTS
Pairs well with
1
# Template: Database issues alert
2
3
## Next steps
4
5
- Navigate to the database_issues_alert directory: `cd database_issues_alert`
6
- Enable our [Slack integration](https://docs.airplane.dev/platform/slack-integration) on your team
7
- Uncomment and edit the Slack channel you want to send the alert to in alert_on_database_issues.task.yaml (where it says `INSERT_SLACK_CHANNEL_HERE`)
8
- If you plan on using this on a different database resource than the demo database, change the `demo_db` resource in alert_on_database_issues.task.yaml to your own database resource's slug
9
- Develop your template locally: `airplane dev`
10
- Deploy your task and schedule: `airplane deploy --yes`
Have a template suggestion? Let us know!