Replies: 1 comment
-
Do you know about the helm chart? https://github.com/getredash/contrib-helm-chart/ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I've been using the Mozilla fork since 2019. They added
/app/manage.py db upgrade
to the server/worker/scheduler entrypoint. When I tried the same thing on24.06.0-dev
, the database was successfully upgradedbut then the server container exited with code 0From the documentation and this discussion #6567, looks like the protocol at the moment is executing
./bin/docker-entrypoint manage db upgrade
manually on the server. Am I correct?Since I'm using k8s and k9scli, I just shell into a running container and execute
./bin/docker-entrypoint manage db upgrade
, which is not a big deal. But I am looking forward to an automated db migration mechanism.Beta Was this translation helpful? Give feedback.
All reactions