Skip to content

Instantly share code, notes, and snippets.

@goyalmohit
Last active March 2, 2019 09:54
Show Gist options
  • Save goyalmohit/7f52327bb10d4c4beca8ac71a5bc7d37 to your computer and use it in GitHub Desktop.
Save goyalmohit/7f52327bb10d4c4beca8ac71a5bc7d37 to your computer and use it in GitHub Desktop.
Export DB Schema using Liquibase
liquibase
--driver=com.microsoft.sqlserver.jdbc.SQLServerDriver
--classpath="C:\\Program Files\\Microsoft JDBC Driver 6.0 for SQL Server\\sqljdbc_6.0\\enu\\jre8\\sqljdbc42.jar"
--url="jdbc:sqlserver://localhost:1433;databaseName=AdventureWorks2017;integratedSecurity=false;"
--changeLogFile="D:\Source\generateChangeLog.xml"
--username=liquibase
--password=liquibase@123
--logLevel=info
generateChangeLog
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment