Package Updates
Before you perform any upgrade, it is important to ensure you have the latest versions of all installed packages. This will make your upgrade go much more smoothly.
-
On the SUSE Manager Server, at the command prompt, as root, stop the spacewalk services:
spacewalk-service stop
-
List available patches:
zypper list-patches
-
Apply all available patches:
zypper patch
If a patch includes a new database schema update, you will need to use the spacewalk-schema-update
command.
-
On the SUSE Manager Server, at the command prompt, as root, ensure the database service is running:
postgresql start
-
Perform the schema update:
spacewalk-schema-upgrade
-
Restart the spacewalk services:
spacewalk-service start
Services affected by a package update are not automatically restarted after an update.
You need to restart these services manually to avoid potential failures.
Use |