- Edited
Work in Pro.. Upgrade
You might want to look at Update form Open SuSE 15.3 to 15.4
Update the Repositories
sed -i 's/15.3/15.4/g' /etc/zypp/repos.d/*
zypper --verbose refresh
Then it got icky because of the PHP-Change and packages which made a fuzz'.
First Update just gromox which will take care of Package-Problems.
The question from zypper
should be answered as "Uninstall all PHP7 Packages"
Take care of PHP..
zypper update gromox
The actual Distupgrade
zypper dup
I basically got through all "Warnings" by always choosing the option to remove the PHP7-Package..
Be aware that the Number changes!I guess i should just have uninstalled the problematic packages before the
zypper dup
but about 10-15 Questions later i was already upgrading :-).
Enable PHP-FPM
mv /etc/php8/fpm/php-fpm.conf.default /etc/php8/fpm/php-fpm.conf
systemctl enable php-fpm.service
reboot
I did that
mv
much later after trying to determine what's wrong... but now i know that, i just should have done so from the start.. "Lucky you!"
Eventually reinstall missing Packages...
If the Package grommunio-index didn't make it. (This might happen because of the PKG grommunio [1])
zypper install -y grommunio-index
rm -Rf /var/lib/grommunio-web/sqlite-index/*
systemctl start grommunio-index.service
I think this was all...
Here is my /var/log/zypp/history so you might see what will happen.
And FWIW: I'm using the Supported REPO!!!
EDIT: Added systemctl-call.
EDIT: index
EDIT: zypper update gromox after Release-Code-Change
Successfully upgraded: 3
[1] zypper info --requires grommunio