Version: 2.0.7
Configuration
The PostgreSQL Configuration page lets you edit low-level postgresql.conf settings for your database service, without needing terminal access.
How to Change Configuration​
- Open OpenPanel and navigate to PostgreSQL > Configuration.
- Modify the values you want to change.
- Click Save to apply changes.
Settings are written to a configuration override for your account, and the PostgreSQL container is restarted to apply them.
Available Options​
The list of configurable keys is determined by the system administrator. By default, the following are available:
max_connectionsshared_bufferswork_memmaintenance_work_memeffective_cache_sizemax_worker_processesmax_parallel_workerswal_levelsynchronous_commitcheckpoint_timeoutcheckpoint_completion_targetlogging_collectorlog_directorylog_filenamelog_min_duration_statementlog_statementautovacuumautovacuum_max_workersautovacuum_naptimeautovacuum_vacuum_scale_factor
Customizing Available Options
Administrators can change which keys are exposed here by editing /etc/openpanel/postgres/keys.txt (one key per line). If that file doesn't exist, the default list above is used.
Was this helpful?