blue-santa commented on issue #30663:
URL: https://github.com/apache/superset/issues/30663#issuecomment-3040102517

   I found an obvious resolution.
   
   Background: I was attempting to install this using the website 
``https://superset.apache.org/docs/installation/docker-compose/` in the manner 
I used awhile ago on an Ubuntu machine, which was to simply run `docker compose 
up --build`.
   
   I went back to the documentation and noticed the quickstart guide's 
instructions as follows:
   
   ```
   # Enter the repository you just cloned
   $ cd superset
   
   # Set the repo to the state associated with the latest official version
   $ git checkout tags/5.0.0
   
   # Fire up Superset using Docker Compose
   $ docker compose -f docker-compose-image-tag.yml up
   ```
   
   I cleaned off the system, leaving only my changes to the `postgresql.conf` 
and `pg_hba.conf` for networking purposes. 
   
   On the git download, I still changed the db port to `5433` and set 
`SUPERSET_LOAD_EXAMPLES=no`.
   
   Then I did the steps as outlined.
   
   This did not work the first time, but I ran `docker compose down -v` and 
`docker system prune -a` and then ran it again. 
   
   It worked the second time. I can log into superset now.


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