NS8 Nextcloud - new update weirdness

NethServer Version: 8
Module: Nextcloud 1.4.3

I post this with the intention of helping another newbie like me when you do an update and end up breaking the install somehow.

Today while logged into Nextcloud as Admin, I saw that two apps needed updating (Contacts, Libresign). So I did the update and ended with this result:


Huh?? What’s this about?

So I logged into the cli for Nextcloud and started poking around.

runagent -m nextcloud2 to get into the Nextcloud instance.

My first thought was that the Libresign update didn’t work. Read the Nextcloud occ document … sigh …

So let’s check the apps
occ app:list
Strange all apps are up to date but ended up with this in the cli

Nextcloud or one of the apps require upgrade - only a limited number of commands are available
You may use your browser or the occ upgrade command to do the upgrade

OK but there aren’t any apps needing updating ???

Could it be that the Nextcloud contain needs an update? Nope it is at 1.4.3

So perhaps Nextcloud itself?

occ --version
Nextcloud or one of the apps require upgrade - only a limited number of commands are available
You may use your browser or the occ upgrade command to do the upgrade
Cloud 30.0.10

As far as I know this is right also. So totally confused.

Backup the container (Proxmox backup NS8 virtual machine)

occ upgrade
Nextcloud or one of the apps require upgrade - only a limited number of commands are available
You may use your browser or the occ upgrade command to do the upgrade
Setting log level to debug
Updating database schema
Updated database
Updating <libresign> ...
Updated <libresign> to 10.8.0
... cut lots of debug output ...
Starting code integrity check...
Finished code integrity check
Update successful
Maintenance mode is kept active
Resetting log level
occ maintenance:mode --off

Wow, back to normal.

2 Likes