[/details]
Nextcloud version (eg, 18.0.2): 18.0.4
Operating system and version (eg, Ubuntu 20.04): DSM 6.2.3-25426 Update 2
Apache or nginx version (eg, Apache 2.4.25): Apache 2.4.43
PHP version (eg, 7.1): 7.2
The issue you are facing:
Updating NextCloud 18.0.4 to 18.0.9 using the the wefails at thestep “Move new files in place”
Error Message displayed: “Could not mkdir /volume1/web/updater/…/3rdparty/icewind/searchdav”
Is this the first time you’ve seen this error? (Y/N): Y
Steps to replicate it:
update is stuck - retry update does not help!
The output of your Nextcloud log in Admin > Logging:
=> cannot access it
The output of your config.php file in /path/to/nextcloud
(make sure you remove any identifiable information!):
<?php
$CONFIG = array (
'instanceid' => 'oc2dkj44usa8',
'passwordsalt' => 'xyxyxy',
'secret' => 'tgdfgdfvcr',
'trusted_domains' =>
array (
0 => 'mydomain',
),
'datadirectory' => '/volume1/NextCloud',
'dbtype' => 'mysql',
'version' => '18.0.4.2',
'overwrite.cli.url' => 'https://mydomain',
'dbname' => 'nextcloud',
'dbhost' => '127.0.0.1:3307',
'dbport' => '',
'dbtableprefix' => 'oc_',
'mysql.utf8mb4' => true,
'dbuser' => 'oc_Admin',
'dbpassword' => 'xxxxxxxxxxxxxxxxxxxxx',
'installed' => true,
'memcache.local' => '\\OC\\Memcache\\APCu',
'mail_smtpmode' => 'smtp',
'mail_smtpsecure' => 'ssl',
'mail_sendmailmode' => 'smtp',
'mail_from_address' => 'mail',
'mail_domain' => 'mydomain',
'mail_smtpauth' => 1,
'mail_smtpauthtype' => 'LOGIN',
'mail_smtphost' => 'smtp.strato.de',
'mail_smtpport' => '465',
'mail_smtpname' => 'mail@mydomain',
'mail_smtppassword' => 'mypasswword',
'updater.release.channel' => 'stable',
'updater.secret' => '$2y$10$N9w23zCbiAtWSPgic5R1beOFxp.6c6wvRL6ZSXWvtFr/A9C92junO',
'maintenance' => true,
'theme' => '',
'loglevel' => 2,
);