-
-
Notifications
You must be signed in to change notification settings - Fork 138
Closed as not planned
Description
Is there an existing issue for this?
- I have searched the existing issues
Current Behavior
after updating the latest image it failed to start.
I have done some basic troublshooting but it didnt work
Expected Behavior
this happen after updating the latest docker image
Steps To Reproduce
I have redeploy the image, but still the same, downgrading is not supported
Environment
- OS:Debian
- How docker service was installed: naCPU architecture
x86-64
Docker creation
version: "3"
services:
nextcloud:
image: lscr.io/linuxserver/nextcloud:latest
container_name: nextcloud
environment:
- TZ=Europe/Amsterdam
- MYSQL_DATABASE=nextcloud
- MYSQL_HOST=192.168.2.xxx
- MYSQL_PASSWORD=xxx
- MYSQL_USER=xxx
volumes:
- /share/nextcloud_config:/config
- /share/nextcloud_data:/data
restart: unless-stopped
networks:
Cloudflare_tunnel:
external: trueContainer logs
Ugrading nextcloud from 30.0.0.14 ...
Setting permissions
An unhandled exception has been thrown:
Error: Failed opening required '/app/www/public/apps/files/composer/autoload.php' (include_path='/app/www/public/3rdparty/pear/archive_tar:/app/www/public/3rdparty/pear/console_getopt:/app/www/public/3rdparty/pear/pear-core-minimal/src:/app/www/public/3rdparty/pear/pear_exception:/app/www/public/apps') in /app/www/public/lib/private/legacy/OC_App.php:118
Stack trace:
#0 /app/www/public/lib/private/AppFramework/Bootstrap/Coordinator.php(76): OC_App::registerAutoloading()
#1 /app/www/public/lib/private/AppFramework/Bootstrap/Coordinator.php(48): OC\AppFramework\Bootstrap\Coordinator->registerApps()
#2 /app/www/public/lib/base.php(657): OC\AppFramework\Bootstrap\Coordinator->runInitialRegistration()
#3 /app/www/public/lib/base.php(1132): OC::init()
#4 /app/www/public/console.php(28): require_once('...')
#5 /app/www/public/occ(11): require_once('...')
#6 {main}Initializing finishedMetadata
Metadata
Assignees
Type
Projects
Status
Done