Re: Upgrade standby after starting cluster using rsync

2019-03-17 Thread Stephen Frost
Greetings, * Martín Fernández (fmarti...@gmail.com) wrote: > I've wrote a couple of questions around pg_upgrade and updating standbys > using rsync last week. We were able to successfully upgrade half of our > cluster (the other half was kept for failover) from pg92 with postgis 1.5.8 > to pg10

Upgrade standby after starting cluster using rsync

2019-03-11 Thread Martín Fernández
Hello, I've wrote a couple of questions around pg_upgrade and updating standbys using rsync last week. We were able to successfully upgrade half of our cluster (the other half was kept for failover) from pg92 with postgis 1.5.8 to pg10 with postgis 2.4. It was a really interesting challenge bec

Re: Upgrade Standby

2018-11-27 Thread Bruce Momjian
p sr again... The pg_upgrade docs explain how to upgrade standby servers. You can use --link option for that even if you didn't use link option to upgrade the primary. -- Bruce Momjian http://momjian.us EnterpriseDB http://enterprisedb.com + As you

Upgrade Standby

2018-11-08 Thread Amine Tengilimoglu
Hi; What is the best way for upgrading standby server on postgresql? I dont want to use --link option for master upgrading that is why it seems just one way for achive this..this way is setup sr again... thanks in advence...