pyreplica 1.0.5 (beta) released

From: "Mariano Reingart" <mariano(at)nsis(dot)com(dot)ar>
To: <pgsql-announce(at)postgresql(dot)org>
Subject: pyreplica 1.0.5 (beta) released
Date: 2008-11-09 19:42:09
Message-ID: CB37F7FBECBE487989240C1EE16572DA@pc1
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce

Beta release of PyReplica, a PostgreSQL Python-based replication system

Project Site: http://pgfoundry.org/projects/pyreplica/

It is programmed in Python, aimed to be simple, flexible and customizable,
with a easy installation and administration.

It consist on a plpythonu master log trigger (py_log_replica) and slave
daemon client script (pyreplica.py and daemon.py).

Features addeded since first alpha release:
* Two Phase Commit (2PC) to prevent data loss
* Threaded daemon, with better signal handling and configuration support
* Email Notification of daemon start, stop, errors and warnings events
* Basic Multi-Master support, including conflict detection (but no conflict
resolution)
* Test Suite

Best regards,
Mariano Reingart

Browse pgsql-announce by date

  From Date Subject
Next Message David Fetter 2008-11-10 01:21:45 == PostgreSQL Weekly News - November 09 2008 ==
Previous Message Josh Berkus 2008-11-04 16:39:36 PostgreSQL Update Versions 8.3.5, 8.2.11, etc. Released