Discussion:
[Liquibase-user] New Topic: diff in version liquibase-2.0-rc7 requires referenceUrl parameter
Liquibase Community Forum
2010-11-18 12:16:19 UTC
Permalink
A new topic, 'diff in version liquibase-2.0-rc7 requires referenceUrl parameter', has been made on a board you are watching.

You can see it at
http://liquibase.org/forum/index.php?topic=794.new#new

The text of the topic is shown below:

When trying to run the diff command on two databases I got the error:
Liquibase Update Failed: referenceUrl parameter missing. For more information, use the --logLevel flag)

The command I run looks like this:

liquibase --driver=oracle.jdbc.driver.OracleDriver
--classpath=ojdbc6.jar
--url="jdbc:oracle:thin:@dbserver:1521:TEST"
--username=newdb
--password=newdb
diff
--baseUrl="jdbc:oracle:thin:@dbserver:1521:TEST"
--baseUsername=basedb
--basePassword=basedb

When running it in version 1.9.5 it works fine.
1. What should I specify with parameter referenceUrl?
2. If I must use it, why is it necessary to use the referenceUrl parameter when I want to compare two databases?

Unsubscribe to new topics from this board by clicking here: http://liquibase.org/forum/index.php?action=notifyboard;board=1.0

Regards,
The Liquibase Community Forum Team.

Loading...