v5.1 (IIS)
Upgrading on IIS
The following process can be run when upgrading from v5.0 to v5.1 on IIS.
Prerequisites
- Take a backup of your database.
- Extract the new build for the version you wish to upgrade to.
Upgrade process
- Merge the following configs with your current instance configs:
- Cinchy/web.config
- Cinchy/appsettings.json
- CinchySSO/appsettings.json
- CinchySSO/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
-
Open your Cinchy URL in your browser.
-
Ensure you can log in.
caution
If you encounter an error during this process, restore your database backup and contact Cinchy Support.