Migrate PostgreSQL to v2

I got the email about the upcoming migration to v2, so I wanted to move my PostgreSQL to machines before you start doing it during my night and I wake up to a broken database.

Moving to v2 using fly migrate-to-v2 fails, because it’s on the hobby plan and I’m not worthy to run in fra.

I already added an instance in ams and triggered a failover, so it’s the leader. Now, I gotta remove the fra instance, which seems impossible:

  • I cannot set fly regions, because it’s got volumes.
  • I also cannot remove the fra volume directly, because it’s attached to a VM.
  • When I set fly count 2, it removes not the fra instance, but my leader in ams instead.

All of that is pretty frustrating. Any advice?

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