Skip to main content
Version: 2.8

Install Portworx Backup

After installing Portworx Central on-premises, you can enable the Portworx Backup component. You can enable Portworx Backup even after installing the license server and monitoring service components.

To enable Portworx Backup:

  1. Using Helm, add the Portworx Enterprise repository to your cluster and update it.

    helm repo add <repo-name> portworx http://charts.portworx.io/ && helm repo update
  2. Run the helm install command, using the -f flag to pass the custom values.yaml file you generated above and replacing <namespace> with your namespace:

    helm install <release-name> <repo-name>/px-central --namespace <namespace> -f values.yaml --set pxbackup.enabled=true

For more information about the prerequisites and procedure to install Portworx Backup on-premises, refer to the Install Portworx Backup on-premise topic.