...
Enter the release content directory that was created when you extracted the delivered *.tgz file during the 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.
Start the pico for the User Interface.
Code Block $ mzsh topo set -l pico:ui template:mz.standard-ui $ mzsh startup ui
A successful upgrade may print out "The following things may require your manual attention" at the end of the command output, followed by a list of things that may need manual attention. In case the upgrade was unsuccessful, this will be indicated. Check 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.
...