2022-07-06
Release notes: UBOS Linux apps update 2022-07-06
/releases/2022-07-06/release-notes/
Major package upgrades in this version
Nextcloud has been upgraded to version 24, as have many of its apps.
To upgrade
To be safe, first check the status of your Device:
sudo ubos-admin status
and make sure everything is in working order. Then create a backup of all your sites, with a command such as:
sudo ubos-admin backup --all --backuptodirectory ~
Then, update your device:
sudo ubos-admin update -v
Note
This upgrade can take a long time (hours), because some cryptographic keys need to be updated, and the key server we depend on can be very slow. If you don’t like this, first update your keys:
- log on as root,
and run
pacman-key --refresh-keys
, and then - run
ubos-admin update --nokeyrefresh
This will take about the same amount of time, but your Sites
will continue to be working while pacman-key
is running. The actual
update then can be much faster.
Known issues
- If after the upgrade,
sudo ubos-admin status
reports that a service callednextcloud@aaa.service
has failed, simply restart it:sudo systemctl start nextcloud@aaa.service
(whereaaa
is a long hexadecimal number unique to your Device.