Re: Database mirroring

From: "Jules Alberts" <jules(dot)alberts(at)arbodienst-limburg(dot)nl>
To: pgsql-admin(at)postgresql(dot)org
Subject: Re: Database mirroring
Date: 2002-04-19 09:42:58
Message-ID: 200204190945.g3J9jMR0016686@artemis.cuci.nl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On 18 Apr 2002 at 15:40, Rommel B. Abaya wrote:

> Hi,
>
> I'm trying to find out if database mirroring could be done with
> PostgreSQL. What i mean is that when my applications
> insert/delete/update records in my production server, it will also
> insert/delete/update the same in my development server such that my
> production server and development server always contain the same data.
> Is this possible with PostgreSQL ?
>
> -- I'm using PostgreSQL version 7.2

I think the keyword you want to look for is replication. AFAIK this
isn't officialy a part of 7.2, but somewhere in the contribs.

--
Jules Alberts

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Nigel J. Andrews 2002-04-19 12:14:13 Re: Alter/update large tables - VERRRY annoying behaviour!
Previous Message Roberto Mello 2002-04-19 01:41:51 Re: [DOCS] [GENERAL] Migrating Oracle to PostgreSQL