Skip to content
This repository has been archived by the owner on Jun 4, 2024. It is now read-only.

Only compatible with heroku-22 if Node.js >= 18 because of OpenSSL #105

Open
nstuyvesant opened this issue Jul 20, 2022 · 0 comments
Open

Comments

@nstuyvesant
Copy link

nstuyvesant commented Jul 20, 2022

If you are using pg-native and running on Heroku, when you upgrade to heroku-22, you must use Node.js 18+. This is because libpq for Node.js 16 statically links against OpenSSL v1 whereas it will use OpenSSL v3 with Node.js 18+.

@nstuyvesant nstuyvesant changed the title Not compatible with heroku-22 Only compatible with heroku-22 if Node.js >= 18 because of OpenSSL Jul 22, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant