Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Databases

rjrudin edited this page Nov 2, 2018 · 2 revisions

This page has been started for the 3.10.0 release and will eventually document as many of the features as possible specific to deploying databases.

Not undeploying "default" databases

In 3.10.0, ml-app-deployer will not undeploy any of the "default" databases that are created when MarkLogic is first initialized - e.g. App-Services, Security, etc.

It is not expected that you'll need to modify the set of default databases that ml-app-deployer is aware of, but if you do, the list is kept in the DeployOtherDatabasesCommand class. A getter and setter are available to modify the set.

Note also that this feature isn't intended for not undeploying application-specific databases. If you are looking to do that, the easiest way is to use one of the deployment properties for ignoring resource filenames.