Backup configuration
In this page
In-app backups
Use GET/POST /backups to list or enqueue manual backup records (see Swagger CreateBackupDto). Destination enums include LOCAL, S3, SFTP at the schema level—verify which destinations the service layer actually honors.
Postgres dump scripts
panel backup-export [path] → scripts/backup/export.sh writes a SQL dump path (defaults documented in script). This is orthogonal to BackupRecord rows unless you integrate them yourself.
Retention
TBD — implement retention policies in your object store or cron layer until first-class APIs exist.