Re: Notification or action when WAL archives fully restored and streaming replication started

2019-03-14 Thread Michael Cassaniti
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 14/3/19 5:15 pm, Michael Cassaniti wrote: > > On 14/3/19 3:10 pm, Michael Paquier wrote: > > On Thu, Mar 14, 2019 at 02:59:38PM +1100, Michael Cassaniti wrote: >> I've got master/slave replication setup between a few hosts. At any > >> point a s

Re: Notification or action when WAL archives fully restored and streaming replication started

2019-03-13 Thread Michael Cassaniti
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 14/3/19 3:10 pm, Michael Paquier wrote: > On Thu, Mar 14, 2019 at 02:59:38PM +1100, Michael Cassaniti wrote: >> I've > got master/slave replication setup between a few hosts. At any >> point a slave could become a master. I've got appropriate l

Re: Notification or action when WAL archives fully restored and streaming replication started

2019-03-13 Thread Michael Paquier
On Thu, Mar 14, 2019 at 02:59:38PM +1100, Michael Cassaniti wrote: > I've got master/slave replication setup between a few hosts. At any > point a slave could become a master. I've got appropriate locking in > place using an external system so that only one master can exist at a > time. I'm having

Re: Notification or action when WAL archives fully restored and streaming replication started

2019-03-13 Thread Michael Cassaniti
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi, I've got master/slave replication setup between a few hosts. At any point a slave could become a master. I've got appropriate locking in place using an external system so that only one master can exist at a time. I'm having trouble determining