From: | Cédric Villemain <cedric(dot)villemain(dot)debian(at)gmail(dot)com> |
---|---|
To: | Fujii Masao <masao(dot)fujii(at)gmail(dot)com> |
Cc: | A J <s5aly(at)yahoo(dot)com>, PG Admin <pgsql-admin(at)postgresql(dot)org> |
Subject: | Re: Followup on 'Standby promotion does not work' |
Date: | 2011-07-22 15:49:03 |
Message-ID: | CAF6yO=1yUNmM=k7a8QAB=4q-34LjWHE5W97j8daLZG71gtrnBg@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
2011/7/22 Fujii Masao <masao(dot)fujii(at)gmail(dot)com>:
> On Fri, Jul 22, 2011 at 1:29 AM, A J <s5aly(at)yahoo(dot)com> wrote:
>> Couple of months back, Josh Berkus posted an issue with promotion of the
>> standby in Streaming replication. Subject 'Standby promotion does not work'
>> in the pgsql-hackers forum.
>
> I could not find that thread.
>
>> It seemed that during failover, it was not possible to repoint the rest of
>> the slaves to the new master. Is this resolved ?
>
> No.
>
> When failover happens, basically you still need to take a fresh base backup from
> new master, copy it to the rest of standbys, change their primary_conninfo so
> that it points to new master, and restart them. But, if you always
> assign the same
> IP address to the master server by using virtual IP technique, you
> would not need
> to change primary_conninfo.
repmgr allows that, we can reaffect a Standby to a new Primary with
the command (it will find the new master and switch to it) : 'repmgr
-f /etc/repmgr/repmgr.conf standby follow'
>
> Regards,
>
> --
> Fujii Masao
> NIPPON TELEGRAPH AND TELEPHONE CORPORATION
> NTT Open Source Software Center
>
> --
> Sent via pgsql-admin mailing list (pgsql-admin(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-admin
>
--
Cédric Villemain +33 (0)6 20 30 22 52
http://2ndQuadrant.fr/
PostgreSQL: Support 24x7 - Développement, Expertise et Formation
From | Date | Subject | |
---|---|---|---|
Next Message | A J | 2011-07-22 16:11:25 | Re: replication_timeout does not seem to be working |
Previous Message | Kevin Grittner | 2011-07-22 14:33:21 | Re: revoked permissions on table still allows users to see table's structure |