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/14 13:02:02 UTC

[GitHub] [superset] mujahidniaz commented on issue #10087: Question on Readonly DB error

mujahidniaz commented on issue #10087:
URL: https://github.com/apache/superset/issues/10087#issuecomment-919127574


   @himanshumps I resolved it by running the following commands in Docker file using superset user not with the root.
   ```
   USER root
   USER superset
   RUN cd /app
   RUN superset fab create-admin \
                  --username admin \
                  --firstname Superset \
                  --lastname Admin \
                  --email admin@superset.com \
                  --password admin
   # Switching back to using the `superset` user
   RUN superset db upgrade
   RUN 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