This past few days have been causing problems in most regions, London isn’t specifically an issue.
Moving a postgres to a new region means:
- Adding new volumes
fly scale count <num>
- Update the
PRIMARY_REGION
environment variable for new region - Remove old volumes
fly scale count 2
The simplest way to do #3 is to run fly secrets set PRIMARY_REGION=<val>