Ransomware attackers specifically target and attempt to destroy backup systems to increase the probability of payment. Hardening your system is critical. Please ensure you have reviewed your platform security using the Security Hardening Checklist
Cohesity

COHESITY Documentation

Explore our documentation to get started, discover products & new features, access troubleshooting guides, register sources, platforms support.

Products
Data Security Alliance
Visit Cohesity.com
Demos
Support
Blogs
Developers
Partner Portals
Cohesity Community
© 2026 Cohesity, Inc. All Rights Reserved.
Terms of Use|
Privacy Policy|
Legal|
  1. Home
  2. NetBackup™ for OpenStack Administrator's Guide
  3. Deploying NetBackup for OpenStack
  4. Uninstalling NetBackup for OpenStack
  5. Uninstalling from Ansible OpenStack
  6. Delete NetBackup for OpenStack Datamover API database and user
NetBackup™ for OpenStack Administrator's Guide

Delete NetBackup for OpenStack Datamover API database and user

  • Go inside galera container.

  • Login as root user in mysql database engine.

  • Drop nbosdmapi database.

  • Drop nbosdmapi user

lxc-attach -n "GALERA CONTAINER NAME"
mysql -u root -p "root password"
DROP DATABASE nbosdmapi;
DROP USER nbosdmapi;

Feedback

Was this page helpful?
Previous

Remove NetBackup for OpenStack Datamover API service endpoints

Next

Remove nbosdmapi rabbitmq user from rabbitmq container

Feedback

Was this page helpful?