Skip to content

IFS-Remote Upgrade Process Documentation

IFS-Remote Upgrade Process Documentation

Prerequisites

  1. Download the latest ifs-remote-bin-x.y.z.zip from registry.
  2. Download the latest ifs-remote-x.y.z.zip from registry.

Steps To Upgrade the IFS-Remote

1. Coping the new zip folder

In this step you will have to copy the ifs-remote-bin.zip and ifs-remote.zip to the folder that contains the current ifsroot folder.

2. Renaming old ifsroot

In this step you will have to rename the current ifsroot folder as ifsroot-old or as suitable.

3. Extracting the new zips

In this step you will have to the unblock ifs-remote-bin.zip and ifs-remote.zip through properties. Once doing so you have to extract both. You then can see the new ifsroot folder. Check if all the files extracted in to it properly.

4. Replacing old ifsroot/config folder over newly extracted ifsroot/config folder

In this step you will have to copy the old ifsroot/config folder and replace newly extracted ifsroot/config. (Replace everything except for the ifsroot/config/main_config.json and ifsroot/config/main_config.json.template files).

5. Creating a new main_config.json

In this step you will have to create a new main_config.json file by coping the ifsroot/config/main_config.json.template. You will also have to compare newly created main_config.json with the ifsroot-old/ifsroot/config/main_config.json and copy over the values to the newly created main_config.json.

6. Re-running the main.ps1

In this step you will have to re-run the main.ps1 with new changes.

Refer the Initialize & Install steps in Management Server - Documentation