v4.21 (IIS)
Upgrading on IIS
This process can be run when upgrading from a Cinchy version that's not v5.0+.
Prerequisites
- Follow this guide to take a backup of your database.
- Extract the new build for the version you wish to upgrade to.
Upgrade process
- Swap out the following configs with your current instance configs:
- Cinchy/web.config
- CinchySSO/appsettings.json
- Log4net.config
- Web.config
- Execute the following command:
iisreset -stop
-
Replace the Cinchy and CinchySSO folders with the new build and your merged configs.
-
Execute the following command:
iisreset -start
- Start Cinchy in your browser.
caution
If you encounter an error during this process, restore your database backup and contact Cinchy Support.