-
Notifications
You must be signed in to change notification settings - Fork 186
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
upgrade to 11 from 10 failed #389
Comments
docker compose log seafile :
and within the container :
|
I've been facing exactly the same problem since I updated docker image last night. And I too can't find the root cause of the trouble from within the logs. UpdateI'm also getting |
@pilere Perhaps you'll be happy to use this command — and spot something I can't see: # to monitor all Seafile logs simultaneously:
sudo tail -f $(find /opt/seafile-data/ -type f -name *.log 2>/dev/null)
# to also monitor Nginx logs:
sudo tail -f $(find /opt/seafile-data/ -type f -name *.log 2>/dev/null) /var/log/nginx/* |
no, that's the logs I was looking in already ... |
Unfortunately I can't tell the version of the previous image I had, because I had to reinstall the server OS Ubuntu too. I'd say the image was approximately 3 months old, ± 1 month. |
mine was a year ago and a version bellow so it's a good start 4 month :
|
(edit: sorry for the confusion, smerl33 and pilere are the same person ... me) after carefully read the nginx conf, I did try a direct call to seahub with no success:
with this error in nginx logs:
and no logs in /opt/seafile/logs/seahub.log
@SkywalkerSpace how can I enable more debug from seahub ? |
I did that without any luck : EDIT:
and nothing in |
🎉
|
in case it helps, my
|
See here: https://hub.docker.com/r/seafileltd/seafile-mc/tags
Thank you! 👏 🙏 |
I am looking for the matching code within github that match the docker build for 11.0.7 and 11.0.6 to check the changes ... I think it is haiwen/seafile-server@v11.0.6-server...v11.0.7-server#files_bucket |
@SkywalkerSpace sorry to ping you directly but I cannot find what change between 11.0.6 and 11.0.7 break the seafile ... without any error ... just not working .... can someone with developper knownledge from the team have a look on this ? |
@pilere Check out Seafile's friendly fork* ggogel/seafile-containerized maintained by an experienced DevOps engineer with all DevOps best practices in mind. I personally switched to that fork a few weeks ago and, after a single call for support, it saved my Seafile setup. * Technically, not a fork but “an unofficial alternative deployment method for Seafile,” in project maintainer's own words. |
Thanks you for the pointer, this mean that I need to provisioned a staging environnement for test. |
following my previous closed issue about a but in renewal the ssl certificate, I did upgrade the version on seafile :
Originally posted by @pilere in #354 (comment)
following this message, I did change my docker-compose file
but end up with a 502 error.
502 Bad Gateway
and impossible to find any error log ... except nginx telling :
I did redacted the domain
nothing to be seen in
/opt/seafile/logs
(the seafile.log shows2024-05-29 17:07:46 start to serve on pipe client
)where can I search more ?
The text was updated successfully, but these errors were encountered: