5

I upgrade from pgAdmin 4 v2.1 to v3 in my Windows 10 pro machine.

There is an option for me to open pgAdmin at the last step of installation. I clicked yes and it automatically open it using my default browser. I notice the url is localhost:64548/browser. I did bookmark it.

After I restart my machine, I try to reopen pgAdmin using the same bookmark and I get below message

This site can’t be reached
127.0.0.1 refused to connect.

Is there anything I missed?

Simon
  • 1,426
  • 3
  • 16
  • 24
  • Please check if the path in your Icon is set to V2 instead of V3. (had this problem when I fix programs on win7 taskbar) – lumpimax69 May 30 '18 at 06:08

3 Answers3

4

pgAdmin starts on the random port, so bookmark will not work, To start a new session just right click on the taskbar icon (right bottom corner elephant icon) and click on Start.

Murtuza Z
  • 5,639
  • 1
  • 28
  • 52
4

For earlier updates I did not have to update the shortcut however for ver3.0 I did need to. You just need to locate where it was installed and make a new one like ""C:\Program Files (x86)\pgAdmin 4\v3\runtime\pgAdmin4.exe"

Slumdog
  • 470
  • 2
  • 4
0

For someone like me. I run postgres in container, and the same with pgAdmin. I can not access pgAdmin from my Chrome.

-> Config with IP of pgAdmin_container, not 127.0.0.1 of host.

It worked with my case.

PaPu
  • 731
  • 7
  • 12