-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
1091 Can't DROP 'PRIMARY' with upgrade 8.1.6->8.1.9 #25590
Comments
Can I ask you to submit a mysql schema dump? |
OK! Beyond that ... I am not sure if the issue is related to the database at all. Yesterday evening I recovered an 3-months-old backup of owncloud and the mysql database. At that time (end of April) ...
But, with this recovered old version and database (which were proven to be functional) I now also get the same error status:
... where I expected "ownCloud is already latest version".
My gut feeling is that the issue is coming from somewhere else. Anything I should check e.g. with php5.6 configuration? Best |
It looks like that the database was (is?) not in MySQL but in SQLite3. My fault, my sincere apologies!!! On the system there is an (older) MySQL database (from an ancient installation) and but the most recent data seem to be in a SQLite database (at least SQlite was specified in config.php of the backup). The existence of the MySQL database confused me. So, I assume that the issue reported above was due to MySQL trying to read a SQLite database. As a consequence, I close this issue, and reopen a new one. Sorry for taking your time. Best |
Hey, this issue has been closed because the label (This is an automated comment from GitMate.io. |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Dear all,
I face the following error message, and after spending days on Github and forums, I am stuck.
When trying to update 8.1.6 to 8.1.9, I get an error message concerning oc_appconfig in the database.
What I tried without success ...
Steps to reproduce
*Expected behaviou
Upgrade should proceed and finish.
Actual behaviour
Error message ..
Server configuration
Operating system: Ubuntu 14.04.1
Web server: apache2
Database: Mysql 5.5.50, SQLite 3.8.2
PHP version: 5.6
ownCloud version: 8.1.6
Updated from an older ownCloud or fresh install: continuously updated since v6 via SUSE repos http://download.opensuse.org/repositories/isv:/ownCloud:/community/xUbuntu_14.04/
ownCloud log:
config.php:
php -m
Any ideas would be greatly appreciated.
Best
Chris
The text was updated successfully, but these errors were encountered: