ValueError while running alembic upgrade head with kubectl exec -it my_pod -- alembic upgrade head #1436
Unanswered
itsgigahex
asked this question in
Usage Questions
Replies: 1 comment 5 replies
-
check out the container you are deploying, you are missing .py files in your versions/ directory, or they are corrupted, or .pyc files are corrupted, or some permissions issue, something like that. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the bug
ValueError while running alembic upgrade head with kubectl exec -it my_pod -- alembic upgrade head
Expected behavior
database migration should happen
To Reproduce
I m running dockerized streamlit app with alembic and postgressql , and the database is running in a different ecs environment,
after deploying the changes and try to do the migration getting the error,
Error
Versions.
Have a nice day! any help would be appreciated
Beta Was this translation helpful? Give feedback.
All reactions