Applying patch on Connect Portal
This section lists the prerequisites and steps for applying this patch.
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
- Download the latest patch from the provided URL.
- Extract the downloaded zip file in a folder.
- Open the Command Prompt.
- Go to the folder where you have extracted the zip file.
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"
Once the patch is applied, a confirmation message will be displayed.
- Start Connect Portal.
For Linux
- Open the Terminal.
- Download the latest patch from the provided URL.
- Extract the downloaded zip file in a directory.
- Go to the directory where you have extracted the zip file.
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
Once the patch is applied, a confirmation message will be displayed.
- Start Connect Portal.