Instana self-hosted backend to be completely removed, the following commands should be executed:
instana stop apt-get remove instana-console rm -rf /root/.instana docker system prune -a
and clear the data directories that the customer has configured where our databases write to:
... dir { metrics = "/mnt/metrics" traces = "/mnt/traces" data = "/mnt/data" logs = "/var/log/instana" } ...
The settings.hcl file can be deleted, also.
Comments