fedora-silverblue / silverblue-docs

Fedora Silverblue documentation
https://docs.fedoraproject.org/en-US/fedora-silverblue/
61 stars 75 forks source link

updates: Clarify that we do not support skipping major releases #139

Closed travier closed 1 year ago

miabbott commented 1 year ago

What's the reasoning behind this change/warning?

It should be technically possible to rebase from N to N+2, but I could understand why it might not be a good idea in practice. Are we just trying to avoid extra bugs/issues filed on the tracker?

travier commented 1 year ago

We've had rpm-ostree bugs and changes that prevented that from working. The update from bdb to sqlite for example required latest rpm-ostree to be able to update to the next version. In general, we don't test it at all and we don't update Fedora N-1 versions of rpm-ostree that much.

miabbott commented 1 year ago

The update from bdb to sqlite for example required latest rpm-ostree to be able to update to the next version. In general, we don't test it at all and we don't update Fedora N-1 versions of rpm-ostree that much.

Ah, right...that is a good example. Thanks for the reminder/context!