summaryrefslogtreecommitdiff
path: root/contrib/dbmirror/slaveDatabase.conf
blob: c6199bf850a396adfe6353ca3391a099dffa4651 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#########################################################################
# Config file for DBMirror.pl
# This file contains a sample configuration file for DBMirror.pl
# It contains configuration information to mirror data from 
# the master database to a single slave system.
#
# $Id: slaveDatabase.conf,v 1.1 2002/06/23 21:58:08 momjian Exp $
#######################################################################

$masterHost = "masterMachine.mydomain.com";
$masterDb = "myDatabase";
$masterUser = "postgres";
$masterPassword = "postgrespassword";

# Where to email Error messages to
# $errorEmailAddr = "me@mydomain.com";

$slaveInfo->{"slaveHost"} = "backupMachine.mydomain.com";
$slaveInfo->{"slaveDb"} = "myDatabase";
$slaveInfo->{"slaveUser"} = "postgres";
$slaveInfo->{"slavePassword"} = "postgrespassword";