2

I already know how to do it in the GUI: you find the elephant icon in the Notification area, right-click it, and click "Shut down server". However, I have been unable to find any way to do the same from the command line.

The reason I need to do this is that, when trying to automate the updating of PostgreSQL on Windows (EnterpriseDB installer; minor updates), it appears to fail silently because the GUI normally says that pgAdmin is running and has to be shut down before you can apply the update (not sure why, but it detects it and gives the error if pgAdmin is running).

1 Answer 1

3

Kill the process directly through command prompt:

taskkill /im "pgAdmin4.exe" /F

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .