7.1 Upgrading STSA and MMG Together

If STSA and MMG are provisioned together, perform the following steps to upgrade both components:

  1. Create a backup of the existing installed files. To do so, rename the existing OFS_STSA directory to backup.
  2. Copy the new build archive to the server and place the new installer .zip file in the same or a different directory.
  3. Extract the installer files and unzip the archive and complete all steps required for a fresh installation.
  4. Update the configuration files. To do so:
    1. Use the new ConfigForEST.sh and config.sh files.
    2. Copy values from the existing files, retain previous settings, and provide values for newly introduced properties.
  5. Retain critical path and port values. To do so, Ensure that LOG_HOME, FTPSHARE, WALLET_LOCATION, and all port numbers remain consistent with the earlier installation.
  6. Generate the keys and token. To do so, complete the MMG prerequisites by generating keys and token, and apply the necessary database grants for Data Pipeline usage if applicable.
  7. Run the deployment script. To do so, navigate to the STSA bin directory and run the following command to reinstall the application:
    ./deploy.sh

    Note:

    Before running the deployment script, ensure that both STSA and MMG services are shut down.
  8. Run the update script to refresh database properties. To do so, execute the following command to update application properties and replace the token in the database:
    ./deploy.sh -U
  9. After successfully completing the previous step to upgrade the sandbox schemas with the latest changes, start all services by running ./startup.sh.
  10. After all services are up and running, log in to the application.
  11. From the application home page, open More Options for the required sandbox.
  12. Select Details to open the sandbox Details page.
  13. Click Sync Configuration to start the sandbox upgrade process.
  14. Verify that the process completes successfully by confirming the displayed success message.