Postgres 15 support?

Postgres 15 is out – advice on how to upgrade would be appreciated!

From the docs, Fly Postgres on Apps V1 · Fly Docs the update command would be:

flyctl image update -a <postgres-app-name>

That would get the latest version of their postgres app. However I believe the latest version of the app uses 14, not 15 :thinking:. So … if you didn’t want to wait for Fly to update their app, I guess you would need to fork your own version of their app. Which would let you do whatever you want with it. They suggest that approach in their readme:

there’s more info here: Postgres 15 · Issue #88 · fly-apps/postgres-ha · GitHub