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/09 05:06:02 UTC

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

raman325 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-509468125
 
 
   You changed the port that Postgres maps to outside of the container in the postgres container block, but in your superset container block, you are still referencing the old port when setting `POSTGRES_PORT`. Try updating that port to point to your new port (5344)
   
   EDIT: I actually ran into a similar problem and tried this but still ran into problems. I manually went into the `postgres.conf` file and changed the port, uncommented it, and updated the docker-compose to what would be `5344:5344` for you. That seemed to get things running, although my user/pass combo isn't working so I will have to troubleshoot more tomorrow

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