2ndQuadrant / pglogical

Logical Replication extension for PostgreSQL 17, 16, 15, 14, 13, 12, 11, 10, 9.6, 9.5, 9.4 (Postgres), providing much faster replication than Slony, Bucardo or Londiste, as well as cross-version upgrades.
http://2ndquadrant.com/en/resources/pglogical/
Other
1.01k stars 154 forks source link

Failed to start PostgreSQL 11.1 with pglogical 2.4.2 #475

Closed tmiyamon closed 5 months ago

tmiyamon commented 5 months ago

I installed pglogical 2.4.2 for PostgreSQL 11.1 on CentOS7 and restart it, and then I got the following error and failed to start it.

could not load library "/usr/pgsql-11/lib/pglogical.so": /usr/pgsql-11/lib/pglogical.so: undefined symbol: getmissingattr

How to solve this problem?

Thank you.

nmisch commented 5 months ago

First, update to PostgreSQL 11.22. PostgreSQL 11.1 has been out of support for over five years. Does the error still happen with v11.22, or not?

tmiyamon commented 5 months ago

Updating to PostgreSQL 11.22 solved this issue. Thank you!