Configure custom PostgreSQL settings
The postgres_extra_settings variable allows you to pass a list of custom name: value pairs directly to the PostgreSQL configuration file (/var/lib/pgsql/data/postgresql.conf) within the database pod.
Before you begin
- You have installed the Ansible Automation Platform Operator.
About this task
Procedure
Results
Inspect the PostgreSQL pod logs to verify the new settings.
Alternatively, you can run the following command to check the settings. Replace <aap postgres pod> with the name of your PostgreSQL pod.
$ oc exec -it <aap postgres pod> -- psql -d gateway -c "SHOW max_connections;"