Hi, i have installed RStudio Server 2024.12.0 (Build 467 andI have a question about the connection pane. When I define multiple connections to the same server, but different port using installed odbc drivers, only one connection is active, namely the last defined one. I found that it is possible to find individual connections in the file "connection-history-database.json", where the records are stored under "id" and there is only the parameter "type" and "host" (composed of hostname, username and database name). But these parameters are the same in my case and the connection differs only in the port.
So my question is, is there any way to store these "duplicate" servers even if they are different postgres instances? I know that these connections are generated automatically after the connection is created, but I would like to know more information.
Thank you!
Jakub