You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clone the market app into "apps/market" with branch stable10
occ upgrade
Expected result
Success.
Actual result
ownCloud or one of the apps require upgrade - only a limited number of commands are available
You may use your browser or the occ upgrade command to do the upgrade
Set log level to debug
Turned on maintenance mode
Repair warning: Doctrine\DBAL\Exception\InvalidFieldNameException
Repair warning: An exception occurred while executing 'SELECT `fileid`, `storage`, `path`, `parent`, `name`, `mimetype`, `mimepart`, `size`, `mtime`,
SQLSTATE[42S22]: Column not found: 1054 Unknown column 'checksum' in 'field list'
Repair warning: Doctrine\DBAL\Exception\InvalidFieldNameException
Repair warning: An exception occurred while executing 'SELECT `fileid`, `storage`, `path`, `parent`, `name`, `mimetype`, `mimepart`, `size`, `mtime`,
SQLSTATE[42S22]: Column not found: 1054 Unknown column 'checksum' in 'field list'
Repair warning: Doctrine\DBAL\Exception\InvalidFieldNameException
Repair warning: An exception occurred while executing 'INSERT INTO `oc_jobs` (`class`, `argument`, `last_run`, `last_checked`) VALUES(?, ?, ?, ?)' with params ["OCA\\Market\\CheckUpdateBackgroundJob", "null", 0, 1502711691]:
SQLSTATE[42S22]: Column not found: 1054 Unknown column 'last_checked' in 'field list'
Updating database schema
Updated database
Updating <market> ...
Updated <market> to 0.1.1
Updating <files> ...
Updated <files> to 1.5.1
Updating <files_sharing> ...
Updated <files_sharing> to 0.10.1
Updating <files_trashbin> ...
Updated <files_trashbin> to 0.9.1
Updating <files_versions> ...
Updated <files_versions> to 1.3.0
Updating <provisioning_api> ...
Updated <provisioning_api> to 0.5.0
Drop old database tables
Done
28/28 [============================] 100%
Fix permissions so avatars can be stored again
Done
2/2 [============================] 100%
Move user avatars outside the homes to the new location
Done
1/1 [============================] 100%
Update successful
Turned off maintenance mode
Reset log level
It looks like once again with have this "bootstrap paradox" where the certificate manager is trying to access files in the data folder before the update ran.
Steps
git checkout v8.2.11
git checkout stable10
occ upgrade
Expected result
Success.
Actual result
Version
stable10 1f0a3b0
I put a breakpoint into that Doctrine exception to get more details and here is the stack:
It looks like once again with have this "bootstrap paradox" where the certificate manager is trying to access files in the data folder before the update ran.
@phisch @DeepDiver1975
The text was updated successfully, but these errors were encountered: