Re: Postgres and geographically diverse replication

From: Bill Moran <wmoran(at)potentialtech(dot)com>
To: "Drew Myers" <drew(dot)myers(at)innerwireless(dot)com>
Cc: <pgsql-general(at)postgresql(dot)org>
Subject: Re: Postgres and geographically diverse replication
Date: 2007-04-18 20:43:28
Message-ID: 20070418164328.a0936edb.wmoran@potentialtech.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

In response to "Drew Myers" <drew(dot)myers(at)innerwireless(dot)com>:
>
> I've been given a task to build a couple of geographically separate
> servers, which are capable of replicating data between each other.
>
> I've surfed through various google results, and most of what I've found
> seems to be a bit dated, so I thought I'd pose my question here, perhaps
> for more detailed and more up-to-date info.
>
> Is this normally done in a push/pull scenario within the postgres
> installations themselves, or is additional software required? What are
> the various replication capabilities?
>
> I apologize for the general nature of my questions, I'm new to postgres
> and to geographically separate replication. Any tips, books, whitepapers
> or other resources you might be able to point me to is most appreciated.

Generally speaking, when you're talking geographically separate, Slony
is your best bet. We're using it to maintain data on opposites sides of
the US with good success.

http://slony.info

--
Bill Moran
http://www.potentialtech.com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Raymond Hurst 2007-04-18 20:48:52 Can Postgresql be ported to a device with no OS and simple file I/O and memory management?
Previous Message Ben 2007-04-18 20:33:30 Re: Postgres and geographically diverse replication