Ok, thanks for the tip on the updater.
I tried
php occ upgrade
but it didn’t like that.
So for grins I ran through the updater process again just to shake out the logs and see if there were any clues. When I initially tried it gave off an error about /config.bak - went in and saw root was the owner, changed it to www-data and I was off and running. Failed again. Same issue.
Here is what is in the netcloud.log file:
118,"function":"getForecast","class":"OCA\\WeatherStatus\\Service\\WeatherStatusService","type":"->"},{"file":"/var/www/cloud.example.com/lib/private/AppFramework/Http/Dispatcher.php","line":225,"function":"getForecast","class":"OCA\\WeatherStatus\\Controller\\WeatherStatusController","type":"->"},{"file":"/var/www/cloud.example.com/lib/private/AppFramework/Http/Dispatcher.php","line":133,"function":"executeController","class":"OC\\AppFramework\\Http\\Dispatcher","type":"->"},{"file":"/var/www/cloud.example.com/lib/private/AppFramework/App.php","line":172,"function":"dispatch","class":"OC\\AppFramework\\Http\\Dispatcher","type":"->"},{"file":"/var/www/cloud.example.com/lib/private/Route/Router.php","line":298,"function":"main","class":"OC\\AppFramework\\App","type":"::"},{"file":"/var/www/cloud.example.com/ocs/v1.php","line":62,"function":"match","class":"OC\\Route\\Router","type":"->"},{"file":"/var/www/cloud.example.com/ocs/v2.php","line":23,"args":["/var/www/cloud.example.com/ocs/v1.php"],"function":"require_once"}],"File":"/var/www/cloud.example.com/lib/private/Log/ErrorHandler.php","Line":92,"CustomMessage":"--"}}
{"reqId":"kiBkSgCwogXXwPFCXZEE","level":3,"time":"2023-07-28T17:19:06+00:00","remoteAddr":"x.x.x.x","user":"--","app":"PHP","method":"GET","url":"/","message":"Declaration of OCA\\Talk\\Share\\RoomShareProvider::getSharesInFolder($userId, OCP\\Files\\Folder $node, $reshares): array must be compatible with OCP\\Share\\IShareProvider::getSharesInFolder($userId, OCP\\Files\\Folder $node, $reshares, $shallow = true) at /var/www/cloud.example.com/apps/spreed/lib/Share/RoomShareProvider.php#520","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1823.79","version":"24.0.12.1","data":{"app":"PHP"}}
and if it’s any help, here is the updater.log with any PII removed:
2023-07-28T17:18:31+0000 V1AHpjhLAu [info] getUpdateServerResponse response: Array
(
[version] => 25.0.9.2
[versionstring] => Nextcloud 25.0.9
[url] => https://download.nextcloud.com/server/releases/nextcloud-25.0.9.zip
[web] => https://docs.nextcloud.com/server/25/admin_manual/maintenance/upgrade.html
[changes] => https://updates.nextcloud.com/changelog_server/?version=25.0.9
[autoupdater] => 1
[eol] => 0
)
2023-07-28T17:18:31+0000 V1AHpjhLAu [info] storage location: /var/www/cloud.example.com/data/updater-oc3hdxxzrz71/downloads/
2023-07-28T17:18:31+0000 V1AHpjhLAu [info] end of verifyIntegrity()
2023-07-28T17:18:31+0000 V1AHpjhLAu [info] endStep("5")
2023-07-28T17:18:31+0000 b2Hjpu5ij1 [info] request to updater
2023-07-28T17:18:31+0000 b2Hjpu5ij1 [info] currentStep()
2023-07-28T17:18:31+0000 b2Hjpu5ij1 [info] Step 5 is in state "end".
2023-07-28T17:18:31+0000 b2Hjpu5ij1 [info] POST request for step "6"
2023-07-28T17:18:31+0000 b2Hjpu5ij1 [info] startStep("6")
2023-07-28T17:18:31+0000 b2Hjpu5ij1 [info] extractDownload()
2023-07-28T17:18:31+0000 b2Hjpu5ij1 [info] storage location: /var/www/cloud.example.com/data/updater-oc3hdxxzrz71/downloads/
2023-07-28T17:18:40+0000 b2Hjpu5ij1 [info] end of extractDownload()
2023-07-28T17:18:40+0000 b2Hjpu5ij1 [info] endStep("6")
2023-07-28T17:18:40+0000 x2UBPPjlgJ [info] request to updater
2023-07-28T17:18:40+0000 x2UBPPjlgJ [info] currentStep()
2023-07-28T17:18:40+0000 x2UBPPjlgJ [info] Step 6 is in state "end".
2023-07-28T17:18:40+0000 x2UBPPjlgJ [info] POST request for step "7"
2023-07-28T17:18:40+0000 x2UBPPjlgJ [info] startStep("7")
2023-07-28T17:18:40+0000 x2UBPPjlgJ [info] setMaintenanceMode("true")
2023-07-28T17:18:40+0000 x2UBPPjlgJ [info] configFileName /var/www/cloud.example.com/updater/../config/config.php
2023-07-28T17:18:40+0000 x2UBPPjlgJ [info] end of setMaintenanceMode()
2023-07-28T17:18:40+0000 x2UBPPjlgJ [info] endStep("7")
2023-07-28T17:18:40+0000 9ZjrbkqIKc [info] request to updater
2023-07-28T17:18:40+0000 9ZjrbkqIKc [info] currentStep()
2023-07-28T17:18:40+0000 9ZjrbkqIKc [info] Step 7 is in state "end".
2023-07-28T17:18:40+0000 9ZjrbkqIKc [info] POST request for step "8"
2023-07-28T17:18:40+0000 9ZjrbkqIKc [info] startStep("8")
Another clue, tried running sudo php /var/www/cloud.example.com/occ upgrade
and get:
An unhandled exception has been thrown:
OCP\HintException: [0]: Memcache \OC\Memcache\APCu not available for local cache (Is the matching PHP module installed and enabled?)
Not sure if I could just bring the v25 archive in and unzip it to my cloud.domain.com directory or if that is even an option. php is still at 7.4. I have tried searching for a straightforward path to update.
Anyway, will revert back again.
As always, open to ideas.
Thanks!