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™ Administrator's Guide, Volume II
  3. NetBackup licensing models and usage reporting
  4. Reviewing a capacity licensing report
  5. NetBackup for PostgreSQL Agent
NetBackup™ Administrator's Guide, Volume II

NetBackup for PostgreSQL Agent

Licensing for PostgreSQL is specific to the DataStore policy for protecting PostgreSQL Instances. NetBackup collects the data for any PostgreSQL backup that can be restored.

In the case of PostgreSQL, the sizing information is gathered by listing the size of the Instance data directory of PostgreSQL.

The following commands and queries are used to verify the size that the accurate licensing method reports:

  • Windows platform

    • Lists the files on the system and their sizes.

      Dir <Instance data directory>

    • Get the database size using PostgreSQL query.

      SELECT pg_database_size ('DBNAME');

  • Linux Platform

    • Lists the files on the system and their sizes.

      ls <Instance data directory>

    • Get the database size using PostgreSQL query.

      SELECT pg_database_size ('DBNAME');

Feedback

Was this page helpful?
Previous

NetBackup for SQLite Agent

Next

NetBackup for SAP HANA

Feedback

Was this page helpful?