Currently, the output of database issues is non-descriptive. If there's any type of issue with the database connection, you only get process.exit called with "1", pointing back to PostgresConnection.make() failing in packages/core-database-postgres/src/postgres-connection.ts.
There's no logging as to why the database connection fails, making it hard to find the source of the issue and fixing it.
A solution to database error logging during database set-up would be a great feature for developers.