I’m considering running Ghost on Fly.io following @Curiositry 's helpful tutorial, and I have a couple of questions about the possibility of automated backups.
Ghost needs a persistent filesystem for its files (uploads, config, etc), as well as a MySQL database. I’m interested in automated backups for both the filesystem and the database.
For persistent voIumes, I know that currently, snapshots are enabled and can be extended for up to 60 days. For a more robust backup, would Bottomless S3-backed volumes apply?
For backups of the MySQL database—I know there’s a very easy solution for enabling Tigris storage for Postgres (fly postgres backup enable · Fly Docs) but what about for MySQL?