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
Our upgrade logic relies on a comparison of the Python version written to disk, and the Python version from kolibri.__version__ in an environment where a new container has a brand new file system, but all the requisite upgrade tasks have previously happened in the lifecycle of a previous container, we have no way of knowing this and could end up rerunning upgrade tasks unneccessarily.
One possibility here would be to redundantly track this information in the database, in order to limit the number of upgrade tasks that happen unnecessarily.
The text was updated successfully, but these errors were encountered:
Our upgrade logic relies on a comparison of the Python version written to disk, and the Python version from
kolibri.__version__
in an environment where a new container has a brand new file system, but all the requisite upgrade tasks have previously happened in the lifecycle of a previous container, we have no way of knowing this and could end up rerunning upgrade tasks unneccessarily.One possibility here would be to redundantly track this information in the database, in order to limit the number of upgrade tasks that happen unnecessarily.
The text was updated successfully, but these errors were encountered: