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

Update to OwnCloud 8.1.1 with enabled lucene full text search app fails #18327

Closed
motlib opened this issue Aug 16, 2015 · 6 comments · Fixed by owncloud-archive/search_lucene#101
Milestone

Comments

@motlib
Copy link

motlib commented Aug 16, 2015

Hello,

I tried to upgrade OwnCloud to version 8.1.1. During update the following error message is shown and the upgrade fails:

Doctrine\DBAL\Exception\TableNotFoundException: An exception occurred while executing 'DELETE FROM `oc_queuedtasks` WHERE `app`=?' with params ["search_lucene"]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'owncloud.oc_queuedtasks' doesn't exist

I have installed the lucene full text index app from the app store. So I think the problem is caused by that app. I can try the upgrade again, but it fails every time again with the same message.

Thanks for any help or hint to get the OwnCloud instance running again.

Motlib

@MorrisJobke
Copy link
Contributor

If the file apps/search_lucene/appinfo/update.php looks like this:

https://github.com/owncloud/search_lucene/blob/a8ed3775ddcd0868ff7674906e923252e2dd8b6f/appinfo/update.php

You simply can delete this file and retry the upgrade.

@ghost
Copy link

ghost commented Aug 16, 2015

Dup of owncloud-archive/search_lucene#90 and #18247

Fix seems to be here: owncloud-archive/search_lucene#100

@MorrisJobke
Copy link
Contributor

Fix is in owncloud-archive/search_lucene#101

@MorrisJobke
Copy link
Contributor

backport request to stable8.1 is pending.

@MorrisJobke
Copy link
Contributor

Backport owncloud-archive/search_lucene#102

@MorrisJobke
Copy link
Contributor

This will be fixed in 8.1.2

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

Successfully merging a pull request may close this issue.

2 participants