I am new at using fly.io. The guide to deploying any project is simple and I like it. However, when I use the fly cli command fly launch from my terminal. In the stage of attaching the app to the Postgres database, there is an error. This is a pic of what I see:
Are you on the latest flyctl version? If yes, run fly launch again and see if it’s able to attach the postgres? (don’t worry it won’t create a new one, it will try to attach the previously created one)
if that doesn’t work, you can delete the postgres instance that was created and try a new fly launch. It’s not clear why it failed but sometimes restarting the process can do the trick.