Re: Best high availability solution ? - Mailing list pgsql-general

From Dave Page
Subject Re: Best high availability solution ?
Date
Msg-id E7F85A1B5FF8D44C8A1AF6885BC9A0E4013885CA@ratbert.vale-housing.co.uk
Whole thread Raw
In response to Best high availability solution ?  (Arnaud Lesauvage <thewild@freesurf.fr>)
Responses Re: Best high availability solution ?  (Arnaud Lesauvage <thewild@freesurf.fr>)
List pgsql-general

> -----Original Message-----
> From: pgsql-general-owner@postgresql.org
> [mailto:pgsql-general-owner@postgresql.org] On Behalf Of Tino
> Wildenhain
> Sent: 31 May 2006 12:14
> To: Arnaud Lesauvage
> Cc: pgsql-general@postgresql.org
> Subject: Re: [GENERAL] Best high availability solution ?
>
> > Then with a script that would change my DNS so that
> > mypgserver.domain.tld (used in ODBC connection string)
> points to CNAME
> > mybackupserver.domain.tld instead of CNAME
> mymasterserver.domain.tld,
> > getting back to production ould be quite easy...?
>
> I guess the users would start over anyway. So easiest if you
> provide a copy of the app with that other connection and
> signal them if the first server dies to just close the first
> and start the backup-application.

Yes - the DNS method would work, but you might run into caching issues
requiring the users to reboot or do a 'ipconfig /flushdns' before they
see the change.

Regards, Dave.

pgsql-general by date:

Previous
From: Tino Wildenhain
Date:
Subject: Re: Best high availability solution ?
Next
From: Arnaud Lesauvage
Date:
Subject: Re: Best high availability solution ?