On 9/7/2006 9:56 AM, Yoel Marrero Calderon wrote: > Hi to all . > I have my Master database Empty > I have some data in my slave Database tht I dont want lose. > When I start replication the data in my Slave Database erase .
A replica is supposed to contain the same data as the original. The same means no more and no less. You cannot have "extra" data in a replicated table on a subscriber. > > whow can I configure my replication scripts to enable or disable any option > to solve this problem .... > I dont want lose the data in my Slave Database..... Make the DB that has the data the origin (master) first. When the data has been replicated to the other DB, move the origin with MOVE SET. Jan -- #======================================================================# # It's easier to get forgiveness for being wrong than for being right. # # Let's break this rule - forgive me. # #================================================== [EMAIL PROTECTED] # _______________________________________________ Slony1-general mailing list [email protected] http://gborg.postgresql.org/mailman/listinfo/slony1-general
