YunoHost-Apps / jenkins_ynh

Jenkins package for YunoHost
https://jenkins.io/
Apache License 2.0
5 stars 10 forks source link

Upgrade to 2.401.2~ynh1 fails and restore fails too #113

Closed CodeShakingSheep closed 1 year ago

CodeShakingSheep commented 1 year ago

Describe the bug

I just wanted to upgrade Jenkins through webadmin and unfortunately it fails. As restore doesn't work either, I'm left without a working Jenkins installation atm. Please help.

Context

Steps to reproduce

I just hit the upgrade button from the webadmin. I couldn't try again with CLI as the whole app was removed afterwards.

Expected behavior

The app should successfully upgrade.

Logs

https://paste.yunohost.org/raw/alefosurur

yalh76 commented 1 year ago

Seems it comes from this error in your log:

2023-07-27 06:38:45,189: DEBUG - + out='Will not apply HSTS. The HSTS database must be a regular and non-world-writable file.
2023-07-27 06:38:45,190: DEBUG - ERROR: could not open HSTS store at '\''/root/.wget-hsts'\''. HSTS will be disabled.

You should fix that before retrying

CodeShakingSheep commented 1 year ago

I can't test this anymore but it seems to be the same issue as in #114 which could be solved. So, I'm closing this. Thanks for help.