Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Launch the administration tool pgAdmin.

  2. Create a new login role with the name rmlogin.

  3. Create a new database with
    name = rmdb
    owner = rmlogin
    encoding = UTF-8

  4. Set up a new schema within the rmdb database with
    name = rmlogin

  5. Check whether the language plpgsql is available in the rmdb database.
    If not, set it up.

  6. In the UMS Administrator, create a new data source with the following parameters:
    DB typePostgreSQL
    Host: Name of the PostgreSQL Server
    Port: Port of the PostgreSQL Server. (Default: 5432)
    Userrmlogin
    Database / SIDrmdb