- Not sure what’s up with the db, but someone in the past reported that scaling up / down, for example
flyctl scale count <n> -a mydb-app
, has worked (I am not sure how). - Prudent to check the status of the db (
flyctl status --all -a mydb-app
) to rule out RAM or Disk related issues: App suddenly cannot connect to postgres db - #4 by kurt
Is it possible to check if restores to this newer flex
Postgres Fly app works?
# ref: fly.io/docs/postgres/managing/backup-and-restore
flyctl pg create --snapshot-id <sid> -a <app-name> --flex