Postgres - j5 - 30 - Installation & Upgrade - Hexagon

j5 Installation and Upgrade

Language
English
Product
j5
Search by Category
Installation & Upgrade
j5 Version
30
  • Database Type: Select Postgres.

  • Database Server: Enter the hostname or IP address of the database server.

  • Database Name / SID: Enter the name of the database.

  • Username: Enter the username that j5 should use to connect to the database.

  • Password: Enter the password for the j5 database user specified above.

  • Port (optional): The TCP port to connect to. If this is left blank, it defaults to 5432 (the default PostgreSQL port).

The following needs to be configured on your Postgres database (this is not configured in j5):

  • If your j5 system has a large number of concurrent users, to use j5 effectively your Postgres database needs to be configured with at least 300 concurrent database connections (max_connections) and 256MB for the shared buffers.