• 3 Posts
  • 48 Comments
Joined 6 months ago
cake
Cake day: October 7th, 2025

help-circle
  • Righ, slowroll is just a different cadence of package versions, and it just switches to slowroll repos. As for whether the packages will downgrade, I would guess yes. This is because Slowroll takes the same approach as Tumbleweed, where each release is a snapshot of a configuration consisting of packages of a specific version that are known (to the best of the maintainers’ ability) to work together. So they will likely downgrade to match the known good configuration.

    Unless you crossed a major new feature release in Tumbleweed that hasn’t made it to slowroll, I’d say that’s probably not an issue.

    https://en.opensuse.org/Portal:Slowroll




  • I have always been advised by the “greybeards” in the openSUSE community to always use zypper dup with Tumbleweed. This is because doing so ensures your package environment is always in line with what was release on openQA, ensuring you are covered by that quality check. The language is in this link is probably confusing and should be corrected; its probably more accurate for openSUSE Leap.

    I would recommend removing PackageKit and always using zypper dup with Tumbleweed, and that’s what I do.



    1. Remember that a rolling distro is bleeding edge. That means that from time to time you WILL encounter some issues.
    2. Tumbleweed is (somewhat) unique in its approach to rolling. The quality checks that occur on openQA partially mitigate failures by withholding the next distro upgrades until they can be reviewed. However, the openSUSE devs are not perfect, openQA is not perfect, and some times rolling forward with a known issues is deemed acceptable.
    3. This is where btrfs comes in. The answer to your question of what to do if zypper dup fails is two part: A) roll back to the automatic “pre” snapshot taken by snapper before the dup. B) Just wait for the devs to fix the issue!
    4. If you are impatient, you can check for progress on a specific issue by searching the issue on https://bugzilla.opensuse.org/, or chat up the community either on the forums or on the matrix space in the support room.

    Feel free to ask questions anytime!










  • This is what openSUSE Tumbleweed is designed to do, although config files in /home require manual setup to include. It allows you to completely rollback if necessary after a system upgrade, allowing you to use a bleeding edge distro without fear of having an unusuable system. If an upgrade goes bad, usual procedure is to roll back to the last btrfs snapshot and just wait for the fix (which usually comes in a couple days to a week, as Tumbleweed advances rather quickly).

    openSUSE has a specific btrfs subvolume setup and grub/systemd-boot integration to enable this, which is not too common even today, so it really is a bit special in that you can have this functionality without excessive time spent setting it up manually.