Upgrade Pachyderm
Learn how to upgrade Pachyderm's pachctl and pachd.
March 24, 2023
Learn how to upgrade Pachyderm to access new features and performance enhancements.
Before You Start #
- Check the release notes before ugprading
- Back up your cluster
- Update your Helm chart values if applicable
How to Upgrade Pachyderm #
- Run the following brew command or download & install the latest release assets:
brew tap pachyderm/tap && brew install pachyderm/tap/pachctl@2.5
- Upgrade Helm.
Deploy Method:
Note that the repo name input (pachyderm
) must match the name you provided upon first install.
helm repo update
helm upgrade pachyderm pachyderm/pachyderm -f my_pachyderm_values.yaml --set proxy.enabled=true --set proxy.service.type=LoadBalancer
Note that the repo name input (pachyderm
) must match the name you provided upon first install.
helm repo update
helm upgrade pachyderm pachyderm/pachyderm --set deployTarget=LOCAL --set proxy.enabled=true --set proxy.service.type=LoadBalancer
- Verify that the installation was successful by running
pachctl version
:
pachctl version
# COMPONENT VERSION
# pachctl 2.5.2
# pachd 2.5.2