...
Enter the release content directory that was created when you extracted the delivered *.tgz file during the Upgrade Preparations, and execute the upgrade.
Code Block $ ./setup.sh upgrade
When using the
./setup.sh upgrade
command, setup log file will be generated in the$MZ_HOME/log
directory.Tip title Hint! It may be a good idea to open a new command line window in order to keep track of the log files.
Startup the platform.
Code Block $ mzsh startup platform
If you are upgrading from 8.3, you have to start the pico for the User Interface.
Code Block $ mzsh topo set -l pico:ui template:mz.standard-ui $ mzsh startup ui
This upgrade does not install the legacy Web Desktop by default. If this feature is still required, see Installing Web Desktop Server.
In case the upgrade was unsuccessful, check the latest setup log for further details in order to analyze the result and see what may have caused the problem. If it is needed, a downgrade can be performed. For information about how to perform a downgrade, see Simplified Downgrade Procedure.
Note |
---|
Note!If you are upgrading from 8.x and the upgrade fails, you may want to perform a rollback using the old MZ_HOME backup., see Simplified Downgrade Procedure |
Note |
---|
Note!If you are using SAP HANA as the Platform database, you will need to enable TLS/SSL on the SAP HANA database after you upgrade your Platform. |
...