Migrate Postgres from Heroku running version 16.3

We are looking to move a Heroku PG resource over to fly but we are receiving an error as the heroku pg instance is running a newer version, what would be the best way to get this accomplished?

[info] Running pre-checks...
[info] Source Postgres version: 16.3 (Ubuntu 16.3-1.pgdg20.04+1)
[info] Target Postgres version: 15.6 (Debian 15.6-1.pgdg120+2)
[error] source is running a more recent version than target. expected >= 15.6 (Debian 15.6-1.pgdg120+2), got 16.3 (Ubuntu 16.3-1.pgdg20.04+1)

Postgres 16 support is still in progress - PG16 Support by davissp14 · Pull Request #233 · fly-apps/postgres-flex · GitHub

Got it, but how would we move this version 16 instance over from Heroku then?

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.