Skip to main content

Privacera Documentation

Migrate Privacera Manager from one instance to another

To migrate Privacera Manager between instances, you need to compress the privacera folder, copy the tar file to the new instance, and extract 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 the privacera-migrate.tar file.

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