-
Notifications
You must be signed in to change notification settings - Fork 307
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add ostree admin rollback
#1808
Comments
Do you want to deploy a new copy of the rollback (new etc merge), or actually put back the rollback as the default? (Related: I forgot that |
In this case the latter is what I wanted, to go back to the state before the hotfix. I suppose |
Yeah, seems like we're missing something analogous to |
ostree admin rollback
Related: #380. Though that one is in the context of automatic rollbacks. |
Is there a way to do this without a reboot? Use case: Create a deployment with sudo ostree admin status | grep '(rollback)$' |
After running
ostree admin unlock --hotfix
you are left with two deployments, the unlocked one and the locked one, the latter of which is labeled "(rollback)" in theostree admin status
output. But it's unclear how to deploy the rollback one. The man page forostree admin deploy
says it takes a refspec but the only difference between the two deployments is the deployment index.The text was updated successfully, but these errors were encountered: