-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Add a migration step to save the data from the accounts table before … #4813
Conversation
@nickvergessen, thanks for your PR! By analyzing the history of the files in this pull request, we identified @LukasReschke, @rullzer and @MorrisJobke to be potential reviewers. |
d866c08
to
624f894
Compare
Codecov Report
@@ Coverage Diff @@
## master #4813 +/- ##
============================================
- Coverage 54.12% 54.05% -0.07%
- Complexity 22206 22234 +28
============================================
Files 1367 1368 +1
Lines 84983 85061 +78
Branches 1322 1322
============================================
- Hits 45998 45981 -17
- Misses 38985 39080 +95
|
I get this when running an update from OC 10 to NC master:
Any idea why it fails with this error, because it properly detects that this needs to be added. |
Grml, Maria DB? I think we need to kill the table completly because it tries to update the primary index instead of deleting + recreating. But that doesn't work, because it still contains wrong columns after adding and before removing of the old columns |
No - MySQL 5.7.18 on Ubuntu 16.04 |
Fixed, also adjusted the background job that copies the avatars to work with ownclouds new location. |
@schiessle please help with generating the account table entries |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Makes sense. 👍 Avatars got moved for me
…migrating Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>
So aparently the account entries are created on next usage then. So should be fine. |
4833862
to
682a57d
Compare
Rebased for version.php change |
…migrating
Signed-off-by: Joas Schilling coding@schilljs.com