Thu Sep 7 07:32:24 PDT 2006
- Previous message: [Slony1-general] Master and Slave form toreplicate
- Next message: [Slony1-general] Changing cluster config
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Why not, copy the table into another table? eg create table MYTABLE_COPY as select * from MYTABLE; Remove the table from the replication set... I'm not sure if you can do this in such a way that the removal from the set happens before the data from the slave's table is actually deleted. Hopefully, someone who knows Slony better should be able to provide a better answer on this. John 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 . > > 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.....
- Previous message: [Slony1-general] Master and Slave form toreplicate
- Next message: [Slony1-general] Changing cluster config
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-general mailing list