docker-library/docs

25.0.4-apache does not update properly

xamindar opened this issue · 2 comments

upgrading container from 25.0.2-apache to 25.0.4-apache and it fails to upgrade.
First problem is it seems to be issuing "service apache2 reload", which fails, instead of "service apache2 restart", which succeeds when I exec into the container and run manually.

There is also three identical rsync commands that seem to be running indefinitely (left it overnight):
rsync -rlDog --chown www-data:www-data --delete --exclude-from=/upgrade.exclude /usr/src/nextcloud/ /var/www/html/

not sure what the cause is, but something is not letting it upgrade.

This is just the general Docs repository for all official images. To get help with a specific image, then you'd need to follow the "where to get help" links. It seems like you are asking about nextcloud, here is their help links:

Where to get help:
the Docker Community Slack, Server Fault, Unix & Linux, or Stack Overflow

- from Docker Hub readme

If you think there is an issue with the image, you could also try their github issues:

Where to file issues:
https://github.com/nextcloud/docker/issues

from later in the Docker Hub readme

Oops, sorry about that.