-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Heroku deployment fail #1657
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Same here on Kubernetes with a Postgres Operator which enforces SSL. We tried a couple of variations on the connection string params like Maybe updating the pg driver dependency might help with this? See: https://github.com/brianc/node-postgres/blob/4bc55834b93f945e3b60378db121e739e0950f92/CHANGELOG.md#pg810 |
@soulchild Could you try setting |
@Yukaii Thanks, I'll give that a try. Already found the relevant part in Seems like |
Indeed, this fixed the Postgres SSL-only connection problem: 👍 |
Heroku requre SSL mode for postgres connections, but
sequelize db:migrate && node app.js
always run withSSL off
.Try deploy with Docker (
heroku:container
), One Click Deployment, git Deployment - same result.The text was updated successfully, but these errors were encountered: