You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version abc123 of kpi depends on formpack version alpha_uno;
I build kpi using this code and have a great time;
I check out version def456 of kpi, which depends on formpack version beta_five;
kpi def456 imports SUPER_GOOD_STUFF constant from formpack beta_five;
I try to restart my environment;
The call to manage.py (see link above) now fails because the last-built image (and hence my new kpi container) still has formpack version alpha_uno, which doesn't have the SUPER_GOOD_STUFF constant.
Before I added these manage.py database checks, I think the kpi container would've started normally and automatically installed the new beta_five version of formpack, without having to rebuild the kpi Docker image.
I think this only affects developer mode.
kobo-install/helpers/upgrading.py
Lines 45 to 51 in 693189c
Consider this situation:
SUPER_GOOD_STUFF
constant from formpack beta_five;manage.py
(see link above) now fails because the last-built image (and hence my new kpi container) still has formpack version alpha_uno, which doesn't have theSUPER_GOOD_STUFF
constant.Before I added these
manage.py
database checks, I think the kpi container would've started normally and automatically installed the new beta_five version of formpack, without having to rebuild the kpi Docker image.cc @p2edwards
The text was updated successfully, but these errors were encountered: