Re: how to upgrade production PostgreSQL from 9.4 to 11.3 - Mailing list pgsql-general

From Avinash Kumar
Subject Re: how to upgrade production PostgreSQL from 9.4 to 11.3
Date
Msg-id CAN0TujdwfV6K4p8c9PCH9E4feSj0H5jUca1OU_aRe2_jBqMt7Q@mail.gmail.com
Whole thread Raw
In response to Re: how to upgrade production PostgreSQL from 9.4 to 11.3  (Andreas Kretschmer <andreas@a-kretschmer.de>)
List pgsql-general

On Wed, Jun 12, 2019 at 10:31 AM Andreas Kretschmer <andreas@a-kretschmer.de> wrote:


Am 12.06.19 um 14:50 schrieb Rahul Chordiya:
> postgres=#
> postgres=# select subscription_name, status FROM
> pglogical.show_subscription_status();
>  subscription_name | status
> -------------------+--------
> (0 rows)
>
> postgres=# select pglogical.create_subscription(subscription_name :=
> 'subscription1', provider_dsn := 'host=10.101.40.70 port=5432
> dbname=registration user=repuser password=password', replication_sets
> := '{my_set}');
> *ERROR:  could not fetch remote node info: ERROR:  schema "pglogical"
> does not exist*
>
> What should I do?
>

you have create the replication set (on the provider) in the
postgres-database, but now you referencing to an other database,
registration. There isn't this replication set defined.


Regards, Andreas

--
2ndQuadrant - The PostgreSQL Support Company.
www.2ndQuadrant.com





--
9000799060

pgsql-general by date:

Previous
From: Andreas Kretschmer
Date:
Subject: Re: how to upgrade production PostgreSQL from 9.4 to 11.3
Next
From: Andrew Gierth
Date:
Subject: Re: found xmin * from before relfrozenxid *