sfirke commented on issue #36549: URL: https://github.com/apache/superset/issues/36549#issuecomment-3646607141
@diegoscarabelli I tried following the instructions for [deploying a release with Docker Compose](https://superset.apache.org/docs/installation/docker-compose/#option-4---boot-up-an-official-release) and ran: ```bash ~/git/superset$ export TAG=6.0.0rc4 ~/git/superset$ git checkout $TAG Note: switching to '6.0.0rc4'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by switching back to a branch. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -c with the switch command. Example: git switch -c <new-branch-name> Or undo this operation with: git switch - Turn off this advice by setting config variable advice.detachedHead to false HEAD is now at 6a1c30e5e7 chore: update changelog for 6.0.0rc4 ~/git/superset$ docker compose -f docker-compose-image-tag.yml up ``` And it seemed to work fine out of the box, there were no errors in the logs as the application started up. `superset_init` exited with success: ``` superset_init | Init Step 4/4 [Complete] -- Loading examples superset_init | ###################################################################### superset_init exited with code 0 ``` I won't ping the bot anymore, I don't think it's being helpful. Hopefully a human who understands your report better than I do can reconcile what's going on. -- 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]
