Thread: Re. Postgres Upgrade.
P {margin-top:0;margin-bottom:0;} Hello experts,Looking for advise/suggestions on the following scenario.Existing Setup Moving toPostgres => 10.5 Postgres => 12.4Ubuntu => 16.04.5 Ubuntu => 20.04.1Question:We have new environment ready with PG 10 & PG 12 with Ubuntu 20.To reduce the upgrade time, can I bring the volume(10/main) from oldserver to new server & connect to PG10 and do the pg_upgrade ?
What about the binaries? (Though you can install PG 10 binaries for Ubuntu 20.04 easily enough.)
willPG10 running on "Ubuntu 16" work on "Ubuntu 20" for upgrade to PG12 ?or I have to go thru pg_dumpall route.
You could copy the volumes over and pg_upgrade, do a pg_dumpall or enable logical replication from one to another. (That would greatly minimize downtime.)
Angular momentum makes the world go 'round.
Sent: Sunday, September 6, 2020 4:55 PM
To: pgsql-admin@lists.postgresql.org <pgsql-admin@lists.postgresql.org>
Subject: Re: Re. Postgres Upgrade.
Hello experts,Looking for advise/suggestions on the following scenario.Existing Setup Moving toPostgres => 10.5 Postgres => 12.4Ubuntu => 16.04.5 Ubuntu => 20.04.1Question:We have new environment ready with PG 10 & PG 12 with Ubuntu 20.To reduce the upgrade time, can I bring the volume(10/main) from oldserver to new server & connect to PG10 and do the pg_upgrade ?
What about the binaries? (Though you can install PG 10 binaries for Ubuntu 20.04 easily enough.)
willPG10 running on "Ubuntu 16" work on "Ubuntu 20" for upgrade to PG12 ?or I have to go thru pg_dumpall route.
You could copy the volumes over and pg_upgrade, do a pg_dumpall or enable logical replication from one to another. (That would greatly minimize downtime.)
Angular momentum makes the world go 'round.
Hello,
Please un-subscribe my email from emailing list. Thanks.
Regards
Shyamkant
From: Sushil Shirodkar <sushilps@hotmail.com>
Sent: 07 September 2020 00:43
To: pgsql-admin@lists.postgresql.org
Subject: Re. Postgres Upgrade.
** This mail has been sent from an external source. Treat hyperlinks and attachments in this email with caution**
Hello experts,
Looking for advise/suggestions on the following scenario.
Existing Setup Moving to
Postgres => 10.5 Postgres => 12.4
Ubuntu => 16.04.5 Ubuntu => 20.04.1
Question:
We have new environment ready with PG 10 & PG 12 with Ubuntu 20.
To reduce the upgrade time, can I bring the volume(10/main) from old
server to new server & connect to PG10 and do the pg_upgrade ? will
PG10 running on "Ubuntu 16" work on "Ubuntu 20" for upgrade to PG12 ?
or I have to go thru pg_dumpall route.
Thanks in advance,
Rgs,
Sushil
Hi Shyamkant, > On 07. Sep, 2020, at 07:05, shyamkant.dhamke@wipro.com wrote: > > Hello, > Please un-subscribe my email from emailing list. Thanks. > > Regards > Shyamkant please go to https://www.postgresql.org/account/login/ and manage your list subscriptions there. Cheers, Paul