Skip to content

registry.mirantis.com/msr/dtr destroy#

Destroy MSR replica data.

Usage#

docker run -it --rm registry.mirantis.com/msr/dtr \
    destroy [command options]

Description#

The destroy command forcefully removes all containers and volumes associated with an MSR replica without notifying the rest of the cluster. Use this command on all replicas uninstall MSR.

Use the remove command to gracefully scale down your MSR cluster.

Options#

Option Environment variable Description
--replica-id $MSR_DESTROY_REPLICA_ID The ID of the replica to destroy.
--ucp-url $UCP_URL The MKE URL including domain and port.
--ucp-username $UCP_USERNAME The MKE administrator username.
--ucp-password $UCP_PASSWORD The MKE administrator password.
--debug $DEBUG Enable debug mode for additional logs.
--help-extended $MSR_EXTENDED_HELP Display extended help text for a given command.
--nocolor $NOCOLOR Disable output coloring in logs.
--ucp-insecure-tls $UCP_INSECURE_TLS Disable TLS verification for MKE. The installation uses TLS but always trusts the TLS certificate used by MKE, which can lead to man-in-the-middle attacks. For production deployments, use --ucp-ca "$(cat ca.pem)" instead.
--ucp-ca $UCP_CA Use a PEM-encoded TLS CA certificate for MKE.Download the MKE TLS CA certificate from https:// /ca, and use --ucp-ca "$(cat ca.pem)".