seafile-docker
seafile-docker copied to clipboard
upgrade to 11 from 10 failed
following my previous closed issue about a but in renewal the ssl certificate, I did upgrade the version on seafile :
hi @SkywalkerSpace I am sorry to dig this issue, but I am using the Latest docker version and it seems that the /scripts are not coming from version 11.0 ... what make it use the correct folder ?
image: seafileltd/seafile-mc:latest
Originally posted by @pilere in https://github.com/haiwen/seafile-docker/issues/354#issuecomment-2137430461
following this message, I did change my docker-compose file
NAME IMAGE COMMAND SERVICE CREATED STATUS PORTS
seafile seafileltd/seafile-mc:11.0-latest "/sbin/my_init -- /s…" seafile 16 minutes ago Up 16 minutes 0.0.0.0:80->80/tcp, :::80->80/tcp, 0.0.0.0:443->443/tcp, :::443->443/tcp
seafile-memcached memcached:1.6.18 "memcached -m 256" memcached 16 minutes ago Up 16 minutes 11211/tcp
seafile-mysql mariadb:10.11 "docker-entrypoint.s…" db 16 minutes ago Up 16 minutes 3306/tcp
but end up with a 502 error.
502 Bad Gateway
and impossible to find any error log ... except nginx telling :
2024/05/29 17:27:05 [error] 272#272: *222 upstream prematurely closed connection while reading response header from upstream, client: 82.4.5.2, server: sf.domain.com, request: "GET /api2/repos/ HTTP/1.1", upstream: "http://127.0.0.1:8000/api2/repos/", host: "sf.domain.com"
I did redacted the domain
nothing to be seen in /opt/seafile/logs
(the seafile.log shows 2024-05-29 17:07:46 start to serve on pipe client
)
where can I search more ?