By: Daniel Steiner user 06 Oct 2021 at 11 p.m. CDT

5 Responses
Daniel Steiner gravatar
## Update fails The update fails immediately after start. ``` python3 upg4xto430.py -n ``` output: ``` Traceback (most recent call last): File "upg4xto430.py", line 1613, in <module> updaterObj.download_ces() File "upg4xto430.py", line 266, in download_ces from setup_app.utils.arg_parser import arg_parser ModuleNotFoundError: No module named 'setup_app' ``` There are no log files to show. Nothing where generated by the script. Thank you ...

By Mohib Zico staff 06 Oct 2021 at 11:07 p.m. CDT

Mohib Zico gravatar
Checking status...

By Devrim Yatar staff 07 Oct 2021 at 11:24 a.m. CDT

Devrim Yatar gravatar
Daniel, I tested both on CentOS7 and Ubuntu20 but could not replicate. Regards.

By Daniel Steiner user 10 Oct 2021 at 10:07 p.m. CDT

Daniel Steiner gravatar
Thank you, I have tested the update on a different server, and there it was working fine. I found out, the following directories must be deleted before starting the update script (in the `/root` folder, in the container): - `app` - `ces_current` After deleting them, the script worked fine. You can close the ticket now, Regards

By Devrim Yatar staff 11 Oct 2021 at 2:01 a.m. CDT

Devrim Yatar gravatar
Hi, Those directories will be backed up if exists: https://github.com/GluuFederation/community-edition-package/commit/4e005fd145d85be1be73a36e4a4cf2133713ba06 Regards.

By Daniel Steiner user 12 Oct 2021 at 12:05 a.m. CDT

Daniel Steiner gravatar
Nice, thank you.