You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Digital ocean uses defaultdb, Amazon, Google, Microsoft use postgres, Heroku uses random name.
We require the default db name because that is how we check the existence of the database given in the configuration file, and create the given database as needed.
Digital ocean uses
defaultdb, Amazon, Google, Microsoft usepostgres, Heroku uses random name.We require the default db name because that is how we check the existence of the database given in the configuration file, and create the given database as needed.