Upgrade
Learn how to upgrade PachCTLand & PachD.
Learn how to upgrade Pachyderm to access new features and performance enhancements.
Before You Start #
- Check the release notes before upgrading
- 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.6
- Upgrade Helm.
Deploy Method:
Note that the repo name input (pachd
) must match the name you provided upon first install.
You can also pass in a specific version (e.g., --version x.x.0-rc.1
) if you are testing a pre-released version of Pachyderm.
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 (pachd
) must match the name you provided upon first install. You can also pass in a specific version (e.g., --version x.x.0-rc.1
) if you are testing a pre-released version of Pachyderm.
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.6.1
# pachd 2.6.1