-
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
Updating to 9.1.4 - OC\DB\MigrationException #27240
Comments
(Probably needless to say, but this is a show-stopper as clients nor web interface can access stored data) |
See the documentation available here: https://doc.owncloud.org/server/latest/admin_manual/maintenance/upgrade.html#troubleshooting |
Many thanks @kdslkdsaldsal - I did try a search here first but didn't come up with anything which seemed relevant and when the web update errored it requested I report it, so did. For others who may come across this, add to your /etc/mysql/my,cnf |
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. |
Updating to 9.1.4 - OC\DB\MigrationException
New install of Owncloud 9.1.4 using existing 9.1.0.15 database and config file. Both web and CLI (sudo -u www-data ./occ upgrade) give this message and a request to report it here.
"OC\DB\MigrationException: An exception occurred while executing 'INSERT INTO
oc_oc_appconfig_vkqr9fqxvklmw
SELECT * FROMoc_appconfig
': SQLSTATE[HY000]: General error: 1665 Cannot execute statement: impossible to write to binary log since BINLOG_FORMAT = STATEMENT and at least one table uses a storage engine limited to row-based logging. InnoDB is limited to row-logging when transaction isolation level is READ COMMITTED or READ UNCOMMITTED."Environment:
Linux 4.4.0-62-generic #83-Ubuntu SMP Wed Jan 18 14:10:15 UTC 2017 x86_64
Apache/2.4.18 (Ubuntu)
PHP Version 7.0.15-0ubuntu0.16.04.2
(mysql) Ver 15.1 Distrib 10.1.21-MariaDB, for debian-linux-gnu (x86_64) using readline 5.2
Enabled:
Disabled:
{
"system": {
"instanceid": "oc22iu1918dt",
"passwordsalt": "REMOVED SENSITIVE VALUE",
"secret": "REMOVED SENSITIVE VALUE",
"trusted_domains": [
==REMOVED SENSITIVE VALUE==
],
"datadirectory": "/store1/CLOUD",
"overwrite.cli.url": "https://zz1.uk:8000",
"dbtype": "mysql",
"version": "9.1.0.15",
"dbname": "owncloud9",
"dbhost": "localhost",
"dbtableprefix": "oc_",
"dbuser": "REMOVED SENSITIVE VALUE",
"dbpassword": "REMOVED SENSITIVE VALUE",
"logtimezone": "UTC",
"installed": true,
"maintenance": false,
"loglevel": 2,
"theme": ""
}
Not using LDAP.
MariaDB [owncloud]> SELECT * FROM
oc_appconfig
WHEREappid
= 'user_ldap';Empty set (0.02 sec)
owncloud.log is empty
The text was updated successfully, but these errors were encountered: