Rollback manuali
Quando un aggiornamento è completato, la precedente distribuzione del sistema operativo rimane sul disco. Se un aggiornamento causa problemi, puoi utilizzarla come fallback. Questa è un’operazione manuale che richiede l’intervento umano e l’accesso alla console.
Rollback temporaneo
Per avviare temporaneamente la precedente installazione del sistema operativo, tieni premuto Shift
durante il processo di avvio. Quando appare il menu del bootloader, seleziona la voce corrispondente al sistema operativo di interesse.
Rollback permanente
To permanently revert to the previous OS deployment, log into the target node and run the following commands:
# Stop the service that performs automatic updates
sudo systemctl stop zincati.service
# Mark the previous OS deployment as the default, and immediately reboots into it
sudo rpm-ostree rollback -r
Please note that Zincati will keep looking for updates and upgrade to any new available OS deployment, other than the one you just reverted.
If you prefer, you can temporarily turn off auto-updates. Later on, you can re-enable them in order to let the machine catch up with the usual flow of updates:
# Disable Zincati in order to opt-out from future auto-updates
sudo systemctl disable --now zincati.service
[...]
# At a later point, re-enable it to re-align with the tip of stream
sudo systemctl enable --now zincati.service
Want to help? Learn how to contribute to Fedora Docs ›