Automatic trigger to backup

Поиск
Список
Период
Сортировка
От Vinay Sarvana
Тема Automatic trigger to backup
Дата
Msg-id AANLkTik6M2yj7OhrRHr4IpKhYaW5nlbs5o7gIWdG2Sn3@mail.gmail.com
обсуждение исходный текст
Ответы Re: Automatic trigger to backup  (Scott Mead <scott.lists@enterprisedb.com>)
Список pgsql-admin
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....?

Vinay

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Autovacuum and invalid page header
Следующее
От: Scott Mead
Дата:
Сообщение: Re: Automatic trigger to backup