-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support deleting replicas by default on undeploy #167
Comments
Basic code for doing this (in ml-app-deployer): DatabaseManager mgr = new DatabaseManager(client); |
And a Gradle task as an immediate hack if needed: task deleteReplicas(type: com.marklogic.gradle.task.MarkLogicTask) { mlUndeploy.dependsOn deleteReplicas |
This is resolved via marklogic/ml-app-deployer#140 |
…emas DEVEXP-150: No error thrown when no schemas to load and invalid client
This will happen if replicas were created via ConfigureForestReplicasCommand, but won't happen if they were configured any other way, such as via the custom forest support.
The text was updated successfully, but these errors were encountered: