PGWUI Administration
Jump to navigation
Jump to search
The PGWUI (PostgreSQL Web User Interface) programs are configured by editing the /etc/pgwui.yaml
file. This file contains comments describing the various configuration options.
It is strongly recommended that after every edit the yamllint
program be run to check for syntax errors, as follows:
yamllint /etc/pgwui.yaml
Changes to the configuration will not take effect until the pgwui server is restarted with:
systemctl restart pgwui_server
Logs are available via journalctl
. Depending on how PGWUI is configured, logs may contain records of system usage as well as reports of error conditions. The command to use is:
journalctl --unit=pgwui_server | less