-
Notifications
You must be signed in to change notification settings - Fork 46
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
One event could not be migrated: Invalid Mimedir file #578
Comments
Data is not lost - please have a look at the old table and see if you can manually recover the event |
It's now 777 of such events. It's a pretty big instance we are talking about with thousands of users. Is there a way to avoid this prior to the upgrade to oC 9 and contacts 1.3.3? |
the only option I see is to extract all events from the database and fix them. |
@DeepDiver1975 I'm running this again couple in advance of a real migration in couple of days. It seems the contacts get migrated good actually, but when that parts finishes, i get out of memory error. $ time php -c /home/oc/php.ini ./occ upgrade --skip-migration-test --no-app-disable -vvv
real 1079m28.892s I've now changed the memory_limit to 4GB and trying to rerun: SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'oc_addressbooks' already exists Naturally it's complaning oc_addressbooks is there, but it's continuing with the upgrade process it seems. But i didn't see any calendar upgrade at all. Is that also ignored due to contacts table error? |
Steps to reproduce
1.Upgrade from oC stable8.2 to stable9 with updating contacts to current version
2.Follow the oC log
Expected behaviour
Contact gets updated to recent version
Actual behaviour
Lots of error as given in the subject field
Server configuration
Operating system: CentOS 7
Web server: Apache 2.4
Database: MariaDB 10.x
PHP version: 5.6.x
ownCloud version: (see ownCloud admin page)
Contacts version: 1.3.3
Updated from an older ownCloud or fresh install:
From stable8.2
Signing status (ownCloud 9.0 and above):
List of activated apps:
nabled:
Insert your ownCloud log here
Have many of the ^^ lines and i wonder if those events are lost after migration? I won't be able to confirm since it's still in the process!
Thanks.
The text was updated successfully, but these errors were encountered: