Quantcast
Channel: Liquibase Forums
Viewing all articles
Browse latest Browse all 2993

data Difference between two schemas in Liquibase

$
0
0
Hi All,

I am running the below command
java -jar liquibase.jar
 --driver=<driver name>
 --clasapth=<classpath + liquibase jar>
 --changeLogFile=<file name + path>
 --url=<schema1>
 --username=<username>
 --password=<pwd>
 --referenceUrl=<schema2>
 --referenceUsername=<username>
 --referencePassword=<pwd>
 --diffTypes=data
generateChangeLog


This command gives me a file dump with xKB , the file contains only the changeSet of the (url+username+password) DB, not the actual comaprison between both the tables and values of each table.

can you please help me with the correct command if the above one is wrong ?

Viewing all articles
Browse latest Browse all 2993

Trending Articles