KristofferLindberg
Explorer
- Joined
- Mar 22, 2020
- Messages
- 61
Hi
Seems I have an app that I cant upgrade. In this case its Nextcloud that Im trying to upgrade. When trying to upgrade the app it says
File "/usr/lib/python3.11/concurrent/futures/thread.py", line 58, in run
result = self.fn(*self.args, **self.kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/middlewared/plugins/chart_releases_linux/helm.py", line 49, in helm_action
raise CallError(f'Failed to {tn_action} App: {errmsg}')
middlewared.service_exception.CallError: [EFAULT] Failed to upgrade App: Error: UPGRADE FAILED: pre-upgrade hooks failed: warning: Hook pre-upgrade nextcloud/templates/backup-postgres-hook.yaml failed: 1 error occurred:
* jobs.batch "pre-upgrade-hook2" already exists
I can still run the app but its the old version that is running. Seems like there is some sort of failed upgrade hook running somehow. Anyone has any idea of what to do in order to be able to update the app or which logs that might give some more clues to whats happening?
Seems I have an app that I cant upgrade. In this case its Nextcloud that Im trying to upgrade. When trying to upgrade the app it says
File "/usr/lib/python3.11/concurrent/futures/thread.py", line 58, in run
result = self.fn(*self.args, **self.kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/middlewared/plugins/chart_releases_linux/helm.py", line 49, in helm_action
raise CallError(f'Failed to {tn_action} App: {errmsg}')
middlewared.service_exception.CallError: [EFAULT] Failed to upgrade App: Error: UPGRADE FAILED: pre-upgrade hooks failed: warning: Hook pre-upgrade nextcloud/templates/backup-postgres-hook.yaml failed: 1 error occurred:
* jobs.batch "pre-upgrade-hook2" already exists
I can still run the app but its the old version that is running. Seems like there is some sort of failed upgrade hook running somehow. Anyone has any idea of what to do in order to be able to update the app or which logs that might give some more clues to whats happening?