database - Does Datical (Enterprise version of liquibase) support more than 2000 tables generateChangeLog? -
i have more 2000 tables in existing database. want generatechangelog tables structure , data. have tried using liquibase command failed tables. possible in datical (enterprise version of liquibase) gui or command ?
liquibase command:
liquibase --driver=com.mysql.jdbc.driver --classpath=mysql-connector-java-commercial-5.0.8-bin.jar --changelogfile=d:\newliquibse\xml\xyz.xml --url="jdbc:mysql://localhost:4928/mydbname?zerodatetimebehavior=converttonull" --username=xyz --password=xyz --difftypes="tables, columns, views, primarykeys, indexes, foreignkeys, sequences, data" generatechangelog
i using liquibase 3.3.5 version.
any appreciated.
Comments
Post a Comment