Kasazn
Explorer
- Joined
- Apr 17, 2021
- Messages
- 60
Hi all.
I am on the nightly train (TrueNAS-SCALE-21.08-MASTER-20210831-232919). I downloaded the latest 21.08-BETA, extracted the update file and tried to update but it failed.
EDIT: I was previously on a build lower than the current BETA 1 but still failed to update.
I was wondering if the system backup includes my VMs? If I cannot migrate to Beta channel I might as well just clean wipe and import my pools.
I am on the nightly train (TrueNAS-SCALE-21.08-MASTER-20210831-232919). I downloaded the latest 21.08-BETA, extracted the update file and tried to update but it failed.
EDIT: I was previously on a build lower than the current BETA 1 but still failed to update.
I was wondering if the system backup includes my VMs? If I cannot migrate to Beta channel I might as well just clean wipe and import my pools.
Code:
Error: Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/middlewared/job.py", line 382, in run
await self.future
File "/usr/lib/python3/dist-packages/middlewared/job.py", line 418, in __run_body
rv = await self.method(*([self] + args))
File "/usr/lib/python3/dist-packages/middlewared/schema.py", line 1239, in nf
return await func(*args, **kwargs)
File "/usr/lib/python3/dist-packages/middlewared/plugins/update.py", line 412, in file
await self.middleware.call('update.install_manual_impl', job, destfile, dest_extracted)
File "/usr/lib/python3/dist-packages/middlewared/main.py", line 1307, in call
return await self._call(
File "/usr/lib/python3/dist-packages/middlewared/main.py", line 1275, in _call
return await self.run_in_executor(prepared_call.executor, methodobj, *prepared_call.args)
File "/usr/lib/python3/dist-packages/middlewared/main.py", line 1179, in run_in_executor
return await loop.run_in_executor(pool, functools.partial(method, *args, **kwargs))
File "/usr/lib/python3.9/concurrent/futures/thread.py", line 52, in run
result = self.fn(*self.args, **self.kwargs)
File "/usr/lib/python3/dist-packages/middlewared/plugins/update_/install_linux.py", line 23, in install_manual_impl
self._install(
File "/usr/lib/python3/dist-packages/middlewared/plugins/update_/install_linux.py", line 41, in _install
raise CallError(f'Unable to downgrade from {old_version} to {new_version}')
middlewared.service_exception.CallError: [EFAULT] Unable to downgrade from 21.08-MASTER-20210831-232919 to 21.08-BETA.1
Last edited: