*** slaveDatabase.conf Mon Aug 11 10:50:10 2003 --- slaveDatabase.conf.new Mon Aug 11 10:54:24 2003 *************** *** 16,21 **** --- 16,28 ---- # $errorEmailAddr = "me@mydomain.com"; $slaveInfo->{"slaveHost"} = "backupMachine.mydomain.com"; + $slaveInfo->{"slaveSiteId"} = 667; + # slaveSiteId is compared against siteidkeyname in specialtables for equality, + # for each replicated table that has an entry in specialtables. + # !!!!!!!!!! + # The tblname column value in specialtables must be given in its full path form. + # Please read the NOTE in MirrorSetup.sql + # !!!!!!!!! $slaveInfo->{"slaveDb"} = "myDatabase"; $slaveInfo->{"slaveUser"} = "postgres"; $slaveInfo->{"slavePassword"} = "postgrespassword";