Table of Contents
Before upgrading, it is important to carefully plan an upgrade strategy to minimize system downtime and service interruptions. All of the steps in this chapter are to be completed from the command line.
In the following instructions, you are asked to perform certain steps as either the root or opensrf user.
su
command and enter the password of the root user.
sudo su
command and enter the password of your current user.
To switch from the root user to a different user, issue the su - [user]
command; for example, su - opensrf
. Once you have become a non-root user, to
become the root user again simply issue the exit
command.