table of contents
TRANSACTIONAL-UPDAT(8) | transactional-update | TRANSACTIONAL-UPDAT(8) |
NAME¶
transactional-update, transactional-update.service, transactional-update.timer - Apply updates to the system in an atomic way via transactional updates.
SYNOPSIS¶
transactional-update [options...] [general-command...] [package-command [command-argument...]]
transactional-update [options...] standalone-command
transactional-update.service
transactional-update.timer
DESCRIPTION¶
transactional-update updates the system in a transactional way; this means updates are atomic, so either the patches are fully applied or nothing is changed. The update does not influence the running system and it can be rolled back. To activate the changes, the system needs to be rebooted.
To achieve this transactional-update is using Btrfs' snapshot mechanism, combined with the default distribution tools. Whenever an update of the root file system is going to be performed, snapper(8) will create a new snapshot of the root file system first. This new snapshot is then used to perform the update, e.g. by calling zypper(8) with the -R option pointing to the new snapshot. If no errors occured the snapshot will be set as the new default snapshot and set as read-only. In case of errors the snapshot will be deleted again.
By default the snapshot is always branched off from the current root file system, i.e. calling transactional-update multiple times without rebooting will create separate, independent snapshots, not containing the changes of the previous run. If multiple consecutive actions are to be executed, the --continue option can be used. This will still create a separate snapshot for each call, so it is possible to roll back to previous intermediate steps in case of errors.
On read-only systems each snapshot will have a corresponding /etc overlay located in /var/lib/overlay. As configuration files may be modified after a snapshot was created and before a reboot is performed (e.g. via configuration management software) the overlay file system will use multiple lower layers, i.e. configuration file changes applied to the currently running system will be visible in the new system, but not vice versa. To keep the number of layers at a minimum the /etc state of the previous snapshot is synchronized into the new root file system; unused overlays will be removed at a later time (see the cleanup-overlays option).
Warning
If a file in /etc has been changed during the update and is also changed in the running system after the snapshot has been taken, then only the version of the new snapshot will be visible after a reboot. When booting into the new snapshot for the first time transactional-update-etc-cleaner.service will print a warning about such conflicts to the system log file.
Older transactional-update versions were using a single /etc overlay for all snapshots; a migration mechanism is in place, the directory will also be removed if no snapshot is using it any more.
On read-write systems please be aware that all changes done to the running root filesystem after snapshot creation are lost after the next reboot. For this reason the system should be rebooted as fast as possible after a successful update.
For easier maintenance of big clusters, transactional-update is run by systemd.timer(5) in regular intervals. The specific time can be configured in /etc/systemd/system/transactional-update.timer.d/local.conf. See systemd.unit(5) for more information.
COMMANDS¶
If none of the following commands is given, the value of UPDATE_METHOD in transactional-update.conf(5) will be assumed.
General Commands¶
General Commands can be used together in any combination; additionally they can be extended with one Package Command. The order of the General Commands doesn't matter.
apply
Note that - in contrast to regular zypper updates - services will not be restarted automatically. Additionally mounting the three directories is not one atomic operation, so there will be a short timespan where the directories visible to the system will not be in sync.
cleanup
cleanup-snapshots
cleanup-overlays
grub.cfg
bootloader
initrd
kdump
reboot
Several different reboot methods are supported, configurable via the REBOOT_METHOD configuration option in transactional-update.conf(5). By default rebootmgrd(8) will be used to reboot the system according to the configured policies if the service is running, otherwise systemctl reboot will be called.
run cmd
This command consumes all the remaining parameters, so should be placed in the last position.
To use features like command lists (e.g. pipes or separators) wrap the script into a Shell command like such as
transactional-update run bash -c ' ls && date if [ true ]; then echo -n "Hello " echo '\''world'\'' fi '
setup-fips
This command can not be combined with any Package Command other than install.
setup-kdump [--crashkernel=low[,high]]
This command can not be combined with any Package Command other than install.
setup-selinux
This command can not be combined with any Package Command other than install.
shell
Package Commands¶
Package Commands will invoke zypper(8) to perform actions on the RPM packages. Only one Package Command can be used at the same time. Can be combined with any number of General Commands.
By default commands usually invoked from scripts are called in non-interactive mode (assuming the default answer in case of questions), commands typically called by the user are called in interactive mode. The behaviour can be changed or enforced using the --interactive respectively the --non-interactive options.
To facilitate scripting Package Commands will exit early if no packages were updated; if combined with General Commands those will not be executed any more in that case.
Non-interactive Package Commands
dist-upgrade, dup
update, up
patch
register arguments
This command implies the --drop-if-no-change option to avoid creation of unnecessary snapshots, as many of the SUSEConnect options are read-only or only require access to /etc.
SUSEConnect is always a non-interactive command.
Interactive Package Commands
migration arguments
These arguments can be any zypper-migration(8) argument, with the exception of "--root", as this is handled by transactional-update dynamically.
pkg command arguments
install, in
remove, rm
update, up
Standalone Commands¶
rollback [number]
If no snapshot number is given, the current root file system is set as the new default root file system. Otherwise number can either be a snapshot number (as displayed by snapper list) or the word last. last will try to reset to the latest working snapshot.
This command can be combind with the apply command to make the snapshot effective immediately.
status
Warning
This command is under development and will change in the future. The status command is currently using a non-stable feature of MicroOS, the control.xml file, that will change the scope and location in future releases.
The status is represented via a hash (currently sha256) of a manifest file that contains the list of expected packages and the build time of those packages. The list of expected packages are calculated using the libsolv library, and resolving it for the list of default patterns associated with the role used during the installation.
Two manifest files are created. One will use the information from the repositories used for the installation. The list of packages (including the full version and architecture) and the build time will be extracted from the repository information. The other one will use the same list of packages, but using the build time from the current system (if the package is present).
Both manifest files will be the same if we have a fresh installed system. But in distributions like MicroOS, that are released based on a rolling model, the subsequent updates will make compromises that will result in a diverged state. In that way, if two systems have the same BASE_MANIFEST_DIGEST (the digest calculated from the repository information), we can assume that are in the same state even if the SYSTEM_MANIFEST_DIGEST is different.
We can require of two system to be in the exact same status, and for that we can compare both digests.
The status also shows the differences in patterns and packages from the expected situation, and will save a copy of both manifest for further audit of the system.
To write the necessary state file EXPERIMENTAL_STATUS=1has to be set in transactional-update.conf.
OPTIONS¶
--interactive, -i
--non-interactive, -n
--continue [number], -c [number]
--no-selfupdate
--drop-if-no-change, -d
--quiet
--help, -h
--version
EXIT STATUS¶
0
1
2
IMPORTANT¶
Only RPMs which are fully part of the root filesystem and /etc can be updated. There is also limited handling for adding files and directories to /var, however modifications of existing files (e.g. migrating databases) are supposed to be handled by systemd jobs at startup (see the initial configuration and deployment section of the packaging guidelines[1]).
Since all changes to the root filesystem will get lost after creating the snapshot for the update, the system should be rebooted as fast as possible after the update finished.
Every time transactional-update will create a new snapshot it will be based on the currently running system. Calling transactional-update multiple times without rebooting will not include the changes of the previous snapshot, thus effectively discarding all previous changes (except when using --continue to explicitly continue a previous snapshot or when apply was called previously).
SEE ALSO¶
transactional-update.conf(5), tukit.conf(5), systemd.timer(5), systemd.time(7), The Transactional Update Guide[2]
AUTHOR¶
Thorsten Kukuk <kukuk@suse.com>
NOTES¶
- 1.
- initial configuration and deployment section of the packaging guidelines
- 2.
- The Transactional Update Guide
09/24/2024 | transactional-update |