Please enter search query.
Search <book_title>...
Veritas NetBackup™ for PostgreSQL Administrator's Guide
Last Published:
2019-06-28
Product(s):
NetBackup (8.2)
- Introduction to NetBackup for PostgreSQL
- Installing the NetBackup for PostgreSQL Agent
- Configuring NetBackup for PostgreSQL
- NetBackup for PostgreSQL backup and restore
- About PostgreSQL backups
- Troubleshooting for PostgreSQL
- Appendix A. NetBackup for PostgreSQL commands and conventions
- Appendix B. NetBackup for PostgreSQL commands
Deleting backup information from the NetBackup catalog files
The nbpgsql -o delete command, removes the backup information from the catalog files but retains the backup files on the NetBackup media server. The parameter -S is required parameter. You can use the -id option to delete a backup by specifying its backup image name.
Specify the following parameter in the nbpgsql.conf
file or on the command line:
DB_BACKUP_ID
To delete the backup information
- Configure the parameters, in the
postgresql.conf
file or provide on the command line. - Run the following command:
nbpgsql -o delete -S master_server [-id db_backup_id].