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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
