loopbackio/loopback-connector-postgresql

Postgres support > 9.x

pydotjs opened this issue · 4 comments

Suggestion

I note in the readme that either Postgres 8 or 9 is required for the connector. Is there compatibility / a solution or pathway for newer Postgres versions?

Use Cases

I've been notified by AWS that RDS with Postgres 9.x will be EOL by November 11th, 2021. They are recommending shifting to Postgres 12 (a significant jump) and will make the transition forced by February 22nd, 2022.

UPDATE

I've hooked up my project with:

  • Postgres v12.5 (coming from v9.6)
  • connector v5.3.0 (coming from v3.6.1)
  • loopback v3

It is ostensibly behaving as a drop-in replacement for my existing versions, so I'm assuming the readme has not been updated for newer postgres compatibility.

I'm using postgres 11.5 in my docker image and it's been running fine.
Travis CI is using 9.6 though. There's an effort to use GitHub Actions for our CI instead. If you're interested to help for this connector, please feel free! Here is a reference for the mongodb connector: loopbackio/loopback-connector-mongodb#613.

stale commented

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale commented

This issue has been closed due to continued inactivity. Thank you for your understanding. If you believe this to be in error, please contact one of the code owners, listed in the CODEOWNERS file at the top-level of this repository.