bings
1
Im trying to launch a new app, my region is london lhr, so I’m using unmanaged Postgres.
But it seems the postges app wasn’t automatically created for me (unlike previous projects ive done with fly.io), is that a thing I have to do now?
In the setup it suggested I used unmanaged Postgres due to my region, but I don’t recall it saying I have to also set it up myself?
Kate
2
Sometimes the fly launch command will prompt you to add a database and sometimes it won’t.
You can always create an unmanaged postgres instance with the fly pg create command – some documentation here: fly postgres create · Fly Docs
And you can get the DATABASE_URL environment variable with fly pg attach – some documentation for that here: fly postgres attach · Fly Docs
1 Like
system
Closed
3
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.