Replication

From: barry(at)e-rm(dot)co(dot)uk
To: pgsql-general(at)postgresql(dot)org
Subject: Replication
Date: 2005-09-12 11:52:05
Message-ID: 1126525925.103304.219710@g44g2000cwa.googlegroups.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

I currently have a postgresql 8 system which I want to replicate
(ideally in realtime) with a spare host in order to introduce some
redundancy - eg. if the master server dies then I've got a ready-to-go
backup. Switchover does not have to be automated.

I've looked into commandprompt.com's mammoth system, but it only
supports up to 1000 tables (the documentation doesn't mention this!) -
the database in question has more than 1000 tables, and adds new tables
regularly. Slony-I and pgpool apparently don't support dynamic
schemas, which I'd obviously need, so they're not quite up to the job
either.

I'm currently looking at some sort of hack-job with the WAL archives
(see http://www.issociate.de/board/index.php?t=msg&goto=443099), but
this looks like a slightly flaky approach - have I missed the obvious
solution? Is there any stable software available which can replicate a
large and dynamic number of tables?

Cheers,

Barry

Responses

Browse pgsql-general by date

  From Date Subject
Next Message A. Kretschmer 2005-09-12 11:56:37 Re: help me learn
Previous Message suresh ramasamy 2005-09-12 11:38:31 help me learn