mistercrunch commented on issue #29836: URL: https://github.com/apache/superset/issues/29836#issuecomment-2327472242
I'm kind of clueless on my side at this point. Don't have any idea other than suggesting to go back and double check assumptions one-by-one. 1. restore backup of database pre-migration 2. run `superset db current` make sure it's where you think it should be (head of previous version), double check the alembic version table in the database, make sure all 3 match, 3. check that `user_favorite_tag` is NOT present 4. run migration upgrade 5. again - run `superset db current` make sure it's where you think it should be (head of current version), double check the alembic version table in the database, make sure all 3 match, `user_favorite_tag` IS present -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
