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/08/05 18:46:10 UTC

[GitHub] [incubator-superset] jnthnvctr edited a comment on issue #7800: Docker installation error due to existing local Postgres instance on Port 5432

jnthnvctr edited a comment 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-518352395
 
 
   Hi - I'm running into this issue as well, not sure if I'm doing something totally insane. 
   
   I'm trying to follow the instructions for setting up superset with some sample data using the steps provided in the tutorial. 
   
   I locally installed postgres and have gotten all the weather data loaded per [this](https://github.com/dylburger/noaa-ghcn-weather-data). When I try running docker-compose up I get errors from superset saying the port is in use. 
   
   I tried running @raman325 's steps, but still seem to have an issue. To confirm that I'm running the steps correctly: 
   1) In the locally installed postgresql.conf I should uncomment and edit the port parameter to be 5344 ( or any number really). 
   
   2) In the docker-compose.yml, I should edit the port parameter so the local port matches the number choice in (1). If I picked 5344 above, I use that as the first number here. The internal mapping number for docker (the second number should be 5342). 
   
   3) If I had edited the second number to be something other than 5342, I should make sure the POSTGRES PORT parameter in the superset block is the same as the second number I've chosen. 
   
   4) If I've done the above correctly, I should be able to have my local postgres running, as well as superset and connect the two, right? 
   
   What I'm seeing now is new errors from docker saying that it can't connect at the docker IP address for the new port. Is that something else that needs to be configured?

----------------------------------------------------------------
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