This commit is contained in:
2022-03-31 15:23:38 +00:00
parent 337624ded4
commit 156ef81b51
10 changed files with 92 additions and 56 deletions

View File

@@ -1,7 +1,5 @@
# AyaNova Windows IIS hosted platform upgrade
The upgrade process involves stopping the AyaNova IIS site, replacing the AyaNova program files with the latest version and restarting the AyaNova IIS site.
These instructions assume the original installation steps were followed without changes, if you had to make changes adjust accordingly.
### 1\. Backup
@@ -16,6 +14,8 @@ If you do not have a fresh backup there will be no way to recover from potential
### 3\. Stop the AyaNova IIS site
Ensure all other Users are logged out of AyaNova before stopping the server.
Stop the AyaNova site in the IIS manager:
![image stop IIS site](img/ops-upgrade-windows-iis-stop-site.png)
@@ -24,7 +24,7 @@ Stop the AyaNova site in the IIS manager:
Run the setup file downloaded in step 2 above.
**IMPORTANT**: You MUST NOT CHECK the option 'Start AyaNova server when Windows starts'
**IMPORTANT**: Make sure the option 'Start AyaNova server when Windows starts' is NOT checked
![SCREENSHOT OF setup window un checked server start with windows](img/ops-install-windows-lan-uncheck.png)
@@ -58,4 +58,4 @@ Start the AyaNova site in the IIS manager:
![image start IIS site](img/ops-upgrade-windows-iis-start-site.png)
Open the AyaNova web app as you normally would, the login form will open in your browser and after a short delay you should see the page refresh and the new version number be displayed at the bottom of the login form.
Open the AyaNova web app in your browser, the login form will open in your browser and after a short delay you should see the page refresh and the new version number be displayed at the bottom of the login form.