Reporting and Data Export Installation Prerequisites

Kubernetes Resource Requirements

Resources for PVC Requests for PVC Resources for rateddataexport

CPU: 2

CPU: 100m

CPU: 500m

Memory: 1Gi

Memory: 512Mi

Memory: 1280Mi

Other Requirements

  • Set up MS Azure cloud storage to store generated reports, or
  • Set up SFTP storage to store generated reports.
  • Dynamic provisioning of Persistent Volumes is configured.

    Note: The creation of a new database is mandatory to upgrade RDE from 1.x and 2.x to 3.x.

  • The BSS database secret exists. If it does not, create a secret using this command:

    # kubectl create secret generic bss-db --from-literal=dbname={{ bss_db_name }} --from-literal=host={{ bss_db_host }}--from-literal=password={{  bss_db_password }} --from-literal=username={{ bss_db_username}}

    Note: The creation of a new database is mandatory to upgrade RDE from 1.x and 2.x to 3.x.

  • Create a BSS database replica with asynchronous streaming replication.

    Note: The link to the documentation is for PostgreSQL version 11. For other versions, refer to the documentation in Supported Versions.