Post-upgrade
After you run upgrade command, Portworx Backup triggers health check to evaluate if your setup meets installation requirements. If the installation fails because of the failure in meeting the install requirements, Portworx Backup displays relevant error messages in the CLI. For more information, refer to health check and health check matrix.
Monitor Installation Completion
After running the helm install command, monitor the post-install hook to ensure successful deployment:
# Check post-install hook status
kubectl get pod --namespace px-backup -ljob-name=pxcentral-post-install-hook -o wide | awk '{print $1, $3}' | grep -iv error
# Monitor until completion
kubectl get job pxcentral-post-install-hook -n px-backup -w
Expected output:
pxcentral-post-install-hook-xxxxx Completed
Verify Pod Status
Ensure all Portworx Backup components are running:
kubectl get pods -n px-backup
All pods should be in Running or Completed state.
Access PXB web console
Configure access to the Portworx Backup web console.