Re: Automatic trigger to backup

Поиск
Список
Период
Сортировка
От Scott Mead
Тема Re: Automatic trigger to backup
Дата
Msg-id AANLkTiksSQcrbnGBLpAj3HjgsEJ5eH9ENjSXf-d3NIZZ@mail.gmail.com
обсуждение исходный текст
Ответ на Automatic trigger to backup  (Vinay Sarvana <vinay.dhoom@gmail.com>)
Список pgsql-admin

On Fri, May 14, 2010 at 1:55 AM, Vinay Sarvana <vinay.dhoom@gmail.com> wrote:
Hi. Is there any possibility for creating trigger file automatically in postgres. Scenario is as follows :

There are some application which is having this postgres database. There are main & backup database. Application is normally connected to first server. If main server fails, application should connect to backup server. This is PITR environment where WAL files are transferring from the main to backup.

Manually we are creating the trigger file for that application to connect to backup database which will be master. Then we need to make previous master as slave.

I need to know the automatic creation of trigger file....?

The trigger file is not automatically created, you would need to do that yourself.  You could always write a script to fire from cron to check if the master database was done, but be careful, if your network cable comes unplugged, you may end up triggering a failover event that you don't need to.  Just make sure that your master server is resilient and that whatever script you write doesn't create the trigger file until after having done multiple connection attempts.

--Scott

 

Vinay

В списке pgsql-admin по дате отправления:

Предыдущее
От: Vinay Sarvana
Дата:
Сообщение: Automatic trigger to backup
Следующее
От: "Narasimha Murthy-VRFX87"
Дата:
Сообщение: Clarification required: autovacuum and VACUUM command mode