How can I stop pgadmin 4 process?

Viewed 30797

How can I stop pgadmin 4 process? I ran pgadmin 4 next method:

python3 /usr/local/pgAdmin4.py

My idea using Ctrl-c.

2 Answers

If you are using pgAdmin 4 on mac OS or Ubuntu, you can use system tool bar (at the top of the screen) icon for this. After you start pgAdmin server the icon with elephant head should appear. If you click it you will have an option Shut down server.

You can shut down the serverenter image description here from the top menu as shown.

Just click the Shutdown server and it will work.

Related