wal2json compatibility with postgres versions #217
Answered
by
eulerto
farcepecunpay
asked this question in
Q&A
-
Before migrating the database we want to start using wal2json in a postgres 9.4. Is there compatibility or is there any limitation? |
Beta Was this translation helpful? Give feedback.
Answered by
eulerto
Nov 1, 2021
Replies: 1 comment
-
wal2json works with Postgres 9.4. However, there are features only available in later Postgres versions (such as TRUNCATE and messages). That's because the logical decoding API does not provide for it. Postgres 9.4 is not supported since Feb, 2020. You should upgrade as soon as possible. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
eulerto
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
wal2json works with Postgres 9.4. However, there are features only available in later Postgres versions (such as TRUNCATE and messages). That's because the logical decoding API does not provide for it.
Postgres 9.4 is not supported since Feb, 2020. You should upgrade as soon as possible.