jamshidhashimi commented on issue #10149:
URL: https://github.com/apache/superset/issues/10149#issuecomment-2406150697

   The following worked for me.
   
   First, I ran this:
   ```
   sudo docker compose --file docker-compose-image-tag.yml exec superset 
superset fab create-admin \
       --username admin \
       --firstname Superset \
       --lastname Admin \
       --email [email protected] \
       --password admin
   ```
   
   afterwards ran this:
   `sudo docker compose --file docker-compose-image-tag.yml exec superset 
superset db upgrade`


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