Shaun Davis
Shaun Davis
The Postgres-flex implementation defaults to PG 15: https://github.com/fly-apps/postgres-flex/tree/master As long as you're running a recent version of flyctl, you should be good.
To see what image you're using, you can use: ``` fly image show --app ``` If you want to move from Stolon -> Flex, your best bet is to use...
We should leverage the check library that we use for postgres-ha/postgres-standalone: https://github.com/fly-apps/postgres-ha/tree/main/pkg
@mrkurt Right, as far as provisioning goes this would only be an issue for manual deployments. However, in the event the backend store is lost, the cluster will be forced...
@leonardo2204 Also interested.
Nice. So what happens in the event `vm-size` is specified along with `vm-cpu`, `vm-memory`, etc.?