I have a Fly Postgres app running on the old v1 platform which consists of 2 instances (a leader and a replica with their respective volumes).
If I want to upgrade this app to the v2 platform is it just a case of running fly migrate-to-v2? I guess I’ll need to get the config.
fly migrate-to-v2
Is there anything else I should be aware of? It would be very unfortunate if I lost data performing this migration…
Hey there,
You are correct, upgrading your app from v1 to v2 is done by running fly migrate-to-v2.
Before doing that though I would definitely check these articles out first to make sure you are all squared away, so that way you don’t lose any data .
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.