Home
The Toolkit for Online Communities
15889 Community Members, 0 members online, 1757 visitors today
Log In Register

Forum OpenACS Q&A: Postgres Replication

OpenACS Home : Forums : OpenACS Q&A : Postgres Replication

Icon of Envelope Request notifications

+
Posted by Steve Manning on
Hi Folks

I've been asked to look at the possibilities of using a master/slave replication tool for one of our sites.

I'm considering dbmirror which ships in the contribs folder of Postgres. Does anyone have any experience of running dbmirror or one of the other pg replication tools? Are there any better options around and are there any pitfalls of which I should be aware?

If I go down the dbmirror route would the community be interested in the config and documentation to add to the installable options for OACS?

    - Steve

+
2: Re: Postgres Replication (response to 1)
Posted by Rocael Hernández Rizzardini on
Hi Steve,
any contribution in this area is always important to oacs, so feel free to keep us posted about your results...
+
3: Re: Postgres Replication (response to 1)
Posted by George Essig on
You should also consider slony at http://slony.info.  It's relatively new, but seems to have a lot of momentum.  Slony is written by Jan Wieck, a core developer of PostgreSQL.

George Essig

+
4: Re: Postgres Replication (response to 3)
Posted by Steve Manning on
Thanks George, someone else has also suggested that to me and the docs look quite good.

I've added it to my list.

    - Steve

+
5: Re: Postgres Replication (response to 1)
Posted by Andrew Piskorski on
This older thread also has some other links relevent to PostgreSQL replication.