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 [email protected] \
                  --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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to