Yes, there is a way. With the ant task you can set diffTypes="data" to just give you the rows in the generated xml. I'm not sure what the argument is for the jar file though. I can't find that in my command history or in the jar help text.
Ben Pradnya Gawade wrote: > Hi, > > I am new to liquibase and need some help. > > I want to get the database state with schema and database contents > into a chageLog xml file. I want to use this xml at some other place > to replicate the exact original database. > I could get the database schema with 'generateChangeLog' command but I > don't know how can I get the database contents in xml file. Writing > the data insert statements manually will be time consuming as there > are large number of tables with initial application configuration data > in the original database. > Is it possible to get such xml with database contents? > > I also tried 'diff' command between the original and newly created > database after migrating the schema xml . but it do not show me the > data content differences. I read in the liquibase documentation that > 'diff' compares Data differences (limited) but I don't see that in the > diff result. > > Thanks and Regards, > Pradnya > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------------ > Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA > -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise > -Strategies to boost innovation and cut costs with open source participation > -Receive a $600 discount off the registration fee with the source code: SFAD > http://p.sf.net/sfu/XcvMzF8H > ------------------------------------------------------------------------ > > _______________________________________________ > Liquibase-user mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/liquibase-user > ------------------------------------------------------------------------------ Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H _______________________________________________ Liquibase-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/liquibase-user
