The patch will automatically recover if any error occurs. In case, you want to recover the patch manually, follow the steps described later in this section.
This section lists the prerequisites and steps for recovering the 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 .../<SecureBridge>.
- Services such as Kernel, WebRunner, and AIMap are stopped.
...
- 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 from where you applied have extracted the patchzip file.
Run the following command to
recoverapply the patch:
RecoverApply-Patch.bat -portal “<Path where Adeptia Connect is installed till AdeptiaServer ConnectPortal folder>”
For example:
RecoverApply-Patch.bat -portal "C:/Program Files/AdeptiaConnect/AdeptiaConnect-x.x/ConnectServer/AdeptiaServerConnectPortal"
Once the patch is
recoveredapplied, a confirmation message will be displayed.
- Start the services, i.e. Kernel, WebRunner, and AIMapConnect 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.