SSL issue

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:

  1. Adding new volumes
  2. fly scale count <num>
  3. Update the PRIMARY_REGION environment variable for new region
  4. Remove old volumes
  5. fly scale count 2

The simplest way to do #3 is to run fly secrets set PRIMARY_REGION=<val>