Skip to main content

Configuration

This section guides you through changing your PostgreSQL cluster configuration.

Click the name of your cluster on the Clusters page, then open the Parameters tab to view and edit cluster settings.

Cluster

View and modify general cluster settings such as synchronous replication, disk size, IOPS, throughput, networking options, and the index maintenance.

cluster-parameterscluster-parameters

Postgres

Configure PostgreSQL-specific runtime parameters (for example, autovacuum settings, WAL and checkpoint behavior, memory-related parameters). Use the search and filters to find parameters and review which settings require a restart.

postgres-parameterspostgres-parameters

HBA

Manage PostgreSQL host-based authentication (HBA) rules. Add, edit, or remove rules that control which hosts and users can connect and which authentication methods are enforced.

hba-ruleshba-rules

Connection Pools

Configure connection pool settings and individual pools. Set pool counts, pool modes, max client connections, and per-pool parameters to control how client connections are multiplexed.

connection-poolsconnection-pools

System

info

The System tab is available when Expert Mode is enabled. To enable it, go to the Settings page and turn on “Enable expert mode”.

Edit the advanced system configuration, including Regional Settings, Host Mappings, DNS Servers, NTP Servers, Kernel Parameters, and SSH Public Keys.

system-parameterssystem-parameterssystem-parameterssystem-parameters

YAML Editor

info

To use the YAML editor, go to the Settings page and turn on “Enable expert mode” and “Enable YAML editor”.

The YAML editor allows experienced users to configure any available options. Refer to the defaults.

yaml-editoryaml-editor

To apply configuration changes:

  1. Open the cluster.
  2. Click the YAML icon in the top-right corner of the cluster page.
  3. Update the required options.
  4. Select Show Diff to review the changes.
  5. Click Apply changes to apply the configuration.