/
How To: Change Default Location for Liquibase Enterprise Projects
How To: Change Default Location for Liquibase Enterprise Projects
By default, when creating new projects in the desktop client, Datical will use user's home directory as default location. For example, on Windows, the default project directory would be "C:\Users\<username>\datical
". This location may not be desirable. This document guides how to change the default location for your projects to another location, e.g., “C:\Apps\datical
”.
Step-by-step guide
- In your Datical installation directory (
“c:\Apps\DaticalDB
”), there is a “datical.ini
” file. Open this file in a text editor. It will look like this:-startup plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar --launcher.library plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.100.v20110502 -data @user.home/datical -clean -vm jre/bin/javaw.exe -vmargs -Dlogback.configurationFile=./logging-config.xml -DMSSQL_DRIVER_PROPERTIES=./mssql_driver.properties -DLIQUIBASE_LOG_LEVEL=INFO -Xmx2024m
- Modify the line #6 to “
C:/Apps/datical
”. - Notice the use of forward slashes instead of backslashes.
- Save the file. Restart Datical Client GUI.
- With this change all your new projects will be created in “
C:\Apps\datical
” directory.
Related articles
, multiple selections available,
Related content
Using the GUI and the Composite Repository
Using the GUI and the Composite Repository
More like this
Using the CLI and the Composite Repository to install Liquibase Enterprise
Using the CLI and the Composite Repository to install Liquibase Enterprise
More like this
How To: Clone a Liquibase Enterprise project
How To: Clone a Liquibase Enterprise project
More like this
Upgrading Liquibase Enterprise
Upgrading Liquibase Enterprise
More like this
How To: Automate Windows GUI Installation
How To: Automate Windows GUI Installation
More like this
Configuring Step Settings (DbDefs)
Configuring Step Settings (DbDefs)
More like this
Copyright © Datical 2012-2020 - Proprietary and Confidential