-
Notifications
You must be signed in to change notification settings - Fork 131
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Postgres 15 #88
Comments
i created a new image and was messing around all day to get my DB to update. since it's staging i decided to destory it and create 15.2 from scratch. i started out with just creating a normal pg server. to my surprise it created 15.2 itself! it used image |
Seems there is still no official Postgres 15 image... |
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. |
How do I tell if my Fly Postgres app is running postgres-ha or Postgres-flex? Or more simply, when I run fly image update on my postgres app, it's just updating within the postgres 14 docker images. How do I get it switched to 15? |
To see what image you're using, you can use:
If you want to move from Stolon -> Flex, your best bet is to use the |
Cool thanks for the pointer! Looks like I'm running on stolon.
|
The process to migrate (for me) was approximately the following:
Note that this approach requires downtime. Shut down your app or put it into maintenance mode that prevents new writes. |
Since Postgres 15 was released recently, do you consider adding it in the near future?
fly pg create --image-ref flyio/postgres:15
Thanks :)
The text was updated successfully, but these errors were encountered: