Postgres S3 Backups
Backup your Postgres DB to any S3 storage (Backblaze/Cloudflare)
Backup CRON
OtterlySpace/railway-postgres-s3-backups
Just deployed
A simple script to backup your Postgres database to any S3-compatible storage, including Backblaze B2 and Cloudflare R2, on any schedule.
All the configuration options can be found on our GitHub repo
Based on Railway's Postgres S3 Backups script.
Template Content
Backup CRON
OtterlySpace/railway-postgres-s3-backupsAWS_S3_BUCKET
The name of the S3 bucket.
AWS_S3_REGION
The region the S3 bucket is in.
AWS_ACCESS_KEY_ID
The access key ID for the IAM user.
BACKUP_DATABASE_URL
The database url for the database to backup.
AWS_SECRET_ACCESS_KEY
The secret access key for the IAM user.