-
-
Notifications
You must be signed in to change notification settings - Fork 4.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
Upgrade from14 to 15.0.2 - ADD password_invalid TINYINT #13732
Comments
When upgrading with command line :
|
Same error. Attempted to do some workaround fixes, but now proceeds with new errors (similar to https://help.nextcloud.com/t/error-after-updating-from-15-0-to-15-0-1/44859): Nextcloud or one of the apps require upgrade - only a limited number of commands are available
In AbstractMySQLDriver.php line 71: An exception occurred while executing 'SELECT SQLSTATE[42S22]: Column not found: 1054 Unknown column 'uid' in 'where clause' In PDOConnection.php line 106: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'uid' in 'where clause' In PDOConnection.php line 104: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'uid' in 'where clause' |
I have just solved the problem with an update of mariaDB by adding to mariadb.cnf :
and used :
and then redo an upgrade |
I’m having the same problems. Unfortunately @Altau3 ’s solution did not work for me. When I run |
I now solved the problem for me.
|
When upgrade to 15.0.2 by browser, I get this message :
Doctrine\DBAL\Exception\DriverException: An exception occurred while executing 'ALTER TABLE oc_authtoken ADD password_invalid TINYINT(1) DEFAULT '0' NOT NULL': SQLSTATE[42000]: Syntax error or access violation: 1071 Specified key was too long; max key length is 767 bytes
The text was updated successfully, but these errors were encountered: