We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This can be a pain to do via the Admin UI. Use case is for some database that isn't tracked by a config file - user would do:
gradle mlDeleteDatabase -Pdatabase=some-database -Pconfirm=true
Can include an option for whether or not delete forests, with that option defaulting to true.
http://docs.marklogic.com/REST/DELETE/manage/v2/databases/[id-or-name]
The text was updated successfully, but these errors were encountered:
#423 Can now delete a database via mlDeleteDatabase
bd7f43c
#423 Fix for replicas when forests per host exceeds number of hosts
43080bd
Issue pertained to the number of forests on each host causing a failure in determining which host replicas should go on to.
rjrudin
No branches or pull requests
This can be a pain to do via the Admin UI. Use case is for some database that isn't tracked by a config file - user would do:
Can include an option for whether or not delete forests, with that option defaulting to true.
http://docs.marklogic.com/REST/DELETE/manage/v2/databases/[id-or-name]
The text was updated successfully, but these errors were encountered: