Future of "Legacy Postgres"?

Was planning to deploy a new application on Fly, but noticed that the postgres databases are now labeled as “Legacy Postgres”.

Will this not be maintained after shipping “Managed Postgres”?
Noticed it’s behind by a few minor versions now and it took ~5 months to support Postgres 17, so is it even actively maintained now?

1 Like

How are you using Postgres? Where are you seeing the legacy label?

it’s labeled as legacy on the dashboard:

there will probably be a more “official” communication on what this will look like, but: yes, we are going to deprecate the current unmanaged “automated postgres” templates for the new Managed Postgres offering.

postgres-flex is open source on github, so it will still be possible to deploy/maintain it after we stop supporting it - or update to the latest minor version now, if you need. GitHub - fly-apps/postgres-flex: Postgres HA setup using repmgr

4 Likes

Thanks for the clarifications… I’ll use this space to just append a couple quick references to older, now-closed threads, :umbrella:, so the forum software will automatically create back-links (from those to this answer):

https://community.fly.io/t/future-of-legacy-postgres/24185

https://community.fly.io/t/fly-mpg-fully-managed-vs-postgres-flex-automatic/23707

1 Like

Bummer. Will it still be possible to deploy/maintain using flyctl postgres commands, or do you recommend switching to a regular app for database deploys?

I was thinking of forking, but the documentation made it seem like it wasn’t the ideal approach:

One caveat is that once you fork, you won’t be able to use fly postgres commands to administer your app.
Fly Postgres · Fly Docs

yes, fly postgres commands will be going away, or being repurposed for managed postgres, I’m not sure yet.
I’m not personally familiar with the flyctl postgres implementation, but I assume if there’s any logic that’s only inside flyctl it’ll be moved or replicated elsewhere.

Looking forward to a migration path off legacy automatic postgres to fly managed pg. Looking forward to see how fly does this!

3 Likes

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