Automatic trigger to backup - Mailing list pgsql-admin

From Vinay Sarvana
Subject Automatic trigger to backup
Date
Msg-id AANLkTik6M2yj7OhrRHr4IpKhYaW5nlbs5o7gIWdG2Sn3@mail.gmail.com
Whole thread Raw
Responses Re: Automatic trigger to backup  (Scott Mead <scott.lists@enterprisedb.com>)
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: Autovacuum and invalid page header
Next
From: Scott Mead
Date:
Subject: Re: Automatic trigger to backup