Upgrade Pachyderm
Learn how to upgrade Pachyderm's pachctl and pachd.
March 23, 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.4
- 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
You can also pass in a specific version (e.g., --version 2.5.0-alpha.4
) if you are testing a pre-released version of Pachyderm.
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
- Update your context after about a minute by running the following:
echo '{"pachd_address":"grpc://127.0.0.1:80"}' | pachctl config set context local --overwrite && pachctl config set active-context local
- Verify that the installation was successful by running
pachctl version
:
pachctl version
# COMPONENT VERSION
# pachctl 2.4.5
# pachd 2.4.5