Unable to run migrations using alembic using sqlalchemy with mysql ndb cluster 8.0.25 #847
anandakella
started this conversation in
Ideas
Replies: 0 comments 4 replies
-
Hi, From the error:
you seem to have the wrong connection string: |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm unable to run the alembic migration using this command
alembic upgrade head
against newly installed mysql server cluster version 8.0.25 with ndb. Whenever I'm trying to run the alembic upgrade head from kubernetes pod I'm seeing the following errorThe following are the version of software
Mysql server
NDB cluster status
I tried different connector pymysql migration didnt succeed. Earlier I was using mysql 5.7 alembic migration worked fine due to scale issues I had to move to vm based mysql server cluster from then onwards I'm seeing above deployment issues. Kindly let me know what could be the issue here. Thanks a lot in advance.
Beta Was this translation helpful? Give feedback.
All reactions