Release Upgrade Whonix 15 to Whonix 16
How to Release Upgrade from Whonix 15 to Whonix 16
Notices[edit]
Table: Release Upgrade Whonix Notices
Notice | Description |
---|---|
Difficulty |
|
Release Upgrade vs Re-Installation |
To use Whonix 16, users can either:
|
Standard Updates |
|
Automated Release Upgrade vs Manual Release Upgrade |
|
Configuration Files Resets | Since this is an automated release upgrade, user modified configuration files (if any) in folder /etc will be reset, overwritten with the Debian or Whonix package version. The user is free to restore the configuration after the release upgrade.
|
High Level Overview[edit]
- Backup all data - ideally have a copy of the VM(s) so it is possible to try again (if necessary). [2]
- Perform the usual standard ("everyday") update instructions.
- Consider running the optional sanity tests.
- Release Upgrade Whonix-Workstation (
whonix-ws-15
). - Power off Whonix-Workstation (
whonix-ws-15
). - Release Upgrade Whonix-Gateway (
whonix-gw-15
). - Restart Whonix-Gateway (
whonix-gw-15
). - Restart Whonix-Workstation (
whonix-ws-15
).
Sanity Tests[edit]
These are optional, but recommended. To complete sanity tests, please press on expand on the right.
sudo dpkg --audit ; echo $?
Expected output.
sudo dpkg --configure -a ; echo $?
Expected output.
sudo apt update
sudo apt full-upgrade
For testing purposes, install package nano
.
sudo apt install nano ; echo $?
## ... successful installation of nano ... 0
Apt install fix missing.
sudo apt install -f
Expected upgrade.
Reading package lists... Done Building dependency tree... Done Reading state information... Done 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Release Upgrade[edit]
- Backup all data - ideally have a clone of the VM(s) so it is possible to try again (if necessary).
- Perform the usual standard ("everyday") update instructions.
- Consider running the optional sanity tests.
- Run systemcheck.
- View
release-upgrade
command version. cat /usr/sbin/release-upgrade | grep version= - Check
release-upgrade
command version. Should be minimum1.5
, should showversion="1.5"
. - Consider keeping the full release upgrade log output. It will be required for Support in case there are issues.
- Perform the automated release upgrade using
release-upgrade
command. sudo release-upgrade - Done. If everything went well, at the end it will show:
INFO: OK. (release-upgrade version: 1.5) Release upgrade success.
- Reboot.
- Optional, recommended: Re-install Meta Packages and Safely Run Autoremove
Footnotes[edit]
- ↑
This method is still possible. All the automated
release-upgrade
script does is perform actions which the user could perform manually. If a manual release upgrade is desired, emulate what therelease-upgrade
script is doing. The manual release upgrading procedure is undocumented due to the size of the instructions and duplication involved. - ↑ Have at least one cloned backup before proceeding; for example,
whonix-ws-15-backup
andwhonix-gw-15-backup
.
We believe security software like Whonix needs to remain open source and independent. Would you help sustain and grow the project? Learn more about our 12 year success story and maybe DONATE!