-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Missing memcache class on CLI upgrade #17329
Copy link
Copy link
Closed
Milestone
Description
Steps
- Setup OC 8.1RC1
- Enable APCu memcache (enable the php module and set
'memcache.local' => '\OC\Memcache\APCu'in config.php - Go to admin page, see that there is no warning about memcache
- Switch code to OC 8.1RC2
- Run CLI upgrade with
sudo -uwwwrun ./occ upgrade
Expected result
Upgrade works
Actual result
An unhandled exception has been thrown:
OC\HintException: [0]: Missing memcache class \OC\Memcache\APCu for local cache (Is the matching PHP module installed and enabled ?)
Please note that the web UI upgrade works properly.
Versions
ownCloud 8.1 RC2
Reactions are currently unavailable