Update von Nextcloud 28 auf 29

Anscheinend ist das ein altes, 2017 bereits aufgetauchtes Problem. Ich habe Nextcloud 28 unter php8.2 bei All-inkl. Die bekannte Meldung lautet:

To login you need to provide the unhashed value of "updater.secret" in your config file.

If you don't know that value, you can access this updater directly via the Nextcloud admin screen or generate your own secret:
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";};'

EDIT: In meinem All-inkl-Tarif habe ich KEINEN SSH-Zugang.

THIS IS THE SOLUTION - IT WORKS FOR ME!

Thanks a lot, @devnull!

But I could only found with Google - NOT by using the internal search! :slightly_frowning_face:

1 Like