Upgrade to 30.0.2 failed

Hello,
after a lot of effort, I was recently able to clean up version 30.0.1 so that there are no more errors and warnings. Now I am trying to upgrade to 30.0.2. The upgrade aborts at “Create Backup”. Here is the error in the log file. How can I fix the error? Thank you very much

Nextcloud runs on Debian Bookworm with PHP version 8.2.24

“reqId”: “xxxxxxxxxxxxxxx”,
“level”: 3,
“time”: “2024-11-11T12:10:47+00:00”,
“remoteAddr”: “xxxxxxxxxxxx”,
“user”: “–”,
“app”: “index”,
“method”: “GET”,
“url”: “/favicon.ico”,
“message”: “The requested uri(/favicon.ico) cannot be processed by the script ‘/nextcloud/index.php’)”,
“userAgent”: “Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36”,
“version”: “30.0.1.2”,
“exception”: {
“Exception”: “Exception”,
“Message”: “The requested uri(/favicon.ico) cannot be processed by the script ‘/nextcloud/index.php’)”,
“Code”: 0,
“Trace”: [
{
“file”: “/var/www/html/nextcloud/lib/base.php”,
“line”: 954,
“function”: “getRawPathInfo”,
“class”: “OC\AppFramework\Http\Request”,
“type”: “->”
},
{
“file”: “/var/www/html/nextcloud/index.php”,
“line”: 24,
“function”: “handleRequest”,
“class”: “OC”,
“type”: “::”
}
],
“File”: “/var/www/html/nextcloud/lib/private/AppFramework/Http/Request.php”,
“Line”: 711,
“message”: “The requested uri(/favicon.ico) cannot be processed by the script ‘/nextcloud/index.php’)”,
“exception”: ,
“CustomMessage”: “The requested uri(/favicon.ico) cannot be processed by the script ‘/nextcloud/index.php’)”
},
“id”: “yyyyyyyyyyyy”
}

Hello,

Do you have enough space on your server?
I had the same problem recently

“Aborts” in what way? What do you experience?

The log file you need to check is the updater.log. See the Updater Troubleshooting section.

Thank you, a look at the update log helped, there was a readonly file in the config directory, that was the problem. Nevertheless a nonsensical error message in the web frontend.

Where can I find the file updater.log?

You can find the updater.log in the same place as the normal nextcloud log under DocumentRoot/data (e.g. /var/www/nextcloud/data)

1 Like

This topic was automatically closed 8 days after the last reply. New replies are no longer allowed.