Fresh copy of a PG DB ?

From: Pascal Heraud <heraud(at)tatm(dot)com>
To: pgsql-admin(at)postgresql(dot)org
Subject: Fresh copy of a PG DB ?
Date: 2007-12-28 09:15:05
Message-ID: 4774BE99.9010602@tatm.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hello all,

I want to have a fresh copy of my postgres database on another server in
order to provide a simple mechanism of failover.
My current solution is to backup the database every hour and re-create
from scratch on the other side.

Currently the database is small and its not an issue but when the size
will be bigger, it can become an issue as you can guess :)

What are the other solution to provide this service in a incremental
manner ? Is there any "dupplication" tool or mechanism provided to allow
such a repplication ?

We looked at the way of using a replication solution but it seems very
coupled to the version of the database we use. We are using PGSQL 8.2.4
on a Gentoo Linux OS.

Thanks for any clue :)

Pascal

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Andreas 'ads' Scherbaum 2007-12-28 09:22:01 Re: Fresh copy of a PG DB ?
Previous Message Jeff Frost 2007-12-28 02:51:16 Re: What's the XID?