Health Check for Install and Upgrade
Introduction
The Portworx Backup 2.8.3 release introduces the health check feature to streamline installation and upgrades while reducing failures and improving user experience. This check is designed to proactively validate environments and detect potential issues to help users in troubleshooting the issues that may appear during Portworx Backup install or upgrade. Health check is a job that runs before install or upgrade and aims to:
- Streamline the installation and upgrade experience
- Reduce failure rates through early detection and fail-fast mechanisms
- Simplify debugging with clear insights and recommendations
The health check feature is available for all environments that are currently supported by Portworx Backup. Also, health check automatically deletes post-install hook job and eliminates the process of manual deletion during upgrade.
Health check validations are enabled by default during Portworx Backup installation or upgrade. In case you want to disable this check for testing purposes, you can do so by appending the following string in the Portworx Central specgen during install or upgrade:
--set pxbackup.skipValidations=true
This skips the health check validations during install or upgrade.