Skip to content

Setting up DataServer

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

  2. Navigate to the config directory with the following command:

    Bash
    cd ~/privacera/privacera-manager/config
    

  3. Copy the sample-vars if they are not already present in the custom-vars directory by running the following command:

    Bash
    cp -n sample-vars/vars.dataserver.aws.yml \
    custom-vars/vars.dataserver.aws.yml
    

  4. Deploying the service:

    1. Generate the helm charts.

      Bash
       # This step usually takes few minutes.
       ./privacera-manager.sh setup
      

    2. Apply the helm charts. This might take a few minutes.

      Bash
      ./pm_with_helm.sh upgrade
      

    3. Generate Plugin tar ball, update Route 53 DNS, etc.

      Bash
      ./privacera-manager.sh post-install
      

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

Comments