PostgreSQL backup
Create a database dump using pg_dump. Choose full, schema-only, or data-only. Stored locally in dev, to S3 in production. Requires pg_dump installed on the server.
Storage path segment: backups/myproject/{timestamp}/backup.zip. Cannot be empty.
Scheduled backups
Add jobs to run pg_dump on a cron schedule. The server loads jobs on startup and refreshes from the database about every 30 seconds.
| Connection | Save path | Schedule | Timezone | Max backups | Zip | Run on start | Actions |
|---|---|---|---|---|---|---|---|
| postgres://p…postgres | default | * * * * * | UTC | 10 | Yes | No |