Actions
Enhancement #27287
openCannot configure the port for remote DB
Pull Request:
UX impact:
Suggestion strength:
User visibility:
Effort required:
Name check:
To do
Fix check:
To do
Regression:
No
Description
There is no option to change the port for the remote database, so we are stuck with 5432
Updated by François ARMAND 29 days ago
- Tracker changed from Bug to Enhancement
- Priority changed from To review to 2
- Target version changed from 8.3.4 to 9.0.0~alpha1
- Priority deleted (
0)
So, the problem can be massive, because it needs to add the port parameter (or an configurable connection url), and there is a lot of place where the code is making the assumption this is not happening.
So we need:
- to add the config param for external DB parameters,
- modify packaging and DB configuration scripts/policies
- see wherever it breaks.
Targeting 9.0 as a middle ground, but:
- if it happens to be hyper simple, we will backport it to 8.3,
- if it is discovered to be complicated and breaks things, perhaps we will even need to make it 9.1 for reliability.
Updated by Félix DALLIDET 28 days ago
- Target version changed from 9.0.0~alpha1 to 1128
Updated by François ARMAND 25 days ago
- Target version changed from 1128 to 9.0.0~alpha2
Actions