App suddenly cannot connect to postgres db

Thanks for the reply. This is also the second time I’ve run into the issue, the first time it fixed itself as you mention. Your reply led me to find some fly documentation which mentioned the scale command, and running the following resurrected my db:

fly scale count 1 -a myapp-db

It’s still not fully clear to me why it went down in the first place, but it’s back up now. Thanks again!

1 Like