i’ve tried many times to update my nextcloud hosted at german provider all-inkl.com. problem: no matter how i hash my password (external oder internal with ssh) the update always fails with “invalid password”. sure, i just used
php -r '$password = trim(shell_exec("openssl rand -base64 48"));if(strlen($password) === 64) {$hash = password_hash($password, PASSWORD_DEFAULT) . "\n"; echo "Insert as \"updater.secret\": ".$hash; echo "The plaintext value is: ".$password."\n";}else{echo "Could not execute OpenSSL.\n";};'
saved the updater.secret in config.php
uploaded. tried the plaintext many times.