I updated owncloud, when I restarted the browser I received this message:
Application update required
Make sure you have created a backup copy of the database, config folder, and data folder before proceeding.
To avoid timeouts with large installations, you can run the following command from the installation folder:
./occ upgrade
if I click on start update I get:
OC\RepairException: Upgrade is not possible
Avviso di riparazioneYou have incompatible or missing apps enabled that could not be found or updated via the marketplace.
Avviso di riparazionePlease install or update the following apps manually or disable them with: occ app:disable gallery occ app:disable music
Avviso di riparazioneFor manually updating, see https://doc.owncloud.com/server/10.13/go.php?to=admin-marketplace-apps
instead issuing the command from the terminal:
/var/www/owncloud $ sudo -u www-data ./occ upgrade
ownCloud 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
2025-01-02T18:06:31+00:00 Set log level to debug
2025-01-02T18:06:31+00:00 Turned on maintenance mode
2025-01-02T18:06:31+00:00 Repair step: Upgrade app code from the marketplace
2025-01-02T18:06:31+00:00 Repair warning: You have incompatible or missing apps enabled that could not be found or updated via the marketplace.
2025-01-02T18:06:31+00:00 Repair warning: Please install or update the following apps manually or disable them with:
occ app:disable gallery
occ app:disable music
2025-01-02T18:06:31+00:00 Repair warning: For manually updating, see https://doc.owncloud.com/server/10.13/go.php?to=admin-marketplace-apps
2025-01-02T18:06:31+00:00 OC\RepairException: Upgrade is not possible
2025-01-02T18:06:31+00:00 Update failed
2025-01-02T18:06:31+00:00 Maintenance mode is kept active
2025-01-02T18:06:31+00:00 Reset log level
Could you tell me how to solve it?