GitHub Actions ‐ Maintenance Workflows - MindVista/website GitHub Wiki

Maintenance Workflows

This page covers workflows for automated maintenance tasks. For deployment-related workflows, refer to Deployment Workflows.

Scheduled Workflows

Backup Payload's PostgreSQL Database (backup-payload.yml)

  • Name: Backup Payload Database to S3
  • Description: Creates backups of Payload's PostgreSQL database and stores them in AWS S3.
  • Schedule: Backups are made every 30 minutes (at hh:13 and hh:43), adhering to the cron expression "13,43 * * * *".
  • More information: See PostgreSQL Backups with AWS S3.