himanshumps opened a new issue #15284:
URL: https://github.com/apache/superset/issues/15284


   A clear and concise description of what the bug is.
   
   I am trying to setup the admin user with following Dockerfile
   
   ```
   FROM apache/superset:latest
   USER superset
   RUN superset db upgrade && superset fab create-admin --username admin 
--firstname Superset --lastname Admin --email [email protected] --password 
admin && superset init
   ```
   
   
   
   ### Expected results
   
   The admin user should be added.
   
   ### Actual results
   The admin user gets added but I get readonly database error while adding 
dashboard
   
   


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



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

Reply via email to