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
Updating jupyter-collaboration from one version to another usually breaks because of .jupyter-ystore.db, removing that file fixes it.
Should we include the current jupyter-collaboration version in this file and have some logic to compare the current version to the version saved in the file? In case of mismatch, the file should be removed.
The text was updated successfully, but these errors were encountered:
I can reliably and easily reproduce db migration failure in #390 (comment) when updating from jupyter-collaboration v2 to jupyter-collaboration v3. I have a theory on why that happens but wasn't able to prove it yet.
Description
Updating jupyter-collaboration from one version to another usually breaks because of
.jupyter-ystore.db
, removing that file fixes it.Should we include the current jupyter-collaboration version in this file and have some logic to compare the current version to the version saved in the file? In case of mismatch, the file should be removed.
The text was updated successfully, but these errors were encountered: