Upgrading from 26.01 to 26.02, it has been 24 hours and still in maintenance mode

Support intro

Sorry to hear you’re facing problems :slightly_frowning_face:

help.nextcloud.com is for home/non-enterprise users. If you’re running a business, paid support can be accessed via portal.nextcloud.com where we can ensure your business keeps running smoothly.

In order to help you as quickly as possible, before clicking Create Topic please provide as much of the below as you can. Feel free to use a pastebin service for logs, otherwise either indent short log examples with four spaces:

example

Or for longer, use three backticks above and below the code snippet:

longer
example
here

Some or all of the below information will be requested if it isn’t supplied; for fastest response please provide as much as you can :heart:

Nextcloud version _26.0.1
Operating system and version _(eg, synology-docker)
nginx
PHP 8.0

The issue you are facing:

Is this the first time you’ve seen this error? YES

Steps to replicate it:

Upgrading from 26.01 to 26.02 has been in maintenance mode for over 24 hours, as shown in the log in Figure 1
Modify ‘maintenance’=>false to access, and the following prompt will appear at the end

Set the log level to debug
Enable maintenance mode
Repair MySQL collation steps
Repair information: All tables already have the correct collation ->nothing to do
Repair SQLite autoincrement
Repair log steps: Copy data from accounts table when migrating from ownCloud
Repair log steps: Drop account terms table when migrating from ownCloud
Updating database structure
Database updated
Update the app 'cadviewer' from the app store
An error occurred.
Please reload the page.

docker 容器运行日志链接

Files smaller than 100gb
The log has been running continuously, I don’t know if it’s because the file is too large and requires a long wait before the automatic upgrade is successful, or if it’s due to other reasons that the upgrade cannot be successful

1 Like

PHP INI DIR:/usr/local/etc/php
APACHE CONFDIR:/etc/apache2
APACHE ENVVARS:/etc/apache2/envvars
PHP_VERSION:8.26

Correct the environmental error description in the post. Previously, upgrades were normal

1 Like

Did you try to disable cadviewer in occ and then run occ upgrade (in terminal):

occ app:disable cadviewer
occ upgrade

again?

1 Like

This method seems feasible. Currently, the cadviewer may be stuck. May I ask if the disable command in the synology docker is

1 Like

root@e8f24567cd25:/var/www/html# occ app:disable cadviewer
bash: occ: command not found

1 Like

You don’t have to pay anything for Nextcloud, but the price is that you have to read the manual thoroughly:

https://docs.nextcloud.com/server/26/admin_manual/configuration_server/occ_command.html

2 Likes

Thank you very much. You must disable it first before running the upgrade to succeed

1 Like