-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Closed
Labels
0. Needs triagePending check for reproducibility or if it fits our roadmapPending check for reproducibility or if it fits our roadmapbugneeds infostaleTicket or PR with no recent activityTicket or PR with no recent activity
Description
Steps to reproduce
- sudo -u http ./occ upgrade
Expected behaviour
A successful Update
Actual behaviour
It failed
Set log level to debug
Updating database schema
Updated database
UnexpectedValueException: The files of the app "files_rightclick" were not correctly replaced before running the update
Update failed
Maintenance mode is kept active
Reset log level
Server configuration
Operating system:
arch linux (manjaro)
Web server:
Server version: Apache/2.4.41 (Unix)
Server built: Aug 13 2019 22:44:41
Database:
psql (PostgreSQL) 11.5
PHP version:
PHP 7.3.10
Nextcloud version: (see Nextcloud admin page)
17.0.0.9
Updated from an older Nextcloud/ownCloud or fresh install:
update
Where did you install Nextcloud from:
arch linux package
** Solution **
I found the cause: The directory apps/files_rightclick/ contained another directory named files_rightclick once again.
I was able to resolve the problem by hand in three steps.
cp -r apps/files_rightclick/files_rightclick/* apps/files_rightclick/sudo -u http ./occ upgrade- In
config/config.phpsetmaintenancetofalse
BeiNacht, tilsche, EisFrei, danieletorelli, C0rn3j and 5 more
Metadata
Metadata
Assignees
Labels
0. Needs triagePending check for reproducibility or if it fits our roadmapPending check for reproducibility or if it fits our roadmapbugneeds infostaleTicket or PR with no recent activityTicket or PR with no recent activity