fly postgres: Multiple databases in single instance

Is it possible to create/access multiple database in single fly postgres instance?

i.e. If our original DATABASE_URL is postgres://username:password@my-project-db.flycast:5432/my_project, is it possoble to colocate ....@my-project-db.flycast:5432/my_project2?

My first try to createdb latter database failed but not digging into it yet.

Sorry, it looks like creating my_project2 database is successfully finished but deployment is failed due to other unknown reason.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.