You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2019/07/22 13:59:07 UTC

[GitHub] [incubator-superset] icoert commented on issue #7800: Docker installation error due to existing local Postgres instance on Port 5432

icoert commented on issue #7800: Docker installation error due to existing local Postgres instance on Port 5432
URL: https://github.com/apache/incubator-superset/issues/7800#issuecomment-513803063
 
 
   You shoud find the PID of the process with the local address that you are looking for. 
   
   > netstat -a -n -o
   
   Then, it remains to kill the process.
   
   > taskkill /F /PID <PID_NUMBER>
   
   It's possible to not work without an administrative command prompt.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org