Nextcloud failed after update to 29.0.4 from 28.0.2

Thank you, we are on the way.

Check www-data cron job only this 'normal one ’

/var/www/nextcloud/cron.php

There is old config.php as you can see below .

var/www/nextcloud/config$ ls -al
total 104
drwxr-xr-x  2 www-data www-data  4096 Jul 21 14:22 .
drwxr-xr-x 14 www-data www-data  4096 Jul 21 09:35 ..
-rw-r-----  1 www-data www-data  1549 Jan  7  2024 07-01-24.config.php
-rw-r-----  1 www-data www-data  1498 Dec  7  2023 10-18-config.php
-rw-r-----  1 www-data www-data  2044 Jul 21 14:16 config.php
-rw-rw-r--  1 www-data www-data 77932 Jul 20 14:06 config.sample.php
-rw-rw-r--  1 www-data www-data   495 Jul 20 14:06 .htaccess

So i rename old config.php as below :

ls -al
total 104
drwxr-xr-x  2 www-data www-data  4096 Jul 21 19:20 .
drwxr-xr-x 14 www-data www-data  4096 Jul 21 09:35 ..
-rw-r-----  1 www-data www-data  1549 Jan  7  2024 07-01-24.config.php.old
-rw-r-----  1 www-data www-data  1498 Dec  7  2023 10-18-config.php.old
-rw-rw-r--  1 www-data www-data  2042 Jul 21 19:20 config.php
-rw-rw-r--  1 www-data www-data 77932 Jul 20 14:06 config.sample.php
-rw-rw-r--  1 www-data www-data   495 Jul 20 14:06 .htaccess

Edit the config.php with the new ip address.
check with sudo -u www-data php /var/www/nextcloud/occ config:list system

Then launch
sudo -u www-data php /var/www/nextcloud/occ upgrade

Nextcloud is already latest version

Try access … GOOD it’s coming back … partially.

Now i have to re-enable the previous disabled app…
Ans check everything…

i’ll keep you informed

1 Like