diff --git a/docs/8.0/ayanova/docs/img/ops-upgrade-windows-single-overwrite-config-prompt.png b/docs/8.0/ayanova/docs/img/ops-upgrade-windows-single-overwrite-config-prompt.png new file mode 100644 index 00000000..9a772778 Binary files /dev/null and b/docs/8.0/ayanova/docs/img/ops-upgrade-windows-single-overwrite-config-prompt.png differ diff --git a/docs/8.0/ayanova/docs/ops-upgrade-linux-desktop.md b/docs/8.0/ayanova/docs/ops-upgrade-linux-desktop.md index 7314698f..4e4e3b09 100644 --- a/docs/8.0/ayanova/docs/ops-upgrade-linux-desktop.md +++ b/docs/8.0/ayanova/docs/ops-upgrade-linux-desktop.md @@ -38,3 +38,4 @@ If there is an issue or error break apart the commands and execute each one indi AyaNova should restart on it's own and perform any database schema updates if required automatically. Open the login form in your browser and after a short delay you should see the new version number at the bottom of the login form. + diff --git a/docs/8.0/ayanova/docs/ops-upgrade-windows-networked.md b/docs/8.0/ayanova/docs/ops-upgrade-windows-networked.md new file mode 100644 index 00000000..edf84ef6 --- /dev/null +++ b/docs/8.0/ayanova/docs/ops-upgrade-windows-networked.md @@ -0,0 +1,13 @@ +# AyaNova Windows platform upgrade + +Follow the upgrade instructions for your installation type below. + +## Single user upgrade + +### Local area network upgrade + +AyaNova server running alone and access directly by users within a local office network. + +### AyaNova server hosted through IIS upgrade + +AyaNova hosted via Microsoft Internet Information Server that is included with most editions of Windows. diff --git a/docs/8.0/ayanova/docs/ops-upgrade-windows-single.md b/docs/8.0/ayanova/docs/ops-upgrade-windows-single.md new file mode 100644 index 00000000..8a7167d3 --- /dev/null +++ b/docs/8.0/ayanova/docs/ops-upgrade-windows-single.md @@ -0,0 +1,35 @@ +# AyaNova Windows single user platform upgrade + +The upgrade process involves replacing the AyaNova program files with the latest version and restarting the AyaNova server. + +These instructions assume the installation instructions were followed without changes, if you had to make changes adjust accordingly. + +### 1\. Backup + +Before proceeding, [make a backup](ops-form-backup.md) of the database **and** the attachment files and store it in a safe place. + +If you do not have a fresh backup there will be no way to recover from potential data loss or damage. + +### 2\. Stop the AyaNova server + +To shut down the AyaNova server cleanly use the AyaNova web app form accessed from Server Operations -> Server State and the menu item [Shut down server](ops-server-state.md#shutting-down-the-ayanova-server). + +Alternatively you can force close AyaNova using the ctrl-c key combination in the AyaNova launcher window. + +### 3\. Download setup file + +[https://www.ayanova.com/download/ayanova-windows-x64-single-setup.exe](https://www.ayanova.com/download/ayanova-windows-x64-single-setup.exe) + +### 4\. Setup + +When you run the setup file, the setup program will ask if you want to overwrite the config.json file during setup: + +![image prompt overwrite config.json file](img/ops-upgrade-windows-single-overwrite-config-prompt.png) + +The windows single type installation doesn't require editing of the configuration so either choice is valid unless you have edited the config.json file or are not sure in which case the safe option is to select **Keep the existing file**. + +Run the setup file downloaded in the last step and follow the instructions. + +Allow setup to _Launch AyaNova_ at the end of setup when prompted. + +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. diff --git a/docs/8.0/ayanova/docs/ops-upgrade.md b/docs/8.0/ayanova/docs/ops-upgrade.md index 9d9b0ad7..221624de 100644 --- a/docs/8.0/ayanova/docs/ops-upgrade.md +++ b/docs/8.0/ayanova/docs/ops-upgrade.md @@ -1,9 +1,8 @@ # AyaNova upgrade -Choose your operating system for specific instructions: +Choose your platform for upgrade instructions: -- [Windows 64bit](ops-upgrade-windows.md) +- [Windows LAN / IIS networked 64bit](ops-upgrade-windows-networked.md) +- [Windows single standalone 64bit](ops-upgrade-windows-single.md) - [Linux server 64bit](ops-upgrade-linux-server.md) - [Linux desktop 64bit](ops-upgrade-linux-desktop.md) - - diff --git a/docs/8.0/ayanova/mkdocs.yml b/docs/8.0/ayanova/mkdocs.yml index adbaab68..3c4389d8 100644 --- a/docs/8.0/ayanova/mkdocs.yml +++ b/docs/8.0/ayanova/mkdocs.yml @@ -133,6 +133,8 @@ nav: - 'Linux server': 'ops-install-linux-server.md' - Upgrade: - 'Start': 'ops-upgrade.md' + - 'Windows single user': 'ops-upgrade-windows-single.md' + - 'Windows LAN / IIS': 'ops-upgrade-windows-networked.md' - 'Linux desktop': 'ops-upgrade-linux-desktop.md' - 'Linux server': 'ops-upgrade-linux-server.md' - Migration: