flask db upgrade hangs on remote server #508
Unanswered
PhenixDhinesh
asked this question in
Q&A
Replies: 1 comment
-
I'm sorry but I cannot help with this. Flask-Migrate is a very thin wrapper that makes Alembic accessible to Flask applications. Nothing in this package talks to the database directly. You should enable logging in SQLAlchemy to see what commands it is issuing and then correlate them with logs from your database to see what is happening. |
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
-
i am working on a project and working with flask migrate also...i have few migrations and those are working well and i bought a free mysql database in db4free to deploy the model. and the deployed application is working well. but when i tried to do flask db upgrade on remote server.....that hangs on there.even though the migrate command detects all changes and creates the file.
Beta Was this translation helpful? Give feedback.
All reactions