Upgrade Privacera Manager#
Your installation of Privacera Manager can be upgraded as new versions are released. To learn how to upgrade an air-gapped install, click here.
Release versions#
Release versions are in this format: rel_X.X.X.X, for example: rel_6.2.0.1
To get the new version, contact your Privacera Sales Account Manager. To see what has been added for each release you can view that version's release notes.
How to upgrade#
-
Open the
pm-env.sh
file to add the new release version for the Privacera Manager packages.vi ~/privacera/privacera-manager/config/pm-env.sh
-
Update the version for the following variables with the new release version.
PRIV_MGR_PACKAGE
: update the release version in the path of the URL/privacera/rel/rel_X.X.X.X/
.PRIV_MGR_IMAGE
: update the release version in the URL/privacera-manager:rel_X.X.X.X
.
-
Open the
vars.privacera.yml
file to add the new release version for the Privacera product packages. This includes Portal, Solr, Discovery, etc.vi ~/privacera/privacera-manager/config/vars.privacera.yml
-
Update the version for the following variables with the new release version.
PRIVACERA_BASE_DOWNLOAD_URL
: update the release version in the path of the URL,/rel/rel_X.X.X.X/cloud
.PRIVACERA_IMAGE_TAG
: update the release version.
-
Run the upgrade with following command:
cd ~/privacera/privacera-manager ./privacera-manager.sh upgrade-manager
This upgrades the Privacera Manager packages.
-
Then update the Privacera product packages with the following command:
./privacera-manager.sh update
Zookeeper upgrade issues
If you are facing problems with Zookeeper service when upgrading from 4.x to 5.x, see Unable to upgrade from 4.x to 5.x.