v5.3 (IIS)

This page details the upgrade process for Cinchy v5.3 on IIS.

1. Upgrading on IIS

Warning: If you are upgrading from Cinchy v5.1 or lower to Cinchy v5.3, you must first run a mandatory process (Upgrade 5.2) using the Cinchy Utility and deploy version 5.2. Once complete, you can continue on with your 5.3 upgrade.

The following process can be run when upgrading any v5.x instance to Cinchy v5.3 on IIS.

1.1 Prerequisites

  1. Take a backup of your database.

  2. Extract the new build for the version you wish to upgrade to.

1.2 Upgrade Process

  1. Merge the following configs with your current instance configs:

    • Cinchy/web.config

    • Cinchy/appsettings.json

    • CinchySSO/appsettings.json

    • CinchySSO/web.config

  2. Execute the following command:

iisreset -stop 

3. Replace the Cinchy and CinchySSO folders with the new build and your merged configs.

4. Execute the following command:

iisreset -start 

5. Open your Cinchy URL in your browser.

6. Ensure you can log in.

If you encounter an error during this process, restore your database backup and contact Cinchy Support.

Last updated