better architecture? - Mailing list pgsql-general

From zach cruise
Subject better architecture?
Date
Msg-id CAL8icXwKyF3SiM+k+LCELqKmoQYYya9eNZPLNt-j7B1a_7qWzA@mail.gmail.com
Whole thread Raw
Responses Re: better architecture?
List pgsql-general
i need some advice:

1. for our small business, i have a master (dev) - slave (prod) setup.
i develop using the master. i get data from other people's dev (mssql) databases. i also get data from their prod (mssql) databases. i replicate everything on slave.

apps using the master can connect only to dev databases, and apps using the slave can connect only to prod databases. so when it's time to go from dev to prod, i simply change that connection. no restart.

comments?

2. what happens if master-slave are rebooted at different times?

3. i also need to auto-promote slave to master if master fails (without using repmgr or postgres-r or even postgres-xl). how?


pgsql-general by date:

Previous
From: John Smith
Date:
Subject: Re: how to delay sync by a set time, hour or day?
Next
From: Sameer Kumar
Date:
Subject: Re: how to delay sync by a set time, hour or day?