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 153 forks source link

ERROR: extension "pglogical" has no update path from version "1.2.2" to version "2.0.0" #105

Closed maajeck closed 7 years ago

maajeck commented 7 years ago

After upgrading to pglogical 2.0.0 from 1.2.2 I get the following error:

# ALTER EXTENSION pglogical UPDATE; ERROR: extension "pglogical" has no update path from version "1.2.2" to version "2.0.0"

I've tried the following fix,but it didn't workout: mv pglogical-2.0.0/pglogical--1.2.1--2.0.0.sql pglogical-2.0.0/pglogical--1.2.2--2.0.0.sql touch pglogical-2.0.0/pglogical--1.2.1--1.2.2.sql

And added the new file to the Makefile.

Now I get the following ERROR: ERROR: cache lookup failed for relation pglogical.depend

maajeck commented 7 years ago

Duplicate from issue #90