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 2021/09/02 22:19:58 UTC

[GitHub] [superset] dheeraj-chaudhari removed a comment on issue #12941: Unable to Login after docker container connect to Postgres Container

dheeraj-chaudhari removed a comment on issue #12941:
URL: https://github.com/apache/superset/issues/12941#issuecomment-911985560


   I am facing the same issue. I am following the below link, In my case i am using postgres DB on host 
   https://hub.docker.com/r/apache/superset
   
   So before creating an admin user, i modified config.py in my container and then did "superset db upgrade". Upgrade went successful and i can see the tables get created in Postgres DB. Then i create an admin user using below command, admin user was created successfully and i can see the user in ab_user table
   
   docker exec -it superset superset fab create-admin \
                  --username admin \
                  --firstname Superset \
                  --lastname Admin \
                  --email admin@superset.com \
                  --password admin
   
   and then performed
   
   docker exec -it superset superset init
   
   


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

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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