Am Samstag, 8. August 2020, 20:23:03 CEST schrieb stakanov.s:
In data sabato 8 agosto 2020 20:08:18 CEST, Malcolm ha scritto:
On Sat 08 Aug 2020 07:54:36 PM CDT, stakanov.s wrote:
15.2 is not working for me, in order to have my working system back it is unfortunately necessary to downgrade to 15.1. In all these years that never happened to me, but for everything there is a first time. I would like to avoid a reinstall. With zypper dup --allow-vendor-change and setting all repos to 15.1, is there anybody able to confirm this would work? What quirks to expect?
Thank you.
P.S. I do have EXT4 on all disks, do not use BTRFS. So, no, I cannot "rollback".
Hi Same as the way to upgrade.....
15.1 to 15.2; zypper --releasever 15.2 dup
15.2 to 15.1 zypper --releasever 15.1 dup
Thank you, this is one information that I forgot, releaserver requires a preliminary command to convert the repos, do you know by any chance which one it was?
Your repositories need to work on the variable $releasever, so if you still have hard-wired releases it will not work. Either check manually (YaST maybe) or convert all in one: sed -i -e 's/15.2/\$releasever/g' /etc/zypp/repos.d/*.repo The following should set your releaseversion: echo "15.1" >/etc/zypp/vars.d/releasever The proceed with zypper dup -- To unsubscribe, e-mail: opensuse-support+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-support+owner@opensuse.org