Open nstuyvesant opened 2 years ago
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+.
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+.