Details
-
Fix
-
Status: Dismissed (View Workflow)
-
Minor
-
Resolution: Cannot Reproduce
-
1.12
Description
Current Situation
- JOC Cockpit offers to accept the reporting database settings and to apply the same settings for the run-time database.
- This does not work for the database port - at least when using PostgreSQL:
- The specified port, e.g. 6532 for PostgreSQL, is used for the reporting database, i.e. is added to the hibernate file.
- The default port, e.g. 5432 for PostgreSQL, is used for the run-time database, i.e. is added to the hibernate file.
Desired Behavior
- A port specified by for the reporting database should be applied to the run-time database if the same database is used.