I am trying to connect ForestAdmin to a Postgres database running on a unix socket - this is how Google Cloud Run applications connect to Google CloudSQL databases which is ultimately my goal (deploy forestadmin backend in docker container on Google Cloud Run).
Expected behavior
ForestAdmin should connect to my database using a valid DATABASE_URL pg connection string.
Actual behavior
Error trying to connect to database. FWIW, the connection string I am using works with Prisma 2 client.
Failure Logs
See above
Context
Please provide any relevant information about your setup.
My connection string in my .env file is:
DATABASE_URL=postgresql://postgres:@localhost/dbname?host=/Users/username/tmp/cloudsql
- Package Version:
- Express Version: 4.16.3
- Sequelize Version: 5.15.1
- Database Dialect: postgres
- Database Version: 11
- Project Name: regen