nextcloud / nextcloud/richdocuments
ownCloud to Nextcloud migration step missing
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 453
- Forks
- 147
- Avg merge
- 14h 54m
- Merged PRs (30d)
- 83
Description
Describe the bug
When migrating from ownCloud to Nextcloud and trying to enable the richdocuments app, the following error is emitted:
Database error when running migration
30709Date20201111104147for app richdocuments
There is no column with namecanwriteon tableoc_richdocuments_wopi
Seems to be related to this migration step: https://github.com/nextcloud/richdocuments/blob/65411eab01a17e103f3bc6274b71f2e0733b9a31/lib/Migration/Version30709Date20201111104147.php#L15
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with lib/Migration/Version30709Date20201111104147.php at the linked line and inspect the migration path used when enabling richdocuments after an ownCloud migration. Reproduce the failure while enabling the app and verify that the migration completes without the missing canwrite column error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- database
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100