NOTE: As of TIE Server version 2.1.0, the naming convention for Master and Slave operations changed to Primary and Secondary. For example:
Master becomes Primary
Slave becomes Secondary
Previous versions of TIE Server retain the original Master/Slave designations.
To avoid issues with resource locking:
- Perform the following steps before you upgrade the TIE primary server:
- Stop all TIE secondary servers. Connect with SSH and run the following command:
sudo service tieserver stop
- Stop the TIE primary server and start only its database. Connect with SSH and run the following commands:
sudo service tieserver stop
sudo service tieserver pg_start
- Upgrade the TIE primary server.
- After the upgrade, perform the following steps on the TIE primary server:
- Restart the TIE primary server with the following command:
sudo service tieserver start
- Restart the TIE secondary servers with the following command:
sudo service tieserver start