NethServer Version: 7.3 to 7.5 final Module: your_module nextcloud 12.x to 14.x
Please help me,
I have updated from version 7.3 to 7.5 everything ok
the nextcloud module from version 12 to version 14 has also been updated.
Now when I connect to nextcloud web this window appears to me telling me that it is necessary to do an update, but it is better to do it from the command line
Please tell me what command do I have to launch in the console to avoid risking anything?
Thank you
Nextcloud upgrade might have failed at some step (/var/log/messages can bring some clues).
If you try to finish the upgrade from command line it could reveal if there’s any error preventing normal operation:
su - apache -s /bin/bash -c "source /opt/rh/rh-php71/enable; cd /usr/share/nextcloud/; php occ upgrade"
Faced same issue long ago on a test machine. Here’s what worked for me:
If solution does not apply to your case (i.e. no restore point) let me now. I’ve an old VM with the NS7.3 and Nextcloud 12 that I could use to reproduce your issue.