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
I just ran docker-compose pull && docker-compose up -d, which updated my Nextcloud instance from 19.0.3 to 20.x. This however left me with an "Internal Server Error", that I cannot resolve.
Ouch, just now saw that point 4 (redis needs a password) from issue #1275 solved this! I had to run the upgrade manually however and then turn off maintenance mode: docker-compose exec --user www-data app php occ upgrade and then docker-compose exec --user www-data app php occ maintenance:mode --off
I just ran
docker-compose pull && docker-compose up -d
, which updated my Nextcloud instance from19.0.3
to20.x
. This however left me with an "Internal Server Error", that I cannot resolve.I am using the configuration found at https://github.com/nextcloud/docker/tree/master/.examples/docker-compose/with-nginx-proxy-self-signed-ssl/mariadb/fpm.
I have also tried to use the very basic Apache installation, which leaves me with the same issue.
// Edit:
The logs for
app
simply shows"GET /index.php" 500
, whereas when using the basic Apache version:However,
docker-compose exec app ls -al /var/www/html
shows:Which looks correct?
Any help would be very much appreciated.
The text was updated successfully, but these errors were encountered: