On 19/01/2019 07.36, Felix Miata wrote:
Marc Chamberlin composed on 2019-01-18 21:45 (UTC-0800): ...
...
I've done lots of successful dups from oldLeap to newerLeap, and 13.1 and 13.2 to Leap. The process begins by changing e.g. all instances of 42.3 in /etc/zypp/repos.d/*repo to 15.0.
sed -i 's/42.3/15.0/g' /etc/zypp/repos.d/*repo
That followed by zypper dup might fix you up.
Before that, I forgot that it is better to do a "zypper clean", to clean local caches that point to old information from the previous URLs. And before that I also look at each file manually. I took the chance to change some repo names to make them consistent. Then also do a "zypper ref --force", not only because of the refresh itself, but because it downloads from the just edited repo files. Ie: sed edit clean refresh and finally, "zypper dup --download-in-advance". -- Cheers / Saludos, Carlos E. R. (from 15.0 x86_64 at Telcontar)