Skip to main content

Privacera Documentation

Upgrade Privacera Manager

You can upgrade Privacera Manager as new versions are released. To learn how to upgrade an air-gapped install, see Install Privacera Platform using an air-gapped install.

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.

To upgrade Privacera Manager, do the following:

  1. 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
  2. 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.

  3. 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
  4. 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.

  5. Run the upgrade with following command:

    cd ~/privacera/privacera-manager
    ./privacera-manager.sh upgrade-manager

    The Privacera Manager packages are upgraded.

  6. Update the Privacera product packages with the following command:

    ./privacera-manager.sh update

Note

If you are facing problems with Zookeeper service when upgrading from 4.x to 5.x, see Troubleshoot Privacera Platform installation.