Skip to content

Setting up DataServer

This instruction is for enabling DataServer only for deployment in AWS Cloud

  1. SSH into the instance where Privacera Manager is installed.

  2. Copy the variable file to enable DataServer to the custom-vars directory.

    Bash
    1
    2
    3
    cd ~/privacera/privacera-manager/config
    cp -n sample-vars/vars.dataserver.aws.yml \
    custom-vars/vars.dataserver.aws.yml
    
  3. Deploying the service:

    Bash
    1
    2
    3
    cd ~/privacera/privacera-manager
    ./privacera-manager.sh setup
    ./pm_with_helm.sh upgrade 
    

    Run the following command to run the post install steps:

    Bash
    cd ~/privacera/privacera-manager
    ./privacera-manager.sh post-install
    

In PrivaceraCloud, Privacera DataServer is configured when you create a new application.

Comments