Forums

Multiple Postgres Databases

I have a Postgres enabled account, and I would like to have a separate database for each of my apps (production, staging, development). As I see it right now, there is only one database on my postgres server, the default postgresql. How can I add other databases for my other environments?

And also Merry Christmas to you and yours!

I would suggest not using the default postgres database for any of your apps. Just open a Postgres console and use the create database command to create a database for each of your apps.