Nextcloud Server version (e.g., 29.x.x):
- 1.55.0
- Operating system and version (e.g., Ubuntu 24.04):
- Debian GNU/Linux 10. 5.10.103-v8+ (aarch64)
- Web server and version (e.g, Apache 2.4.25):
replace me
- Reverse proxy and version _(e.g. nginx 1.27.2)
replace me
- PHP version (e.g, 8.3):
replace me
- Is this the first time you’ve seen this error? (Yes / No):
- No
- When did this problem seem to first start?
- looks like it started with the update of V1.55.2
Summary of the issue you are facing:
Error message when trying to update using the admin console or through sudo ncp-update.
Steps to replicate it (hint: details matter!):
sudo ncp-update
Downloading updates
Performing updates
Cannot load Zend OPcache - it was already loaded
Cannot load Zend OPcache - it was already loaded
Cannot load Zend OPcache - it was already loaded
Cannot load Zend OPcache - it was already loaded
Running nc-autoupdate-nc
automatic Nextcloud updates disabled
Installing template ‘mysql/91-ncp.cnf.sh’…
Cannot load Zend OPcache - it was already loaded
mariadb: unrecognized service
Error while applying update 1.55.2. Exiting…
Configuration
Nextcloud
The output of occ config:list system or similar is best, but, if not possible, the contents of your config.php file from /path/to/nextcloud is fine (make sure to remove any identifiable information!):
"datadirectory": "***REMOVED SENSITIVE VALUE***",
"dbtype": "mysql",
"version": "20.0.13.1",
"overwrite.cli.url": "https:\/\/nextcloudpi\/",
"dbname": "***REMOVED SENSITIVE VALUE***",
"dbhost": "***REMOVED SENSITIVE VALUE***",
"dbport": "",
"dbtableprefix": "oc_",
"mysql.utf8mb4": true,
"dbuser": "***REMOVED SENSITIVE VALUE***",
"dbpassword": "***REMOVED SENSITIVE VALUE***",
"installed": true,
"instanceid": "***REMOVED SENSITIVE VALUE***",
"memcache.local": "\\OC\\Memcache\\Redis",
"memcache.locking": "\\OC\\Memcache\\Redis",
"redis": {
"host": "***REMOVED SENSITIVE VALUE***",
"port": 0,
"timeout": 0,
"password": "***REMOVED SENSITIVE VALUE***"