PaaS based PostgreSQL deployment (DBaaS) on AWS
PostgreSQL is a service which adds support to use external database instead of the internal one to use with Cloud Scale Technology services. Using the external PostgreSQL database which manages the cloud provider, it improves the resiliency, allows the database to be scaled up as needed, and reduces the maintenance requirements for NetBackup's database services in EKS.
DBaaS deployment is selected by setting db_create = false in the Terraform deployment input file at the base step. For more details on the stages of deployment, refer to the See Stages of deploying Terraform scripts on AWS. section.
To reset the password for PostgreSQL database, refer to the following section:
See Changing database server password in PostgreSQL (AWS).
For maintenance purpose after deployment, refer to the section in the Cohesity Cloud Scale Technology Manual Deployment Guide for Kubernetes Clusters.