I have pgAdmin 4 v5.0 on Windows 10, which is installed in: C:PostgreSQLv13pgsqlpgAdmin 4
. This makes me think it was installed as part of a local installation of PostgreSQL, and not separately. It was a few years ago and I can’t remember exactly how I installed it. I now want to update pgAdmin, which due to IT restrictions will have to install ‘for me only’ in C:Users<username>AppData
.
Given this setup, how can I update pgAdmin from 4 v5.0 to the latest (currently 4 v8.9) without losing my many server configurations? Each server connection has it’s own credentials (either for a different Azure PG instance or using a different ROLE
). I don’t want to have to create these from scratch after updating.
PS. anyone else find it odd they don’t name pgAdmin versions like ‘v4.5.0’ instead of ‘4 v5.0’? Or something clearer?