Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Corrected links that should have been relative instead of absolute.

This section lists the prerequisites and steps for applying this patch.

Table of Contents

Tip
Though every release of SecureBridge comes with seamless upgrades and bug-free patches, for customer's complex use cases, we recommend applying the patch in a non-production environment first followed by testing. After the use cases run successfully without any errors or warnings, you can apply the patch in the production environment. 

Prerequisites

  • You have Read and Write permissions on all subfolders and files of .../AdeptiaConnect-<Version>.
  • Connect Server services are running.
  • Connect Portal service is stopped.

Applying the patch

For Windows

  1. Download the latest patch from the provided URL.
  2. Extract the downloaded zip file in a folder.
  3. Open the Command Prompt.
  4. Go to the folder where you have extracted the zip file.
  5. Run the following command to apply the patch:

    Apply-Patch.bat -portal “<Path where Adeptia Connect is installed till ConnectPortal folder>” 

    For example:

    Apply-Patch.bat -portal "C:/Program Files/AdeptiaConnect/AdeptiaConnect-x.x/ConnectPortal"

  6. Once the patch is applied, a confirmation message will be displayed. 

  7. Start Connect Portal.

For Linux

  1. Open the Terminal.
  2. Download the latest patch from the provided URL.
  3. Extract the downloaded zip file in a directory.
  4. Go to the directory where you have extracted the zip file.
  5. Run the following command to apply the patch:

    ./Apply-Patch.sh -portal <Path where Adeptia Connect is installed till ConnectPortal folder> 

    For example:

    ./Apply-Patch.sh -portal/mnt/AdeptiaConnect-x.x/ConnectPotal

  6. Once the patch is applied, a confirmation message will be displayed.

  7. Start Connect Portal.