diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-08-15 08:57:32 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-08-15 09:04:31 +0000 |
commit | 11233ac93b5354d5274c88f500d702426282ae16 (patch) | |
tree | da259bc3a54e47724b3070a6115b86e1d9be7bd8 /testing/slony1/slony1.confd | |
parent | 2fe619084f6fa2593014b585f4009528afeb463c (diff) | |
download | aports-11233ac93b5354d5274c88f500d702426282ae16.tar.bz2 aports-11233ac93b5354d5274c88f500d702426282ae16.tar.xz |
testing/slony1: new aport
A master to multiple slaves replication system for PostgreSQL
http://slony.info/
Diffstat (limited to 'testing/slony1/slony1.confd')
-rw-r--r-- | testing/slony1/slony1.confd | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/testing/slony1/slony1.confd b/testing/slony1/slony1.confd new file mode 100644 index 0000000000..07822329ab --- /dev/null +++ b/testing/slony1/slony1.confd @@ -0,0 +1,12 @@ +# /etc/conf.d/slony1: +# $Header: /var/cvsroot/gentoo-x86/dev-db/slony1/files/slony1.conf,v 1.2 2007/03/07 23:18:21 nakano Exp $ + +# Configuration file for /etc/init.d/slony1 + +USER=postgres +CLUSTER=your_cluster_name +DBUSER=postgres +DBNAME=your_database_name +DBHOST=localhost +LOGFILE=/var/lib/postgresql/data/slony1.log +LOGLEVEL=1 # 1(minimum)..4(maximum) |