You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Nextcloud app is currently in a boot loop that started after I updated to 24.10 and the apps migrated from k3s to docker. The logs says the following
2024-12-11 16:06:43.597885+00:00Configuring Redis as session handler
2024-12-11 16:06:43.648575+00:00Warning: /var/www/html/config/apache-pretty-urls.config.php differs from the latest version of this image at /usr/src/nextcloud/config/apache-pretty-urls.config.php
2024-12-11 16:06:43.649604+00:00Warning: /var/www/html/config/apcu.config.php differs from the latest version of this image at /usr/src/nextcloud/config/apcu.config.php
2024-12-11 16:06:43.650594+00:00Warning: /var/www/html/config/apps.config.php differs from the latest version of this image at /usr/src/nextcloud/config/apps.config.php
2024-12-11 16:06:43.652777+00:00Warning: /var/www/html/config/redis.config.php differs from the latest version of this image at /usr/src/nextcloud/config/redis.config.php
2024-12-11 16:06:43.653985+00:00Warning: /var/www/html/config/reverse-proxy.config.php differs from the latest version of this image at /usr/src/nextcloud/config/reverse-proxy.config.php
2024-12-11 16:06:43.655045+00:00Warning: /var/www/html/config/s3.config.php differs from the latest version of this image at /usr/src/nextcloud/config/s3.config.php
2024-12-11 16:06:43.656048+00:00Warning: /var/www/html/config/smtp.config.php differs from the latest version of this image at /usr/src/nextcloud/config/smtp.config.php
2024-12-11 16:06:43.657075+00:00Warning: /var/www/html/config/swift.config.php differs from the latest version of this image at /usr/src/nextcloud/config/swift.config.php
2024-12-11 16:06:43.658214+00:00Warning: /var/www/html/config/upgrade-disable-web.config.php differs from the latest version of this image at /usr/src/nextcloud/config/upgrade-disable-web.config.php
2024-12-11 16:06:43.658317+00:00=> Searching for scripts (*.sh) to run, located in the folder: /docker-entrypoint-hooks.d/before-starting
2024-12-11 16:06:43.660077+00:00==> Running the script (cwd: /var/www/html): "/docker-entrypoint-hooks.d/before-starting/ix-update-hosts-script.sh"
2024-12-11 16:06:43.665441+00:00Updating database and redis host in config.php
2024-12-11 16:06:43.724243+00:00Nextcloud is not installed - only a limited number of commands are available
2024-12-11 16:06:43.732360+00:002024-12-11T16:06:43.732360627Z
2024-12-11 16:06:43.734609+00:002024-12-11T16:06:43.734609912Z
2024-12-11 16:06:43.734625+00:00There are no commands defined in the "config:system" namespace.
2024-12-11 16:06:43.734637+00:002024-12-11T16:06:43.734637332Z
2024-12-11 16:06:43.734649+00:002024-12-11T16:06:43.734649052Z
2024-12-11 16:06:43.741104+00:00==> Failed at executing "/docker-entrypoint-hooks.d/before-starting/ix-update-hosts-script.sh". Exit code: 1
I can not connect to a shell to the container either as it always says is restarting. But both postgres and redis are working fine
I just updated to 24.10 so I'm using a deprecated storage configuration with ixVolumes
Looks like there are other reports in the forums but the solution provided will not work for me as there is no option to rollback the image of the container so I don't want to make any changes that could worsen the situation.
The Nextcloud app is currently in a boot loop that started after I updated to 24.10 and the apps migrated from k3s to docker. The logs says the following
2024-12-11 16:06:43.597885+00:00Configuring Redis as session handler
2024-12-11 16:06:43.648575+00:00Warning: /var/www/html/config/apache-pretty-urls.config.php differs from the latest version of this image at /usr/src/nextcloud/config/apache-pretty-urls.config.php
2024-12-11 16:06:43.649604+00:00Warning: /var/www/html/config/apcu.config.php differs from the latest version of this image at /usr/src/nextcloud/config/apcu.config.php
2024-12-11 16:06:43.650594+00:00Warning: /var/www/html/config/apps.config.php differs from the latest version of this image at /usr/src/nextcloud/config/apps.config.php
2024-12-11 16:06:43.652777+00:00Warning: /var/www/html/config/redis.config.php differs from the latest version of this image at /usr/src/nextcloud/config/redis.config.php
2024-12-11 16:06:43.653985+00:00Warning: /var/www/html/config/reverse-proxy.config.php differs from the latest version of this image at /usr/src/nextcloud/config/reverse-proxy.config.php
2024-12-11 16:06:43.655045+00:00Warning: /var/www/html/config/s3.config.php differs from the latest version of this image at /usr/src/nextcloud/config/s3.config.php
2024-12-11 16:06:43.656048+00:00Warning: /var/www/html/config/smtp.config.php differs from the latest version of this image at /usr/src/nextcloud/config/smtp.config.php
2024-12-11 16:06:43.657075+00:00Warning: /var/www/html/config/swift.config.php differs from the latest version of this image at /usr/src/nextcloud/config/swift.config.php
2024-12-11 16:06:43.658214+00:00Warning: /var/www/html/config/upgrade-disable-web.config.php differs from the latest version of this image at /usr/src/nextcloud/config/upgrade-disable-web.config.php
2024-12-11 16:06:43.658317+00:00=> Searching for scripts (*.sh) to run, located in the folder: /docker-entrypoint-hooks.d/before-starting
2024-12-11 16:06:43.660077+00:00==> Running the script (cwd: /var/www/html): "/docker-entrypoint-hooks.d/before-starting/ix-update-hosts-script.sh"
2024-12-11 16:06:43.665441+00:00Updating database and redis host in config.php
2024-12-11 16:06:43.724243+00:00Nextcloud is not installed - only a limited number of commands are available
2024-12-11 16:06:43.732360+00:002024-12-11T16:06:43.732360627Z
2024-12-11 16:06:43.734609+00:002024-12-11T16:06:43.734609912Z
2024-12-11 16:06:43.734625+00:00There are no commands defined in the "config:system" namespace.
2024-12-11 16:06:43.734637+00:002024-12-11T16:06:43.734637332Z
2024-12-11 16:06:43.734649+00:002024-12-11T16:06:43.734649052Z
2024-12-11 16:06:43.741104+00:00==> Failed at executing "/docker-entrypoint-hooks.d/before-starting/ix-update-hosts-script.sh". Exit code: 1
I can not connect to a shell to the container either as it always says is restarting. But both postgres and redis are working fine
I just updated to 24.10 so I'm using a deprecated storage configuration with ixVolumes
Looks like there are other reports in the forums but the solution provided will not work for me as there is no option to rollback the image of the container so I don't want to make any changes that could worsen the situation.
https://forums.truenas.com/t/nextcloud-failed-after-upgrading-to-24-10-failed-at-executing-docker/22592
The text was updated successfully, but these errors were encountered: