How to Access the Central Server Postgres Database?
The Central Server database can be accessed with the psql
utility using the following command (password is defined in /etc/xroad/db.properties
):
psql -U centerui -h localhost centerui_production
More information about changing the system parameter values in the Central Server database is available here: