An error was reported during migration #520
-
IMPORTANT: Sorry, there was a database connection failure while running the migration,Specifically as follows To Reproduce
Use is Flask-Migrate==2.6.0, Flask-SQLAlchemy==3.0.3 |
Beta Was this translation helpful? Give feedback.
Answered by
miguelgrinberg
Jul 7, 2023
Replies: 1 comment 5 replies
-
Please do not write issues when you do not have a concrete bug to report. The proper procedure is to ask in the discussions board. If an issue is discovered, it can be filed at the time. Your exception indicates that you have permission issues yourself, this does not appear to be anything related to Flask-Migrate:
|
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
There is a newer env.py that you can use. To make the update, save your migration scripts, delete your migration repository, make a new one, then restore your migration scripts. See the referenced issue for additional context.