Liquibase Enterprise was formerly known as Datical DB.
Update an Existing Project
At times, you might need to rebuild a Datical project file. You do this when you want to add a new pipeline or to just correct an error in original project creation.
If you are using the project_creator.groovy script, updating the existing project is simple.
- Make the desired changes to the input files.
Re-run the
project_creator.groovy
script, adding thereplace
option at the end of the command.% cd <datical_working_dir>/Project1 % hammer groovy project_creator.groovy /home/test_user/datical/drivers/jdbc_drivers /datical/provisioning_files /home/test_user/datical "Project1" testConnections replace
- The
datical.project
file is updated and can be used or checked in to source control.
If you are using the GUI,
- Open the appropriate project file
- Make the desired settings or pipeline modifications
- The
datical.project
file will be updated and can be used or checked-in to Source Control
Copyright © Liquibase 2012-2022 - Proprietary and Confidential