Skip to main content

Privacera Documentation

Storage issue in Privacera Platform UserSync and PolicySync

Problem: On Privacera versions prior to version 7.2, you are facing storage issue with Privacera UserSync and PolicySync in your Kubernetes environment.

Cause: Prior to Privacera release 6.2, the storage size was fixed at 5 GB.

Solution:

You need to increase the storage space to 11 GB. Follow the steps below:

  1. Create a vars.policysyncv2-custom.yml file in custom-vars folder.

    vi ~/privacera/privacera-manager/config/custom-vars/vars.policysyncv2-custom.yml           
  2. Add the following variables:

    POLICYSYNC_V2_ROCKSDB_K8S_PVC_STORAGE_SIZE_MB:"11264"PRIVACERA_USERSYNC_ROCKSDB_K8S_PVC_STORAGE_SIZE_MB:"11264"            
  3. Run the update.

    cd ~/privacera/privacera-manager/
    ./privacera-manager.sh update