alexkreidler opened a new pull request #13961:
URL: https://github.com/apache/superset/pull/13961


   Added details on configuring Docker Compose
   
   Also updated some things I noticed on the way (e.g. Windows WSL + Docker, 
the `latest` tag doesn't have the `docker-compose-non-dev.yml` in the same 
place, the next page is not about connecting a DB driver)
   
   I also have a potential other section to add, which I've included here for 
discussion (it's more a WIP, and I don't know how much is useful/should be on 
the main installation page):
   
   #### Debugging Docker Compose
   
   If you don't make any changes to the configuration described above, you 
shouldn't run into any issues.
   
   However, if you are tweaking the setup, `docker-compose down -v` will remove 
the volumes associated with the Superset containers. 
   
   You can choose whether to do this
   1. If you do and you have examples enabled it may take a while to re-load 
them.
   2. If you don't: you can run into issues where the service has written to 
the volume and is in an unmanageable state (e.g. the permissions and users in 
the DB are messed up, or there's a `service_name.pid` file somewhere so the 
service errors saying it's running)
   
   Docker-compose has sometimes treated volumes marked `external` differently, 
so you may need to investigate whether they are actually removed.


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