Hi Fly.io community,
I’m using a Fly PostgreSQL database and need to adjust when my backups run. I’ve explored the backup configuration options with the new fly pg backup config
commands, which allow me to set parameters like:
- FullBackupFrequency
- ArchiveTimeout
- RecoveryWindow
- MinimumRedundancy
However, I don’t see an option to specify the actual time of day when backups run. My application has specific periods of low traffic when I’d prefer backups to execute.
Is there currently a way to control the exact schedule time for PostgreSQL backups? If not through the CLI, is this something that support can help configure on a per-instance basis?
Any guidance would be greatly appreciated!
Thanks,
Alexander