It’s possible that you’ve been hit by a bug that we had a while ago and your Postgres DB doesn’t start automatically on network requests.
You can fix this by using this command:
$ fly -a <your postgres app> machine update --autostart --select
It’s possible that you’ve been hit by a bug that we had a while ago and your Postgres DB doesn’t start automatically on network requests.
You can fix this by using this command:
$ fly -a <your postgres app> machine update --autostart --select