Table of Contents |
---|
I have an existing Liquibase Enterprise / DaticalDB project that I want to duplicate and modify instead of creating a new one from scratch.
...
Info |
---|
Disclaimer: This is an advanced topic.
|
...
- For the SQL script repository, simply refer to your Implementation Guide on setting up with your particular SCM (or co-locate in the existing developer application repository).
- Copy the sql script directory structure from the original repository.
- You might need to remove or at least validate the values in any existing metadata.properties files.
- Be sure to note the last Commit ID (this will be used later in the deployPackager.properties file).
- For the Datical DB project, create an empty new repository. For this article, we will call the repository: portal_ddb.
...
- Change the name on the first line to:
name="Portal"
Remove the projectsId content from:
Code Block projectsId="ec91d5b7-bf95-4249-af7f-f06dde742cb9"
to
Code Block projectsId=""
- Edit your database connections by editing the matching DbDefs.
- You will need to use the UI to enter a different password. If you do not have access to the UI, you can Base64 encode the password as the value in the datical.project.
- You will need to change the managed database or schema(s) information in the new project.
Remove the projectsId any dbDefsId content from:
Code Block dbDefsId="3cc01c15-727a-34c1-ba97-5aafd139b839"
to
Code Block dbDefsId=""
- Edit your plans.
Remove the any plansId content from:
Code Block plansId="b5e83263-beff-3eb6-8f41-0d1881ee330e"
to
Code Block plansId=""
...
- Check your connections
- Update your passwords as needed
- Register your project in your DMC DB
- Run a status
Related articles
Filter by label (Content by label) | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...
hidden | true |
---|
...