What syntax to use Liquibase from command-line with Firebird?

What syntax to use Liquibase from command-line with Firebird?


  • Firebird 2.5

  • Liquibase 2.0.1


I’ve tryed the following batch script:


liquibase --driver=org.firebirdsql.jdbc</div>

              --classpath=jaybird-2.1.6.jar </div>

              --changeLogFile=./db.changelog.xml 

              --url=“jdbc:firebirdsql:localhost/3050:c:\liquibase.fdb” </div>

              --username=SYSDBA --password=masterkey </div>

migrate


fabio vitale 

What is the error you are getting?


Nathan