Hello,
I am trying to host a pocketbase session (https://pocketbase.io/) on fly.io. I was able to do it pretty easily following a guide provided by the pocketbase team (https://github.com/pocketbase/pocketbase/discussions/537), but I noticed an message about requiring two volumes per app. I noticed this in the docs as well:
Always run at least two volumes per app. We usually recommend running at least two Machines per app to increase availability, and if you're using volumes, then each machine should have an attached volume. If you only have one Machine and volume, you'll have downtime if there's a host or network failure, and whenever you deploy your app.
Does anyone have experience with the best way to host pocketbase here?