...
- Change the server parameters: The parameter
listen_addresses
in the filepostgresql.conf
must contain the host name of the IGEL UMS Server or'*'
in order to allow connections to each host. Set up a
host
parameter in the filepg_hba.conf
in order to give the UMS Server the authorization to log in using the user data defined there.Info If the IGEL UMS Server is installed on the same machine as the PostgreSQL Server, no changes to these files are needed. - Launch the administration tool pgAdmin.
- Create a new login role with the name
rmlogin.
- Create a new database with
name =rmdb
owner =rmlogin
encoding =UTF-8
- Set up a new schema within the rmdb database with
name =rmlogin
- Check whether the language plpgsql is available in the rmdb database.
If not, set it up. - In the UMS Administrator, create a new data source with the following parameters:
DB type:PostgreSQL
Host: Name of the PostgreSQL Server
Port: Port of the PostgreSQL Server. (Default: 5432)
User:rmlogin
Database / SID:rmdb