2.7 Database Servers

Postgres is the default database used for UMC. The default port number is 5432 and can be modified.

The PostgreSQL database offers the following features:

2.7.1 Management Activities via Web Console

PostgreSQL stores data related to management activities performed through UMC. This data could include logs, user actions, configurations, and other information related to the management of the system.

2.7.2 Temporary User Tokens

Stores temporary user tokens, such as access tokens, refresh tokens, and CSRF tokens, for authentication and security purposes. These tokens are used to validate and authenticate users and protect against cross-site request forgery (CSRF) attacks.

2.7.3 User Profiles

Stores user profiles to retrieve the browsing context and the set filters.

2.7.4 eDirectory Tree Details

The UMC console page is auto-populated with tree details as the information, including tree names and IP addresses, is stored in the database.