Hide Forgot
Description of problem: I have both engine and dwh databases on the same remote server. Now I have to fill in host and port twice. engine-setup could use as predefined values of host/port the values that were filled in previously. for example DWH database host [localhost]: 127.0.0.1 DWH database port [5432]: 5433 ... Engine database host [127.0.0.1]: Engine database port [5433]:
(In reply to Lucie Leistnerova from comment #0) > Description of problem: > I have both engine and dwh databases on the same remote server. Now I have > to fill in host and port twice. engine-setup could use as predefined values > of host/port the values that were filled in previously. > > for example > > DWH database host [localhost]: 127.0.0.1 > DWH database port [5432]: 5433 > ... > Engine database host [127.0.0.1]: > Engine database port [5433]: I think the case of having the two DBs on different remote machines is also quite likely.
Looks reasonable to me, not worth the effort to change at the moment.