Re: Moving the master to a new server - Mailing list pgsql-general

From Glen Eustace
Subject Re: Moving the master to a new server
Date
Msg-id 1b196a52-8fb4-3020-cdbf-25095c589e3f@godzone.net.nz
Whole thread Raw
In response to Re: Moving the master to a new server  (Alan Hodgson <ahodgson@lists.simkin.ca>)
Responses Re: Moving the master to a new server  (Alan Hodgson <ahodgson@lists.simkin.ca>)
Re: Moving the master to a new server  (Marc Millas <marc.millas@mokadb.com>)
List pgsql-general
On 15/02/22 8:39 am, Alan Hodgson wrote:
> pg_dump -> restore will break your streaming replication. You'll need 
> to set it up again.
That's what I thought might be the case.
>
> If the PG version isn't changing and you're still on the same version 
> of Linux, rsync would be easier.

I did an ELevate upgrade on the slave from CentOS7 to Rocky8 and then 
just rename 10/data to data and that seemed to work just fine.

But upgrading that way takes too long for the master so I build a new 
server instead. So, if I shutdown both postgresql instances old and new, 
rsync the data directory and restart on the new. I should be OK ?

-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Glen Eustace,
GodZone Internet Services, a division of AGRE Enterprises Ltd.,
P.O. Box 8020, Palmerston North, New Zealand 4446 Ph +64 6 357 8168, Mob +64 27 542 4015

“Specialising in providing low-cost professional Internet Services since 1997"




pgsql-general by date:

Previous
From: Alan Hodgson
Date:
Subject: Re: Moving the master to a new server
Next
From: Bruce Momjian
Date:
Subject: Re: "grant usage on schema" confers the ability to execute all user-defined functions in that schema, with needing to grant "execute"