42
42
log.info('Duplicating database schema')
44
44
master_cs = ConnectionString(config.database.rw_main_master)
46
45
slave1_cs = ConnectionString(config.database.rw_main_slave)
49
47
# We can't use pg_dump to replicate security as not all of the roles
50
48
# may exist in the slave databases' clusters yet.