On Fri, 15 Jun 2012, Raghav wrote:


tools/slony1_dump.sh should create this table on the log shipping destination.  
This script
dumps the data from the replica running slon in log shipping mode and restores 
it + some
extra functions/tables to on the destination/target node.

Thank you very much Steve for reply.

I followed the below process,

1. Start slon process with Log enabling ( slon -a option)
2. Execute the tools/slony1_dump.sh
     sh tools/slony1_dump.sh  <subscriber_dbname>  <clustername>

After above two steps, still I won't see any table created under _myrep(slony 
schema). Create
Table/function etc., everything shown on terminal but not created in 
slonyschema.  Correct me if
anything wrong in my steps.

The output of slony1_dump.sh IS the SQL that you need to run against the logshipping target to create those tables (and otherwise setup that target). You'd pass that SQL to psql running on your log shipping target.



--Raghav 


_______________________________________________
Slony1-general mailing list
[email protected]
http://lists.slony.info/mailman/listinfo/slony1-general

Reply via email to