You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2022/04/06 06:39:34 UTC

[GitHub] [superset] villebro commented on issue #19100: Database error when upgrading from 1.4.1 to master

villebro commented on issue #19100:
URL: https://github.com/apache/superset/issues/19100#issuecomment-1089878590

   Ok, I've found the issue. It appears migrations `b92d69a6643c` and `0ca9e5f1dacd` have been skipped in the 1.4 release, causing the upgrade from 1.4 to master or 1.5 to fail.
   See the different down revisions of `f9847149153d` in 1.4 and master:
   
   https://github.com/apache/superset/blob/9fc5e09cb3c5278720d455ddde959ab791713206/superset/migrations/versions/f9847149153d_add_certifications_columns_to_slice.py#L29-L30
   
   https://github.com/apache/superset/blob/156ac7dd79105bca47138d8906b50d01dc4f1cb6/superset/migrations/versions/f9847149153d_add_certifications_columns_to_slice.py#L29-L30
   
   What we need to do is move `b92d69a6643c` and `0ca9e5f1dacd` in front of `abe27eaf93db ` on master and 1.5, after which this should work. I'll get to work on this now.


-- 
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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org