Out of date Postgres instructions?

hi @jyasskin

fly image update only works for minor versions. In your case, you’ll probably need to create a new Postgres cluster app with fly postgres create per the docs and then use fly pg import $SOURCE_URI --app <new postgres app name> to migrate your data.

See:

1 Like