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
If you try to migrate appspace data in the "migrate only" mode (meaning no app version change, migrate to change the data to match the currently selected app version) then ds-host chooses the wrong version of the code to run migration, and therefore errors when the needed migration function is not found.
Note that on app acquisition ds-host reads teh migration capabilities of the code (what schema versions, up/down) and writes them down in migrations.json in app files metadata.
The text was updated successfully, but these errors were encountered:
Note that the same error occurs if changing app version and the appspace schema is at a version higher than either to and from app version schemas.
Basically the migration system needs to look at the starting and ending schema versions, and deliberately find one app version that offers the right migrations.
If you try to migrate appspace data in the "migrate only" mode (meaning no app version change, migrate to change the data to match the currently selected app version) then ds-host chooses the wrong version of the code to run migration, and therefore errors when the needed migration function is not found.
Note that on app acquisition ds-host reads teh migration capabilities of the code (what schema versions, up/down) and writes them down in migrations.json in app files metadata.
The text was updated successfully, but these errors were encountered: