Fix migration by loading the app without checking, after correct update#38773
Merged
phil-davis merged 2 commits intomasterfrom May 27, 2021
Merged
Fix migration by loading the app without checking, after correct update#38773phil-davis merged 2 commits intomasterfrom
phil-davis merged 2 commits intomasterfrom
Conversation
Contributor
|
This is an adjustment to a previous PR, so IMO changelog is not needed (or add this PR to the previous changelog) @jvillafanez if this is ready, it could be reviewed and merged today. So we will get a CI run overnight of update-testing. |
IljaN
approved these changes
May 25, 2021
Member
Author
|
Migration doesn't run properly... OC 10.5.0 -> 10.8.0 with WND username + password: the password is reset. There is no crash so the upgrade goes through, but the fact that the password is reset will be annoying |
Member
Author
Fixed with the last commit @IljaN quick second check for the last commit? Otherwise this should be good to merge. |
|
Kudos, SonarCloud Quality Gate passed! |
Contributor
|
LGTM! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Some problems were detected with the upgrade from 10.5 to 10.8 (still in alpha state) related to the PR #38728 .
This new PR aims to fix the problems detected so far with the migration
Related Issue
Related to #38770
Linked with #38728
Motivation and Context
How Has This Been Tested?
Passwords have been migrated correctly and the user can access to the files inside both storages without problems
Screenshots (if appropriate):
Types of changes
Checklist: