Skip to content

Migrating to PM UI#

This topic shows how you can migrate to PM UI from your existing PM CLI environment.

Note

The migration is supported only for users using the PM CLI 4.5 release version.

To migrate to PM UI, perform the following steps:

  1. Create a backup of your PM CLI configuration. Run the following command.

    mkdir ~/backup-vars
    cp ~/privacera/privacera-manager/config/vars.privacera.yml ~/backup-vars/
    cp ~/privacera/privacera-manager/config/custom-vars/* ~/backup-vars/
    cp -r ~/privacera/privacera-manager/config/custom-properties ~/backup-vars/ 2> /dev/null
    cp -r ~/privacera/privacera-manager/config/ssl ~/backup-vars/ 2> /dev/null
    cp -r ~/privacera/privacera-manager/config/keystores ~/backup-vars/ 2> /dev/null
    
  2. Edit the Privacera Manager package and image variables.

    cd ~/privacera/privacera-manager
    vim config/pm-env.sh
    
  3. Run the following command.

    cd ~/privacera/privacera-manager
    ./privacera-manager.sh upgrade-manager
    
  4. Run the following command.

    cd ~/privacera/privacera-manager
    ./privacera-manager.sh pm-ui start
    

    Use the URL shown in the terminal to access PM UI.

Note

  • After you have migrated to PM UI, you can edit the service configurations, and then you will have to run the installation to apply the changes.

  • PM UI will start all the services of Dataserver such Athena, Lambda, DynamoDB and so on, even if you had just one of the service configured in your PM CLI environment.