Upgrade process for ServerLink with high-availability clusters

  1. Stop the Web server (Apache) on all servers in the primary cluster and the disaster recovery (DR) cluster.

  2. Stop ServerLink in the DR server. (Only one server will have ServerLink service running.)
  3. Upgrade the MongoDB cluster in the primary cluster.
    1. Enter one of the following commands to check the status of the cluster. Replace IP with your Mongo bind IP.
      On Windows:

      cd C:\xampp\mongodb\bin
      mongosh --host IP 
      

      On Linux:

      mongosh  --host IP 
      

      On Windows or Linux, then run:

      rs.status()


      To confirm that all nodes are in sync, check if their timestamps are the same. 

    2. Upgrade one of the secondary servers.

    3. Upgrade each secondary server.

    4. Upgrade the primary server..

    5. Check the status of the cluster using the commands in 3a.

  4. Upgrade the Web nodes in the primary cluster.

  5. Upgrade Solr Server in the primary cluster

  6. Follow steps 3 to 5 for the DR cluster.

  7. Start all services.
  8. Start ServerLink in the DR server