v4.21 (IIS)

This page details the upgrade process for Cinchy v4.21 on IIS.

1. Upgrading on IIS

This process can be run when upgrading from a Cinchy version that is not v5.0+.

1.1 Prerequisites

  1. Follow this guide to take a backup of your database.

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

1.2 Upgrade Process

  1. Swap out the following configs with your current instance configs:

    1. Cinchy/web.config

    2. CinchySSO/appsettings.json

    3. Log4net.config

    4. Web.config

  2. Execute the following command:

iisreset -stop 

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

6. Execute the following command:

iisreset -start 

7. Start Cinchy in your browser.

Last updated

Was this helpful?