Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix incomplete journal upgrade from 2.x to 3.x #2435

Merged
merged 1 commit into from
Sep 16, 2020

Conversation

DominiqueFuchs
Copy link
Contributor

Signed-off-by: Dominique Fuchs 32204802+DominiqueFuchs@users.noreply.github.com

Reason: Silly return within upgrade routine, breaking the overall folder iteration. Assuming this is caused because a "break" is indeed needed within this branch, but continue is the way to go here.

Fixes #2279

@DominiqueFuchs
Copy link
Contributor Author

If this gets merged, I'd propose a backport to 3.0.1 and 3.0.0.

@er-vin
Copy link
Member

er-vin commented Sep 16, 2020

Could you please rebase and squash the two commits?

@DominiqueFuchs DominiqueFuchs force-pushed the fix-journal-upgrade-multiple-syncconnections branch from c8f9f90 to 2991171 Compare September 16, 2020 08:44
@er-vin
Copy link
Member

er-vin commented Sep 16, 2020

/rebase

Signed-off-by: Dominique Fuchs <32204802+DominiqueFuchs@users.noreply.github.com>

Remove awkward debug line a.k.a. whoops

Signed-off-by: Dominique Fuchs <32204802+DominiqueFuchs@users.noreply.github.com>
@er-vin er-vin force-pushed the fix-journal-upgrade-multiple-syncconnections branch from 3fb31c5 to d09b028 Compare September 16, 2020 08:58
Copy link
Member

@er-vin er-vin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks a lot for looking into it!

Can go in when the CI approves. Then we can backport to the 3.0 branch indeed.

@nextcloud-desktop-bot
Copy link

AppImage file: Nextcloud-PR-2435-d09b0284dd6d655df63c103f6582934eab01c8c8-x86_64.AppImage

To test this change/fix you can simply download above AppImage file and test it.

Please make sure to quit your existing Nextcloud app and backup your data.

@er-vin er-vin merged commit 61a74e6 into master Sep 16, 2020
@er-vin er-vin deleted the fix-journal-upgrade-multiple-syncconnections branch September 16, 2020 11:21
@er-vin
Copy link
Member

er-vin commented Sep 16, 2020

/backport to stable-3.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update 2.6.5 -» 3 : lost all folder pairs but one, comming back one by one restarting client
3 participants