Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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 patch.

Table of Contents
maxLevel3

Prerequisites

Ensure that you have:

  • Read and Write permissions on all sub-folders and files of .../AdeptiaConnect-<Version>
  • Stopped Connect Portal Services. 

Recovering the patch

Expand
titleFor Windows
  1. Open the Command Prompt.
  2. Go to the folder from where you applied the previous patch.
  3. Run the following command to recover the patch:

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

    For example:

    Recover-Patch.bat -portal  "C:/Program Files/AdeptiaConnect/AdeptiaConnect-x.x/ConnectPortal"
     
    Once the patch is recovered, a confirmation message will be displayed. 
  4. Start Connect Portal


Expand
titleFor Linux
  1. Open the Terminal.
  2. Go to the directory from where you applied the previous patch.
  3. Run the following command to recover the patch:

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

    For example:

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

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

  4. Start Connect Portal.

Post Recovery Steps

After recovery of this patch, you will have to manually perform these steps:

  1. Paste the backup securityContext.xml file (that you had saved as a backup) at the …<ConnectPortalInstallFolder>\resources_config\saml location.
  2. Paste the backup web.xml file (that you had saved as a backup) at the …<ConnectPortalInstallFolder>\conf location.
  3. Paste the backup apps.properties file (that you had saved as a backup) at the …<ConnectPortalInstallFolder>\resources_config location. 
  4. Paste the backup server.xml file (that you had saved as a backup) at the …<ConnectPortalInstallFolder>\conf location. 


Panel
borderStylesolid
titleYou may be interested in...
What's new
Best practices
Frequently asked questions
Adeptia Connect APIs
Adeptia security report


Panel
borderStylesolid
titleRelated links
Applying Connect Portal patch