We have a workflow for a dev instance where we destry the database, setup a new one, connect the new one to the app using postgres attach…
Irregardless, I keep getting this in my log:
Please make sure your database server is running at <db-app-name>.flycast
:5432
.
It seems like the env var is correctly injected. But the database instance is not available to the app instance.
This problem continues on. I can see that other people are also experiencing it, though no Fly staff has recommended anything on any of these threads.
Any recommendations on how to access my database from the application?