Summary
Checking compatibility of Postgres versions with Airbyte connector
Question
Does anyone know if the Postgres 13 requirement listed in the docs is actually firm, or will Postgres 15 work fine? (I know from a back-compat standpoint it should be fine, what I don’t know is whether the app verifies versions or uses any deprecated features)
This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. Click here if you want to access the original thread.
Join the conversation on Slack
["postgres", "version-compatibility", "airbyte-connector"]
I’m using it with PG 15 no problem (AWS RDS)
Scott are you using PG15 as the external database (airbyte-db) or as. source/destination connector?
actually let me check that
I lied - the airbyte-db is not 15 at the moment, sorry about that, I plan on doing that soon
<@U01MMSDJGC9> Are you aware of any big blockers here, or is it just untested?
<@U01MMSDJGC9> Saw that, just wasn’t sure if it was current since I’ve noticed other such flags are carry-overs but work fine in newer versions. I have a deployment I’m helping someone out with and they can only use 15 in their env for some reason. I guess I’ll let you know how it goes and what breaks
Hi <@U035912NS77>! I was wondering the same, let me know if you managed to make it work with Postgres 15