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 Kolla Openstack
  6. Cleaning NetBackup for OpenStack database resources
NetBackup™ for OpenStack Administrator's Guide

Cleaning NetBackup for OpenStack database resources

NetBackup for OpenStack Datamover API service has its own database in the OpenStack database.

To clean NetBackup for OpenStack database resources

  1. Login to Openstack database as root user or user with similar privileges.

    mysql -u root -p

  2. Delete nbosdmapi database and user.

    DROP DATABASE nbosdmapi;

    DROP USER nbosdmapi;

Feedback

Was this page helpful?
Previous

Cleaning Keystone resources

Next

Destroy the NetBackup for OpenStack VM Cluster

Feedback

Was this page helpful?