Re: Reboot standby - Mailing list pgsql-novice

From Payal Singh
Subject Re: Reboot standby
Date
Msg-id CANUg7LBOuabEtCW8qj01QZTygB0G7UUKH7u4KmVrk_GGWwodTg@mail.gmail.com
Whole thread Raw
In response to Reboot standby  ("Thomas W. Ekberg" <tekberg@uw.edu>)
List pgsql-novice
As long as the streaming replication is in asynchronous mode, you can restart the standby anytime without affecting the primary. You can check whether replication is synchronous or asynchronous with "select sync_state from pg_stat_replication;"

If it says 'synchronous', you will have to first change it to asynchronous before you can reboot the standby, or else all commits on primary will be pending waiting for the replica to replicate those commits first


Payal Singh,
Database Administrator,
OmniTI Computer Consulting Inc.
Phone: 240.646.0770 x 253

On Mon, Feb 26, 2018 at 1:07 PM, Thomas W. Ekberg <tekberg@uw.edu> wrote:

We have 2 postgres servers, a primary and standby. One of our DB admins noticed a "health indicator" alert light on our standby which means "system degraded." She logged into the iLO and it lists the Cache Module Status as Failed. This needs to be repaired (we have an idea on what needs to be done) and most likely will require a reboot of our standby server.


We use streaming replication and from what I can see, that is initiated by the standby server. What are the shutdown and restart considerations for our standby server?


1515078413450_PastedImage

Attachment

pgsql-novice by date:

Previous
From: "Thomas W. Ekberg"
Date:
Subject: Reboot standby
Next
From: Andreas Kretschmer
Date:
Subject: Re: Reboot standby