Slony-I 2.0.99

This Release
Slony-I 2.0.99
Date
Status
Stable
Latest Stable
Slony-I 2.0.999 —
Other Releases
Abstract
Replication system for PostgreSQL
Description
Slony-I is a master to multiple slaves replication system for PostgreSQL supporting cascading (e.g. - a node can feed another node which feeds another node...) and failover.
Released By
cbbrowne
License
PostgreSQL
Resources
Special Files
Tags

Extensions

slony 2.0.99
Replication system for PostgreSQL

Documentation

admin
Project Admin Area
index
Slony-I
slonik_commands
Slonik Command Summary
cvs
Slony-I CVS
schemadoc
Index for schemadoc
psql_replication_check
NAME
bulk_load_for_slony
bulk_load_for_slony.pl

README

Contents

Slony-I
------------------


Slony-I is a "master to multiple slaves" replication system with
cascading and failover.

The big picture for the development of Slony-I is a master-slave
system that includes all features and capabilities needed to replicate
large databases to a reasonably limited number of slave systems.

Slony-I is a system for data centers and backup sites, where the
normal mode of operation is that all nodes are available, and where
systems may be expected to be managed in a reasonably disciplined
fashion.

1.  Build and install

    See the INSTALL file nearby

2.  Creating a sample database with application

    See the SAMPLE file nearby

    There is also a "test" directory in the source tree which contains
    a variety of regression tests.  Looking at how they work may also
    be helpful.

3.  Help!  I ran into a problem.

    The file in the documentation area named "helpitsbroken.txt"
    contains a variety of notes describing problems that people have
    run into in setting up Slony-I instances.  This has been extended
    into a full scale FAQ.

    It may be worth checking there to see if the problem you are
    having has already been documented and diagnosed by someone else.

    There is an extensive "administrative guide" in the documentation
    tree that includes manual pages for binaries and for the Slonik
    language, as well as overviews of various aspects of how Slony-I
    works and should be used, including a "Best Practices" document
    that distills some of the hard-learned lessons and a FAQ.

    This "admin guide" may be found online at:
    <http://linuxdatabases.info/info/slony.html>

You may also wish to contact the Slony-I mailing list, findable at
<http://slony.info/>. or take a peek at who might be available to chat
on the IRC channel #slony on freenode.net.

-- Slony-I team