Skip to main content

Privacera Platform

Table of Contents

Migrate Privacera Manager from one instance to another

:
Instance migration

The process to migrate Privacera Manager between instances involves compressing the privacera folder, copying the tar file to the new instance, and extracting the contents accordingly.

  1. From the user managing PM, you can run the following to zip the PM installation folder.

    cd ~/privacera
    sudo tar -cvf ../privacera-migrate.tar *
    
  2. Copy privacera-migrate.tar file from Home directory of the current instance to the Home directory of the new instance.

  3. Extract privacera-migrate.tar file.

    mkdir -p ~/privacera
    tar -xvf ~/pm-migrate.tar -C ~/privacera/