NetBackup™ Deployment Guide for Kubernetes Clusters
- Introduction
- Section I. Deployment
- Prerequisites for Kubernetes cluster configuration
- Deployment with environment operators
- Deploying NetBackup
- Primary and media server CR
- Deploying NetBackup using Helm charts
- Deploying MSDP Scaleout
- Deploying Snapshot Manager
- Verifying Cloud Scale deployment
- Section II. Monitoring and Management
- Monitoring NetBackup
- Monitoring MSDP Scaleout
- Monitoring Snapshot Manager
- Managing the Load Balancer service
- Managing MSDP Scaleout
- Managing PostrgreSQL DBaaS
- Performing catalog backup and recovery
- Setting key parameters in Cloud Scale deployments
- Section III. Maintenance
- MSDP Scaleout Maintenance
- PostgreSQL DBaaS Maintenance
- Upgrading
- Uninstalling
- Troubleshooting
- Troubleshooting AKS and EKS issues
- Troubleshooting AKS-specific issues
- Troubleshooting EKS-specific issues
- Troubleshooting AKS and EKS issues
- Appendix A. CR template
How Data-Migration works
Data migration job kicks-in whenever there is any change in the storage class name of the primary server's catalog, log and data volumes.
Migration job is used to perform data transfer of Primary server's file system data from
Azure disks
toAzure premium files
for existing NetBackup deployments.If user is deploying NetBackup for the first time, then it is considered as fresh installation and the user can directly utilize the
Azure premium files
for Primary server's catalog volume. Primary server log and data volume supports azure disks only.For existing NetBackup deployments, migration job would copy Primary server's old
Azure disk
catalog volume to new azure file volumes, except nbdb data, nbdb data will be copied to new azure disks based data volume. Logs can be migrated to new azure disk log volume.To invoke the migration job, the
Azure premium files
storage class must be provided in theenvironment.yaml
file for catalog volume. User can also provide new azure disks storage class for log volume and new azure disk based data volume must be provided inenvironment.yaml
.The migration status is updated to Success in primary server CRD post successful data migration.
Note:
Migration will take longer time based on catalog data size.