Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello there,
I'm trying to create a replication task from a postgres database, but when I start the task, I'm facing the following errors:
Hello @CarlosCavalcanti ,
Plugin "test_decoding" is SQL-based test/example module for WAL logical decoding, it is part of the additional supplied modules in postgresql-contrib, you may download the proper version installation file from PostgreSQL site eg PostgreSQL version 15.4 on RHEL 8 platform
postgresql15-contrib-15.4-1PGDG.rhel8.x86_64.rpm
Hope this helps.
John.
Hello @CarlosCavalcanti ,
Welcome to Qlik Community forum and thanks for reaching out here!
This is because the test_decoding plugin was not installed in your PostgreSQL instance. You may install it manually.
BTW, as I remember this plugin is part of the newer versions of PostgreSQL installation by default. What's the PostgreSQL Version you are running now?
thanks,
John.
Hello @CarlosCavalcanti ,
Plugin "test_decoding" is SQL-based test/example module for WAL logical decoding, it is part of the additional supplied modules in postgresql-contrib, you may download the proper version installation file from PostgreSQL site eg PostgreSQL version 15.4 on RHEL 8 platform
postgresql15-contrib-15.4-1PGDG.rhel8.x86_64.rpm
Hope this helps.
John.
Hello @john_wang,
Thank you for helping. I'm using postgres 14.
@john_wang, how may I install the "test_decoding" plugin on Postgres 14?
Hello @CarlosCavalcanti ,
You may download the appropriate version/platform contrib from PostgreSQL download link, for example version 14.x. It's better you work with your DBA to install it and restart the database.
Hope this helps.
John.