mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
8d85f42408
PR: ports/148870 Submitted by: olgeni Approved by: maintainer
20 lines
609 B
Plaintext
20 lines
609 B
Plaintext
Slony-I is enterprise-level "master to multiple slaves"
|
|
replication system with cascading and failover.
|
|
|
|
The big picture for the development of Slony-I is to build
|
|
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 developed as a system for data centers and backup
|
|
sites, where the normal mode of operation is that all nodes
|
|
are available.
|
|
|
|
Differences from 1.2 stream
|
|
|
|
- Removal of TABLE ADD KEY
|
|
|
|
- It drops all support for databases prior to PostgreSQL version 8.3.
|
|
|
|
WWW: http://www.slony.info/
|