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
I have put the schema into a postgres database and updated the config to reflect it is a postgres DB. It fails to connect. Is there any reason why making this a postgres database should cause it to break?
Hi,
I have put the schema into a postgres database and updated the config to reflect it is a postgres DB. It fails to connect. Is there any reason why making this a postgres database should cause it to break?
'```
DB_TYPE' => 'pgsql',
'DB_HOST' => 'manny.db.elephantsql.com',
'DB_NAME' => 'sklgimir',
'DB_USER' => 'sklgimir',
'DB_PASS' => 'PASSWORD',
'DB_PORT' => '5432',
'DB_CHARSET' => 'utf8',
The text was updated successfully, but these errors were encountered: