From a689cab208a88e8830dfc79ebef9ad6fd04a75f9 Mon Sep 17 00:00:00 2001 From: Donna-Marie Smith Date: Mon, 27 Jan 2025 14:23:28 +0000 Subject: [PATCH 1/4] Added Initial Upgrade Documentation --- .../2024.11-to-2025.1/_index.md | 6 ++ .../multiple-server-with-ha/_index.md | 6 ++ .../multiple-server-with-ha/pre-upgrade.md | 20 ++++++ .../multiple-server-with-ha/try-it-out.md | 19 +++++ .../multiple-server-with-ha/upgrade/_index.md | 10 +++ ...de-application-and-loadbalancer-servers.md | 71 +++++++++++++++++++ .../upgrade-web-application-server/_index.md | 10 +++ .../upgrade-debugger.md | 33 +++++++++ .../upgrade-gateway.md | 33 +++++++++ .../single-server-without-ha/_index.md | 6 ++ .../single-server-without-ha/pre-upgrade.md | 20 ++++++ .../single-server-without-ha/try-it-out.md | 19 +++++ .../upgrade/_index.md | 10 +++ .../upgrade/upgrade-application-server.md | 33 +++++++++ .../upgrade/upgrade-web-application-server.md | 33 +++++++++ .../2024.9-to-2024.11/_index.md | 2 +- content/en/docs/2025.1/_index.md | 2 +- .../multi-server/make-artefacts-available.md | 31 ++++++++ .../single-server/make-artefacts-available.md | 29 ++++++++ .../multi-server/run-upgrade-script.md | 30 ++++++++ .../single-server/configure-upgrade-script.md | 37 ++++++++++ .../make-installation-artefacts-available.md | 6 ++ .../single-server/run-upgrade-script.md | 30 ++++++++ .../configure-gateway-script.md | 48 +++++++++++++ .../run-gateway-script.md | 32 +++++++++ .../test-upgrade.md | 31 ++++++++ .../upgrade-cortex-interaction-portal.md | 5 ++ data/urls.toml | 20 ++++++ 28 files changed, 630 insertions(+), 2 deletions(-) create mode 100644 content/en/docs/2025.1/Guides/upgrade-cortex/2024.11-to-2025.1/_index.md create mode 100644 content/en/docs/2025.1/Guides/upgrade-cortex/2024.11-to-2025.1/multiple-server-with-ha/_index.md create mode 100644 content/en/docs/2025.1/Guides/upgrade-cortex/2024.11-to-2025.1/multiple-server-with-ha/pre-upgrade.md create mode 100644 content/en/docs/2025.1/Guides/upgrade-cortex/2024.11-to-2025.1/multiple-server-with-ha/try-it-out.md create mode 100644 content/en/docs/2025.1/Guides/upgrade-cortex/2024.11-to-2025.1/multiple-server-with-ha/upgrade/_index.md create mode 100644 content/en/docs/2025.1/Guides/upgrade-cortex/2024.11-to-2025.1/multiple-server-with-ha/upgrade/upgrade-application-and-loadbalancer-servers.md create mode 100644 content/en/docs/2025.1/Guides/upgrade-cortex/2024.11-to-2025.1/multiple-server-with-ha/upgrade/upgrade-web-application-server/_index.md create mode 100644 content/en/docs/2025.1/Guides/upgrade-cortex/2024.11-to-2025.1/multiple-server-with-ha/upgrade/upgrade-web-application-server/upgrade-debugger.md create mode 100644 content/en/docs/2025.1/Guides/upgrade-cortex/2024.11-to-2025.1/multiple-server-with-ha/upgrade/upgrade-web-application-server/upgrade-gateway.md create mode 100644 content/en/docs/2025.1/Guides/upgrade-cortex/2024.11-to-2025.1/single-server-without-ha/_index.md create mode 100644 content/en/docs/2025.1/Guides/upgrade-cortex/2024.11-to-2025.1/single-server-without-ha/pre-upgrade.md create mode 100644 content/en/docs/2025.1/Guides/upgrade-cortex/2024.11-to-2025.1/single-server-without-ha/try-it-out.md create mode 100644 content/en/docs/2025.1/Guides/upgrade-cortex/2024.11-to-2025.1/single-server-without-ha/upgrade/_index.md create mode 100644 content/en/docs/2025.1/Guides/upgrade-cortex/2024.11-to-2025.1/single-server-without-ha/upgrade/upgrade-application-server.md create mode 100644 content/en/docs/2025.1/Guides/upgrade-cortex/2024.11-to-2025.1/single-server-without-ha/upgrade/upgrade-web-application-server.md create mode 100644 content/en/docs/2025.1/_shared/upgrade/2025.1/pre-upgrade/multi-server/make-artefacts-available.md create mode 100644 content/en/docs/2025.1/_shared/upgrade/2025.1/pre-upgrade/single-server/make-artefacts-available.md create mode 100644 content/en/docs/2025.1/_shared/upgrade/2025.1/upgrade-application-server/multi-server/run-upgrade-script.md create mode 100644 content/en/docs/2025.1/_shared/upgrade/2025.1/upgrade-application-server/single-server/configure-upgrade-script.md create mode 100644 content/en/docs/2025.1/_shared/upgrade/2025.1/upgrade-application-server/single-server/make-installation-artefacts-available.md create mode 100644 content/en/docs/2025.1/_shared/upgrade/2025.1/upgrade-application-server/single-server/run-upgrade-script.md create mode 100644 content/en/docs/2025.1/_shared/upgrade/2025.1/upgrade-web-application-server/configure-gateway-script.md create mode 100644 content/en/docs/2025.1/_shared/upgrade/2025.1/upgrade-web-application-server/run-gateway-script.md create mode 100644 content/en/docs/2025.1/_shared/upgrade/2025.1/upgrade-web-application-server/test-upgrade.md create mode 100644 content/en/docs/2025.1/_shared/upgrade/2025.1/upgrade-web-application-server/upgrade-cortex-interaction-portal.md diff --git a/content/en/docs/2025.1/Guides/upgrade-cortex/2024.11-to-2025.1/_index.md b/content/en/docs/2025.1/Guides/upgrade-cortex/2024.11-to-2025.1/_index.md new file mode 100644 index 000000000..5d859e5a4 --- /dev/null +++ b/content/en/docs/2025.1/Guides/upgrade-cortex/2024.11-to-2025.1/_index.md @@ -0,0 +1,6 @@ +--- +title: "2024.11 to 2025.1" +linkTitle: "2024.11 to 2025.1" +description: "Instructions to upgrade {{% ctx %}} 2024.11 to 2025.1" +weight: 980 +--- \ No newline at end of file diff --git a/content/en/docs/2025.1/Guides/upgrade-cortex/2024.11-to-2025.1/multiple-server-with-ha/_index.md b/content/en/docs/2025.1/Guides/upgrade-cortex/2024.11-to-2025.1/multiple-server-with-ha/_index.md new file mode 100644 index 000000000..10ed76d03 --- /dev/null +++ b/content/en/docs/2025.1/Guides/upgrade-cortex/2024.11-to-2025.1/multiple-server-with-ha/_index.md @@ -0,0 +1,6 @@ +--- +title: "Multiple Server - With HA" +linkTitle: "Multiple Server - With HA" +description: "Upgrade instructions for multiple on-premise servers with high availability (HA)." +weight: 10 +--- diff --git a/content/en/docs/2025.1/Guides/upgrade-cortex/2024.11-to-2025.1/multiple-server-with-ha/pre-upgrade.md b/content/en/docs/2025.1/Guides/upgrade-cortex/2024.11-to-2025.1/multiple-server-with-ha/pre-upgrade.md new file mode 100644 index 000000000..9a2d84988 --- /dev/null +++ b/content/en/docs/2025.1/Guides/upgrade-cortex/2024.11-to-2025.1/multiple-server-with-ha/pre-upgrade.md @@ -0,0 +1,20 @@ +--- +title: "Pre-Upgrade" +linkTitle: "Pre-Upgrade" +description: "Information about the steps required to be completed prior to starting the upgrade." +weight: 30 +--- + +# {{% param title %}} + +This guide describes how to perform the steps required before starting the upgrade of {{% ctx %}} Innovation. + +## Make Installation Artefacts Available on all Servers + +{{< section "/upgrade/2025.1/pre-upgrade/multi-server/make-artefacts-available.md">}} + +## Next Steps? + +1. [Upgrade][] + +[Upgrade]: {{< url path="Cortex.Guides.UpgradeCortex.2024.11to2025.1.MultipleServerWithHA.Upgrade" >}} diff --git a/content/en/docs/2025.1/Guides/upgrade-cortex/2024.11-to-2025.1/multiple-server-with-ha/try-it-out.md b/content/en/docs/2025.1/Guides/upgrade-cortex/2024.11-to-2025.1/multiple-server-with-ha/try-it-out.md new file mode 100644 index 000000000..33031ce63 --- /dev/null +++ b/content/en/docs/2025.1/Guides/upgrade-cortex/2024.11-to-2025.1/multiple-server-with-ha/try-it-out.md @@ -0,0 +1,19 @@ +--- +title: "Try it out" +linkTitle: "Try it out" +description: "Information about trying out {{% ctx %}} after upgrade." +weight: 60 +--- + +# {{% param title %}} + +This guide describes how to try out an upgraded {{% ctx %}} to make sure it is working. Please ensure that both the [Application Servers and Load Balancer Upgrade][] and [Web Application Server Upgrade][] has been completed before taking these steps. + +{{< section "/upgrade/2025.1/upgrade-web-application-server/test-upgrade.md" >}} + +## Test Executing Production Flows + +{{< section "/upgrade/try-it-out/multi-server/test-executing-production-flows.md" >}} + +[Application Servers and Load Balancer Upgrade]: {{< url path="Cortex.Guides.UpgradeCortex.2024.11to2025.1.MultipleServerWithHA.UpgradeApplicationAndLoadBalancerServers" >}} +[Web Application Server Upgrade]: {{< url path="Cortex.Guides.UpgradeCortex.2024.11to2025.1.MultipleServerWithHA.UpgradeWebApplicationServer" >}} diff --git a/content/en/docs/2025.1/Guides/upgrade-cortex/2024.11-to-2025.1/multiple-server-with-ha/upgrade/_index.md b/content/en/docs/2025.1/Guides/upgrade-cortex/2024.11-to-2025.1/multiple-server-with-ha/upgrade/_index.md new file mode 100644 index 000000000..70dc695eb --- /dev/null +++ b/content/en/docs/2025.1/Guides/upgrade-cortex/2024.11-to-2025.1/multiple-server-with-ha/upgrade/_index.md @@ -0,0 +1,10 @@ +--- +title: "Upgrade" +linkTitle: "Upgrade" +description: "Instructions to upgrade {{% ctx %}} Innovation across multiple on-premise servers with high availability (HA)." +weight: 40 +--- + +This guide describes how to upgrade {{% ctx %}} Innovation. Please ensure that the [Pre-Upgrade][PreUpgrade] steps have been completed before starting the upgrade. + +[PreUpgrade]: {{< url path="Cortex.Guides.UpgradeCortex.2024.11to2025.1.MultipleServerWithHA.PreUpgrade" >}} diff --git a/content/en/docs/2025.1/Guides/upgrade-cortex/2024.11-to-2025.1/multiple-server-with-ha/upgrade/upgrade-application-and-loadbalancer-servers.md b/content/en/docs/2025.1/Guides/upgrade-cortex/2024.11-to-2025.1/multiple-server-with-ha/upgrade/upgrade-application-and-loadbalancer-servers.md new file mode 100644 index 000000000..3c238d846 --- /dev/null +++ b/content/en/docs/2025.1/Guides/upgrade-cortex/2024.11-to-2025.1/multiple-server-with-ha/upgrade/upgrade-application-and-loadbalancer-servers.md @@ -0,0 +1,71 @@ +--- +title: "Upgrade Application Servers and Load Balancer" +linkTitle: "Upgrade Application Servers and Load Balancer" +description: "Information about upgrading the Application Servers and Load Balancer Server." +weight: 30 +--- + +# {{< param title >}} + +This guide describes how to upgrade the Application Servers and Load Balancer Server from 2024.11 to 2025.1. Please ensure that the [Pre-Upgrade][PreUpgrade] steps have been completed before starting this upgrade. + +## Configure Upgrade Script + +1. In the `Cortex Innovation 2025.1 - App Server Install Scripts\Upgrade Application Server` folder, locate the `Cortex.Innovation.Upgrade.ps1` script and open it with a text editor. +1. Choose the tab below that matches the configuration for this upgrade, then update the script to match, changing the parameters according to the details given below: + + {{% alert title="Note" %}} +To check the previous configuration values open the `Cortex.Upgrade.ApplicationConfig.json` file located in `%ProgramData%\Cortex\Upgrade`. If the file does not exist or the values should be changed then use the `Use New Configuration Values` tab. + {{% /alert %}} + + {{< tabpane lang="powershell" >}} + {{< tab header="Use Previous Configuration Values" >}} +.\Cortex.Upgrade.ps1 ` + -AppServicesPath "C:\Install\Cortex Innovation 2025.1 - App Services.zip" ` + -BlockPackagesPath "C:\Install\Cortex Innovation 2025.1 - Block Packages.zip" ` + -Credential $Credential ` + -AcceptEULA:$AcceptEULA ` + *>&1 | Tee-Object -FilePath "cortex-ha-upgrade-log.txt" + {{< /tab >}} + {{< tab header="Use New Configuration Values">}} +.\Cortex.Upgrade.ps1 ` + -AppServicesPath "C:\Install\Cortex Innovation 2025.1 - App Services.zip" ` + -BlockPackagesPath "C:\Install\Cortex Innovation 2025.1 - Block Packages.zip" ` + -ApplicationServerIPv4Addresses @("192.168.1.1, 192.168.1.2, 192.168.1.3") ` + -LoadBalancerServerIPv4Address "192.168.1.4" ` + -Credential $Credential ` + -AcceptEULA:$AcceptEULA ` + *>&1 | Tee-Object -FilePath "cortex-ha-upgrade-log.txt" + {{< /tab >}} + {{< /tabpane >}} + + | Name | Description | + |----------------------------------------------|-------------| + |`AppServicesPath` | Configure this value with the location of the Application Services zip file on the Application Server being used for the upgrade. | + |`BlockPackagesPath` | Configure this value with the location of the Block Packages zip file on the Application Server being used for the upgrade. | + |`ApplicationServerIPv4Addresses` | The IPv4 addresses of the Application Servers. The first of these must be the Application Server being used for the upgrade.| + |`LoadBalancerServerIPv4Address` | The IPv4 address of the Load Balancer Server. If the built-in load balancer is not being used, this should be removed.| + |`Credential` | The credentials of the user which will be used to perform remote operations on the Application Servers. It must be a domain user that is a member of the local Administrators group on all servers.

This does not need to be changed, a prompt will appear to enter this information when the script is run. | + |`AcceptEULA` | This does not need to be changed, the EULA will be accepted at a later stage. | + |`FilePath` | The filename that upgrade logs are written to. If this should be written to a different location than where the installation files are then a full path should be specified. | + +1. Save and close `Cortex.Innovation.Upgrade.ps1`. + +## Run Upgrade Script + +{{< section "/upgrade/2025.1/upgrade-application-server/multi-server/run-upgrade-script.md" >}} + +## Check Application Services + +{{< section "/upgrade/upgrade-application-server/multi-server/check-application-services.md" >}} + +## Preserve installation files + +{{< section "/preserve-installation-files.md" >}} + +## Next Steps? + +1. [Upgrade Web Application Server][] + +[PreUpgrade]: {{< url path="Cortex.Guides.UpgradeCortex.2024.11to2025.1.MultipleServerWithHA.PreUpgrade" >}} +[Upgrade Web Application Server]: {{< url path="Cortex.Guides.UpgradeCortex.2024.11to2025.1.MultipleServerWithHA.UpgradeWebApplicationServer" >}} diff --git a/content/en/docs/2025.1/Guides/upgrade-cortex/2024.11-to-2025.1/multiple-server-with-ha/upgrade/upgrade-web-application-server/_index.md b/content/en/docs/2025.1/Guides/upgrade-cortex/2024.11-to-2025.1/multiple-server-with-ha/upgrade/upgrade-web-application-server/_index.md new file mode 100644 index 000000000..bea994a0f --- /dev/null +++ b/content/en/docs/2025.1/Guides/upgrade-cortex/2024.11-to-2025.1/multiple-server-with-ha/upgrade/upgrade-web-application-server/_index.md @@ -0,0 +1,10 @@ +--- +title: "Upgrade the Web Application Server" +linkTitle: "Upgrade Web Application Server" +description: "Information about upgrading the Web Application Server." +weight: 40 +--- + +This guide describes how to upgrade the Web Application Server. Please ensure that [Upgrade Application Servers and Load Balancer][] has been completed before starting this installation. These steps assume that the v2024.11 version of Gateway and its prerequisites have already been installed. + +[Upgrade Application Servers and Load Balancer]: {{< url path="Cortex.Guides.UpgradeCortex.2024.11to2025.1.MultipleServerWithHA.UpgradeApplicationAndLoadBalancerServers" >}} diff --git a/content/en/docs/2025.1/Guides/upgrade-cortex/2024.11-to-2025.1/multiple-server-with-ha/upgrade/upgrade-web-application-server/upgrade-debugger.md b/content/en/docs/2025.1/Guides/upgrade-cortex/2024.11-to-2025.1/multiple-server-with-ha/upgrade/upgrade-web-application-server/upgrade-debugger.md new file mode 100644 index 000000000..6d8560ef3 --- /dev/null +++ b/content/en/docs/2025.1/Guides/upgrade-cortex/2024.11-to-2025.1/multiple-server-with-ha/upgrade/upgrade-web-application-server/upgrade-debugger.md @@ -0,0 +1,33 @@ +--- +title: "Upgrade Flow Debugger" +linkTitle: "Upgrade Flow Debugger" +description: "Information about upgrading the Flow Debugger." +weight: 30 +--- + +# {{< param title >}} + +This guide describes how to upgrade the Flow Debugger on the Web Application Server from 2024.11 to 2025.1. Please ensure that the [Upgrade Application and Load Balancer Servers][] has been completed before starting this upgrade. + +## Configure Upgrade Script + +{{< section "/upgrade/2025.1/upgrade-application-server/single-server/configure-upgrade-script.md" >}} + +## Run Upgrade Script + +{{< section "/upgrade/2025.1/upgrade-application-server/single-server/run-upgrade-script.md">}} + +## Check Application Services + +{{< section "/upgrade/upgrade-application-server/single-server/check-application-services.md">}} + +## Preserve installation files + +{{< section "/preserve-installation-files.md">}} + +## Next Steps? + +1. [Upgrade Gateway][] + +[Upgrade Application and Load Balancer Servers]: {{< url path="Cortex.Guides.UpgradeCortex.2024.11to2025.1.MultipleServerWithHA.UpgradeApplicationAndLoadBalancerServers" >}} +[Upgrade Gateway]: {{< url path="Cortex.Guides.UpgradeCortex.2024.11to2025.1.MultipleServerWithHA.UpgradeGateway" >}} diff --git a/content/en/docs/2025.1/Guides/upgrade-cortex/2024.11-to-2025.1/multiple-server-with-ha/upgrade/upgrade-web-application-server/upgrade-gateway.md b/content/en/docs/2025.1/Guides/upgrade-cortex/2024.11-to-2025.1/multiple-server-with-ha/upgrade/upgrade-web-application-server/upgrade-gateway.md new file mode 100644 index 000000000..fd1428873 --- /dev/null +++ b/content/en/docs/2025.1/Guides/upgrade-cortex/2024.11-to-2025.1/multiple-server-with-ha/upgrade/upgrade-web-application-server/upgrade-gateway.md @@ -0,0 +1,33 @@ +--- +title: "Upgrade Gateway" +linkTitle: "Upgrade Gateway" +description: "Information about upgrading {{% ctx %}} Gateway from 2024.11 to 2025.1." +weight: 30 +--- + +# {{% param title %}} + +This guide describes how to upgrade {{% ctx %}} Gateway from 2024.11 to 2025.1. Please ensure that the [Flow Debugger upgrade][] has been completed before starting this upgrade. + +## Configure Upgrade Script + +{{< section "/upgrade/2025.1/upgrade-web-application-server/configure-gateway-script.md" >}} + +## Run Upgrade Script + +{{< section "/upgrade/2025.1/upgrade-web-application-server/run-gateway-script.md" >}} + +## Preserve installation files + +{{< section "/preserve-installation-files.md" >}} + +## Upgrade {{% ctx %}} Interaction Portal + +{{< section "/upgrade/2025.1/upgrade-web-application-server/upgrade-cortex-interaction-portal.md" >}} + +## Next Steps? + +1. [Try It Out][] + +[Flow Debugger upgrade]: {{< url path="Cortex.Guides.UpgradeCortex.2024.11to2025.1.MultipleServerWithHA.UpgradeDebugger" >}} +[Try It Out]: {{< url path="Cortex.Guides.UpgradeCortex.2024.11to2025.1.MultipleServerWithHA.TryItOut" >}} diff --git a/content/en/docs/2025.1/Guides/upgrade-cortex/2024.11-to-2025.1/single-server-without-ha/_index.md b/content/en/docs/2025.1/Guides/upgrade-cortex/2024.11-to-2025.1/single-server-without-ha/_index.md new file mode 100644 index 000000000..a43e88369 --- /dev/null +++ b/content/en/docs/2025.1/Guides/upgrade-cortex/2024.11-to-2025.1/single-server-without-ha/_index.md @@ -0,0 +1,6 @@ +--- +title: "Single Server - Without HA" +linkTitle: "Single Server - Without HA" +description: "Upgrade instructions for a single on-premise server without high availability (HA)." +weight: 500 +--- diff --git a/content/en/docs/2025.1/Guides/upgrade-cortex/2024.11-to-2025.1/single-server-without-ha/pre-upgrade.md b/content/en/docs/2025.1/Guides/upgrade-cortex/2024.11-to-2025.1/single-server-without-ha/pre-upgrade.md new file mode 100644 index 000000000..e174c6a8d --- /dev/null +++ b/content/en/docs/2025.1/Guides/upgrade-cortex/2024.11-to-2025.1/single-server-without-ha/pre-upgrade.md @@ -0,0 +1,20 @@ +--- +title: "Pre-Upgrade" +linkTitle: "Pre-Upgrade" +description: "Information about the steps required to be completed prior to starting the upgrade." +weight: 30 +--- + +# {{% param title %}} + +This guide describes how to perform the steps required before starting the upgrade of {{% ctx %}} Innovation. + +## Make Installation Artefacts Available + +{{< section "/upgrade/2025.1/pre-upgrade/single-server/make-artefacts-available.md">}} + +## Next Steps? + +1. [Upgrade][] + +[Upgrade]: {{< url path="Cortex.Guides.UpgradeCortex.2024.11to2025.1.SingleServerWithoutHA.Upgrade" >}} diff --git a/content/en/docs/2025.1/Guides/upgrade-cortex/2024.11-to-2025.1/single-server-without-ha/try-it-out.md b/content/en/docs/2025.1/Guides/upgrade-cortex/2024.11-to-2025.1/single-server-without-ha/try-it-out.md new file mode 100644 index 000000000..e7dfd3a68 --- /dev/null +++ b/content/en/docs/2025.1/Guides/upgrade-cortex/2024.11-to-2025.1/single-server-without-ha/try-it-out.md @@ -0,0 +1,19 @@ +--- +title: "Try it out" +linkTitle: "Try it out" +description: "Information about trying out {{% ctx %}} after upgrade." +weight: 60 +--- + +# {{% param title %}} + +This guide describes how to try out an upgraded {{% ctx %}} to make sure it is working. Please ensure that both the [Application Server Upgrade][] and [Web Application Server Upgrade][] has been completed before taking these steps. + +{{< section "/upgrade/2025.1/upgrade-web-application-server/test-upgrade.md" >}} + +## Test Executing Production Flows + +{{< section "/upgrade/try-it-out/single-server/test-executing-production-flows.md" >}} + +[Application Server Upgrade]: {{< url path="Cortex.Guides.UpgradeCortex.2024.11to2025.1.SingleServerWithoutHA.UpgradeApplicationServer" >}} +[Web Application Server Upgrade]: {{< url path="Cortex.Guides.UpgradeCortex.2024.11to2025.1.SingleServerWithoutHA.UpgradeWebApplicationServer" >}} diff --git a/content/en/docs/2025.1/Guides/upgrade-cortex/2024.11-to-2025.1/single-server-without-ha/upgrade/_index.md b/content/en/docs/2025.1/Guides/upgrade-cortex/2024.11-to-2025.1/single-server-without-ha/upgrade/_index.md new file mode 100644 index 000000000..7fcc769b1 --- /dev/null +++ b/content/en/docs/2025.1/Guides/upgrade-cortex/2024.11-to-2025.1/single-server-without-ha/upgrade/_index.md @@ -0,0 +1,10 @@ +--- +title: "Upgrade" +linkTitle: "Upgrade" +description: "Instructions to upgrade {{% ctx %}} Innovation on a single on-premise server without high availability (HA)." +weight: 40 +--- + +This guide describes how to upgrade {{% ctx %}} Innovation. Please ensure that the [Pre-Upgrade][PreUpgrade] steps have been completed before starting the upgrade. + +[PreUpgrade]: {{< url path="Cortex.Guides.UpgradeCortex.2024.11to2025.1.SingleServerWithoutHA.PreUpgrade" >}} diff --git a/content/en/docs/2025.1/Guides/upgrade-cortex/2024.11-to-2025.1/single-server-without-ha/upgrade/upgrade-application-server.md b/content/en/docs/2025.1/Guides/upgrade-cortex/2024.11-to-2025.1/single-server-without-ha/upgrade/upgrade-application-server.md new file mode 100644 index 000000000..4f5ba3cac --- /dev/null +++ b/content/en/docs/2025.1/Guides/upgrade-cortex/2024.11-to-2025.1/single-server-without-ha/upgrade/upgrade-application-server.md @@ -0,0 +1,33 @@ +--- +title: "Upgrade Application Server" +linkTitle: "Upgrade Application Server" +description: "Information about upgrading the Application Server." +weight: 30 +--- + +# {{< param title >}} + +This guide describes how to upgrade the Application Server components on the server from 2024.11 to 2025.1. + +## Configure Upgrade Script + +{{< section "/upgrade/2025.1/upgrade-application-server/single-server/configure-upgrade-script.md" >}} + +## Run Upgrade Script + +{{< section "/upgrade/2025.1/upgrade-application-server/single-server/run-upgrade-script.md" >}} + +## Check Application Services + +{{< section "/upgrade/upgrade-application-server/single-server/check-application-services.md" >}} + +## Preserve installation files + +{{< section "/preserve-installation-files.md" >}} + +## Next Steps? + +1. [Upgrade Web Application Server][] + +[Upgrade Web Application Server]: {{< url path="Cortex.Guides.UpgradeCortex.2024.11to2025.1.SingleServerWithoutHA.UpgradeWebApplicationServer" >}} + diff --git a/content/en/docs/2025.1/Guides/upgrade-cortex/2024.11-to-2025.1/single-server-without-ha/upgrade/upgrade-web-application-server.md b/content/en/docs/2025.1/Guides/upgrade-cortex/2024.11-to-2025.1/single-server-without-ha/upgrade/upgrade-web-application-server.md new file mode 100644 index 000000000..6de4c4d1e --- /dev/null +++ b/content/en/docs/2025.1/Guides/upgrade-cortex/2024.11-to-2025.1/single-server-without-ha/upgrade/upgrade-web-application-server.md @@ -0,0 +1,33 @@ +--- +title: "Upgrade Web Application Server" +linkTitle: "Upgrade Web Application Server" +description: "Information about upgrading the Web Application Server from 2024.11 to 2025.1." +weight: 30 +--- + +# {{% param title %}} + +This guide describes how to upgrade {{% ctx %}} Gateway from 2024.11 to 2025.1. Please ensure that the [Upgrade Application Server][] has been completed before starting this upgrade. + +## Configure Upgrade Script + +{{< section "/upgrade/2025.1/upgrade-web-application-server/configure-gateway-script.md" >}} + +## Run Upgrade Script + +{{< section "/upgrade/2025.1/upgrade-web-application-server/run-gateway-script.md" >}} + +## Preserve installation files + +{{< section "/preserve-installation-files.md" >}} + +## Upgrade {{% ctx %}} Interaction Portal + +{{< section "/upgrade/2025.1/upgrade-web-application-server/upgrade-cortex-interaction-portal.md" >}} + +## Next Steps? + +1. [Try It Out][] + +[Try It Out]: {{< url path="Cortex.Guides.UpgradeCortex.2024.11to2025.1.SingleServerWithoutHA.TryItOut" >}} +[Upgrade Application Server]: {{< url path="Cortex.Guides.UpgradeCortex.2024.11to2025.1.SingleServerWithoutHA.UpgradeApplicationServer" >}} diff --git a/content/en/docs/2025.1/Guides/upgrade-cortex/2024.9-to-2024.11/_index.md b/content/en/docs/2025.1/Guides/upgrade-cortex/2024.9-to-2024.11/_index.md index 99505f19f..4dccf9d72 100644 --- a/content/en/docs/2025.1/Guides/upgrade-cortex/2024.9-to-2024.11/_index.md +++ b/content/en/docs/2025.1/Guides/upgrade-cortex/2024.9-to-2024.11/_index.md @@ -2,5 +2,5 @@ title: "2024.9 to 2024.11" linkTitle: "2024.9 to 2024.11" description: "Instructions to upgrade {{% ctx %}} 2024.9 to 2024.11" -weight: 996 +weight: 990 --- \ No newline at end of file diff --git a/content/en/docs/2025.1/_index.md b/content/en/docs/2025.1/_index.md index ed333d572..9441cbee3 100644 --- a/content/en/docs/2025.1/_index.md +++ b/content/en/docs/2025.1/_index.md @@ -2,5 +2,5 @@ title: "2025.1" linkTitle: "2025.1" description: "Product documentation for the {{% ctx %}} automation platform, including guides, tutorials and reference documentation." -weight: 989 +weight: 988 --- diff --git a/content/en/docs/2025.1/_shared/upgrade/2025.1/pre-upgrade/multi-server/make-artefacts-available.md b/content/en/docs/2025.1/_shared/upgrade/2025.1/pre-upgrade/multi-server/make-artefacts-available.md new file mode 100644 index 000000000..26cf275e7 --- /dev/null +++ b/content/en/docs/2025.1/_shared/upgrade/2025.1/pre-upgrade/multi-server/make-artefacts-available.md @@ -0,0 +1,31 @@ +1. Choose one of the Application Servers to be used for installation, and copy the following artefacts to a folder on it: + * Cortex Innovation 2025.1 - App Server Install Scripts.zip + * Cortex Innovation 2025.1 - App Services.zip + * Cortex Innovation 2025.1 - Block Packages.zip + * Cortex Innovation 2025.1 - Encryptor.zip + * Cortex Innovation 2025.1 - Gateway.zip + * Cortex Innovation 2025.1 - Web App Server Install Scripts.zip + + {{< alert title="Important" color="warning" >}}Only the files for the version to be installed should be in the containing folder. There should not be any other versions of the files in this folder or a subfolder.{{% /alert %}} + +1. Extract the `Cortex Innovation 2025.1 - App Server Install Scripts.zip` file to a folder with the same name. +1. Open a Windows PowerShell (x64) window as administrator. +1. Navigate PowerShell to inside the `Cortex Innovation 2025.1 - App Server Install Scripts` folder using the following command, modifying the path as necessary: + + ```powershell + cd "C:\Install\Cortex Innovation 2025.1 - App Server Install Scripts" + ``` + +1. Ensure that the `Cortex.Innovation.Install.PreInstallation.ps1` script has not been blocked by the operating system by running the following command: + + ```powershell + Unblock-File -Path .\Cortex.Innovation.Install.Preinstallation.ps1 + ``` + +1. Run the `Cortex.Innovation.Install.PreInstallation.ps1` script using the following command, modifying the `ApplicationServers` value to contain the NETBIOS names or fully qualified domain names of the Application Servers, the `WebApplicationServer` value to contain the NETBIOS names or fully qualified domain name of the Web Application Server and the `LoadBalancerServer` value to contain the NETBIOS names or fully qualified domain name of the Load Balancer Server (remove the `LoadBalancerServer` parameter if using an [alternative load balancer][]): + + ```powershell + .\Cortex.Innovation.Install.Preinstallation.ps1 -ApplicationServers @("app-server1", "app-server2", "app-server3") -WebApplicationServer "webapp-server" -LoadBalancerServer "lb-server" + ``` + +[alternative load balancer]: {{< url path="Cortex.GettingStarted.OnPremise.InstallInnovationOnly.MultipleServerWithHA.AltLoadBalancerNew" >}} diff --git a/content/en/docs/2025.1/_shared/upgrade/2025.1/pre-upgrade/single-server/make-artefacts-available.md b/content/en/docs/2025.1/_shared/upgrade/2025.1/pre-upgrade/single-server/make-artefacts-available.md new file mode 100644 index 000000000..546cab06a --- /dev/null +++ b/content/en/docs/2025.1/_shared/upgrade/2025.1/pre-upgrade/single-server/make-artefacts-available.md @@ -0,0 +1,29 @@ +1. Copy the following artefacts to a folder on the server: + * Cortex Innovation 2025.1 - App Server Install Scripts.zip + * Cortex Innovation 2025.1 - App Services.zip + * Cortex Innovation 2025.1 - Block Packages.zip + * Cortex Innovation 2025.1 - Encryptor.zip + * Cortex Innovation 2025.1 - Gateway.zip + * Cortex Innovation 2025.1 - Web App Server Install Scripts.zip + + {{< alert title="Important" color="warning" >}}Only the files for the version to be installed should be in the containing folder. There should not be any other versions of the files in this folder or a subfolder.{{% /alert %}} + +1. Extract the `Cortex Innovation 2025.1 - App Server Install Scripts.zip` file to a folder with the same name. +1. Open a Windows PowerShell (x64) window as administrator. +1. Navigate PowerShell to inside the `Cortex Innovation 2025.1 - App Server Install Scripts` folder using the following command, modifying the path as necessary: + + ```powershell + cd "C:\Install\Cortex Innovation 2025.1 - App Server Install Scripts" + ``` + +1. Ensure that the `Cortex.Innovation.Install.PreInstallation.ps1` script has not been blocked by the operating system by running the following command: + + ```powershell + Unblock-File -Path .\Cortex.Innovation.Install.Preinstallation.ps1 + ``` + +1. Run the `Cortex.Innovation.Install.PreInstallation.ps1` script using the following command, modifying the `ApplicationServers` and the `WebApplicationServer` values to contain the NETBIOS name or fully qualified domain name of the Server: + + ```powershell + .\Cortex.Innovation.Install.Preinstallation.ps1 -ApplicationServers @("app-server1") -WebApplicationServer "webapp-server" + ``` diff --git a/content/en/docs/2025.1/_shared/upgrade/2025.1/upgrade-application-server/multi-server/run-upgrade-script.md b/content/en/docs/2025.1/_shared/upgrade/2025.1/upgrade-application-server/multi-server/run-upgrade-script.md new file mode 100644 index 000000000..a6761e715 --- /dev/null +++ b/content/en/docs/2025.1/_shared/upgrade/2025.1/upgrade-application-server/multi-server/run-upgrade-script.md @@ -0,0 +1,30 @@ +1. Open a Windows PowerShell (x64) window as administrator. + {{< alert title="Important" color="warning" >}}It is critical to make sure this is a new PowerShell window. If any Service Fabric cmdlets have been run previously to running the `Cortex.Innovation.Upgrade.ps1` script, the upgrade will close halfway through due to the PowerShell module being updated.{{< /alert >}} +1. Navigate PowerShell to inside the `Cortex Innovation 2025.1 - App Server Install Scripts\Upgrade Application Server` folder using the following command, modifying the path as necessary: + + ```powershell + cd "C:\Install\Cortex Innovation 2025.1 - App Server Install Scripts\Upgrade Application Server" + ``` + +1. Type the following command into PowerShell: + + ```powershell + .\Cortex.Innovation.Upgrade.ps1 + ``` + +1. Please read the End User Licence Agreement which can be found [here][Eula]. Once you agree to the terms, add the flag `-AcceptEULA` to the command entered above, e.g: + + ```powershell + .\.ps1 -AcceptEULA + ``` + +1. Run the PowerShell command to upgrade the HA Services and required infrastructure. +1. A credentials prompt will appear. Enter credentials of a domain user that is a member of the local Administrators group on all servers and press OK. +1. Wait for the script to finish running. This should take approximately 10 minutes. +1. Check that there have been no errors in the script; these would appear in red in the console. + + If the errors do not give any instructions on how to rectify, see [Troubleshooting During Upgrade][] for further information; if this does not help then please contact [{{% ctx %}} Service Portal][CORTEX Service Portal] for assistance. + +[CORTEX Service Portal]: {{< url path="Cortex.ServicePortal.MainDoc" >}} +[Eula]: {{< url path="Cortex.Website.Eula.MainDoc" >}} +[Troubleshooting During Upgrade]: {{< url path="Cortex.Reference.Troubleshooting.Upgrade.TroubleshootingDuringUpgrade" >}} diff --git a/content/en/docs/2025.1/_shared/upgrade/2025.1/upgrade-application-server/single-server/configure-upgrade-script.md b/content/en/docs/2025.1/_shared/upgrade/2025.1/upgrade-application-server/single-server/configure-upgrade-script.md new file mode 100644 index 000000000..c82979acc --- /dev/null +++ b/content/en/docs/2025.1/_shared/upgrade/2025.1/upgrade-application-server/single-server/configure-upgrade-script.md @@ -0,0 +1,37 @@ +1. In the `Cortex Innovation 2025.1 - App Server Install Scripts\Upgrade Application Server` folder, locate the `Cortex.Innovation.Upgrade.ps1` script and open it with a text editor. +1. Choose the tab below that matches the configuration for this upgrade, then update the script to match, changing the parameters according to the details given below: + + {{% alert title="Note" %}} +To check the previous configuration values open the `Cortex.Upgrade.ApplicationConfig.json` file located in `%ProgramData%\Cortex\Upgrade`. If the file does not exist or the values should be changed then use the `Use New Configuration Values` tab. + {{% /alert %}} + + {{< tabpane lang="powershell" >}} + {{< tab header="Use Previous Configuration Values" >}} +.\Cortex.Upgrade.ps1 ` + -AppServicesPath "C:\Install\Cortex Innovation 2025.1 - App Services.zip" ` + -BlockPackagesPath "C:\Install\Cortex Innovation 2025.1 - Block Packages.zip" ` + -Credential $Credential ` + -AcceptEULA:$AcceptEULA ` + *>&1 | Tee-Object -FilePath "cortex-ha-upgrade-log.txt" + {{< /tab >}} + {{< tab header="Use New Configuration Values">}} +.\Cortex.Upgrade.ps1 ` + -AppServicesPath "C:\Install\Cortex Innovation 2025.1 - App Services.zip" ` + -BlockPackagesPath "C:\Install\Cortex Innovation 2025.1 - Block Packages.zip" ` + -ApplicationServerIPv4Addresses @("192.168.1.1") ` + -Credential $Credential ` + -AcceptEULA:$AcceptEULA ` + *>&1 | Tee-Object -FilePath "cortex-app-upgrade-log.txt" + {{< /tab >}} + {{< /tabpane >}} + + | Name | Description | + |----------------------------------------------|-------------| + |`AppServicesPath` | Configure this value with the location of the Application Services zip file on the server. | + |`BlockPackagesPath` | Configure this value with the location of the Block Packages zip file on the server. | + |`ApplicationServerIPv4Addresses` | The IPv4 address of the server.| + |`Credential` | The credentials of the user which will be used to perform remote operations on the server. It must be a domain user that is a member of the local Administrators group on the server.

This does not need to be changed, a prompt will appear to enter this information when the script is run. | + |`AcceptEULA` | This does not need to be changed, the EULA will be accepted at a later stage. | + |`FilePath` | The filename that upgrade logs are written to. If this should be written to a different location than where the installation files are then a full path should be specified. | + +1. Save and close `Cortex.Innovation.Upgrade.ps1`. diff --git a/content/en/docs/2025.1/_shared/upgrade/2025.1/upgrade-application-server/single-server/make-installation-artefacts-available.md b/content/en/docs/2025.1/_shared/upgrade/2025.1/upgrade-application-server/single-server/make-installation-artefacts-available.md new file mode 100644 index 000000000..9dc149c59 --- /dev/null +++ b/content/en/docs/2025.1/_shared/upgrade/2025.1/upgrade-application-server/single-server/make-installation-artefacts-available.md @@ -0,0 +1,6 @@ +1. Copy the following artefacts to a folder on the server: + * Cortex Innovation 2025.1 - Block Packages.zip + * Cortex Innovation 2025.1 - App Services.zip + * Cortex Innovation 2025.1 - App Server Install Scripts.zip + +1. Extract the `Cortex Innovation 2025.1 - App Server Install Scripts.zip` file to a folder with the same name. diff --git a/content/en/docs/2025.1/_shared/upgrade/2025.1/upgrade-application-server/single-server/run-upgrade-script.md b/content/en/docs/2025.1/_shared/upgrade/2025.1/upgrade-application-server/single-server/run-upgrade-script.md new file mode 100644 index 000000000..0f5968e02 --- /dev/null +++ b/content/en/docs/2025.1/_shared/upgrade/2025.1/upgrade-application-server/single-server/run-upgrade-script.md @@ -0,0 +1,30 @@ +1. Open a Windows PowerShell (x64) window as administrator. + {{< alert title="Important" color="warning" >}}It is critical to make sure this is a new PowerShell window. If any Service Fabric cmdlets have been run previously to running the `Cortex.Innovation.Upgrade.ps1` script, the upgrade will close halfway through due to the PowerShell module being updated.{{< /alert >}} +1. Navigate PowerShell to inside the `Cortex Innovation 2025.1 - App Server Install Scripts\Upgrade Application Server` folder using the following command, modifying the path as necessary: + + ```powershell + cd "C:\Install\Cortex Innovation 2025.1 - App Server Install Scripts\Upgrade Application Server" + ``` + +1. Type the following command into PowerShell: + + ```powershell + .\Cortex.Innovation.Upgrade.ps1 + ``` + +1. Please read the End User Licence Agreement which can be found [here][Eula]. Once you agree to the terms, add the flag `-AcceptEULA` to the command entered above, e.g: + + ```powershell + .\.ps1 -AcceptEULA + ``` + +1. Run the PowerShell command to upgrade the application services and required infrastructure. +1. A credentials prompt will appear. Enter credentials of a domain user that is a member of the local Administrators group on the server and press OK. +1. Wait for the script to finish running. This should take approximately 10 minutes. +1. Check that there have been no errors in the script; these would appear in red in the console. + + If the errors do not give any instructions on how to rectify, see [Troubleshooting During Upgrade][] for further information; if this does not help then please contact [{{% ctx %}} Service Portal][CORTEX Service Portal] for assistance. + +[Eula]: {{< url path="Cortex.Website.Eula.MainDoc" >}} +[CORTEX Service Portal]: {{< url path="Cortex.ServicePortal.MainDoc" >}} +[Troubleshooting During Upgrade]: {{< url path="Cortex.Reference.Troubleshooting.Upgrade.TroubleshootingDuringUpgrade" >}} diff --git a/content/en/docs/2025.1/_shared/upgrade/2025.1/upgrade-web-application-server/configure-gateway-script.md b/content/en/docs/2025.1/_shared/upgrade/2025.1/upgrade-web-application-server/configure-gateway-script.md new file mode 100644 index 000000000..53bcc7cc1 --- /dev/null +++ b/content/en/docs/2025.1/_shared/upgrade/2025.1/upgrade-web-application-server/configure-gateway-script.md @@ -0,0 +1,48 @@ +1. In the `Cortex Innovation 2025.1 - Web App Server Install Scripts` folder, locate the `Cortex.Innovation.Install.Gateway.ps1` script and open it with a text editor. +1. Choose the tab below that matches the configuration for this upgrade, then update the script to match, changing the parameters according to the details given below: + + {{% alert title="Note" %}} +To check the previous configuration values open the `Cortex.Upgrade.GatewayConfig.json` file located in `%ProgramData%\Cortex\Upgrade`. If the file does not exist or any of the values should be changed then use the `Use New Configuration Values` tab removing any of the parameters that do need need to change leaving the minimum required parameters as can be seen in the `Use Previous Configuration Values` tab. + {{% /alert %}} + + {{< tabpane lang="powershell" >}} + {{< tab header="Use Previous Configuration Values" >}} +.\Cortex.Install.Gateway.ps1 ` + -GatewayPackagePath "C:\Install\Cortex Innovation 2025.1 - Gateway.zip" ` + -ApplySecurityMeasures $true ` + -AcceptEULA:$AcceptEula ` + *>&1 | Tee-Object -FilePath "cortex-gateway-install-log.txt" + {{< /tab >}} + {{< tab header="Use New Configuration Values">}} +.\Cortex.Install.Gateway.ps1 ` + -GatewayPackagePath "C:\Install\Cortex Innovation 2025.1 - Gateway.zip" ` + -GatewayApplicationPoolUsername "Domain\Username" ` + -WebRootFolder "C:\inetpub\wwwroot" ` + -WebsitePort "443" ` + -ImportCertificate $false ` + -CertificateFriendlyName "CertificateName" ` + -ConfigureSiteRedirect $true ` + -ApplySecurityMeasures $true ` + -UsingWindowsDefender $false ` + -AcceptEULA:$AcceptEula ` + *>&1 | Tee-Object -FilePath "cortex-gateway-install-log.txt" + {{< /tab >}} + {{< /tabpane >}} + + | Name | Description | + |------------------------------------------------|-------------| + |`GatewayPackagePath` | Configure this value with the location of the `Cortex Innovation 2025.1 - Gateway.zip` file on the server. | + |`GatewayApplicationPoolUsername` | Replace `Domain\Username` with the user that is used to run the {{% ctx %}} Gateway application pool currently.| + |`WebRootFolder` | Replace this with the correct path for the Web Root Folder on the server. Typically this will be `C:\inetpub\wwwroot`.| + |`WebsitePort` | Replace this with the port that you wish the website to use. Typically this will be `443`.| + |`ImportCertificate` | This should be set to `$false`.| + |`CertificateFriendlyName` | Replace this with the friendly name that is allocated to the certificate that {{% ctx %}} Gateway is currently using.| + |`ConfigureSiteRedirect` | If the site hosting the {{% ctx %}} Gateway web application is an existing site that doesn’t have its own content, it is recommended to redirect the site URL to the {{% ctx %}} Gateway web application URL. The default behaviour of the script is to create a URL Rewrite redirect rule to achieve this.

To skip this rule creation change the value to `$false`.| + |`ApplySecurityMeasures` | Change this to `$false` if you do not require the latest recommended [Security Best Practices][] to be implemented as part of the installation process.| + |`UsingWindowsDefender` | Change this to `$false` if you are not using the Windows Defender firewall.

If Windows Defender is not being used but an alternative firewall is, it must be configured to allow communication inbound via TCP on the port configured for HTTPS (usually 443).| + |`AcceptEULA` | This does not need to be changed, the EULA will be accepted at a later stage. | + |`FilePath` | The filename that installation logs are written to. If this should be written to a different location than where the installation files are then a full path should be specified. | + +1. Save and close `Cortex.Innovation.Install.Gateway.ps1`. + +[Security Best Practices]: {{< url path="Cortex.Guides.UpgradeCortex.Advanced.SSLBestPractices" >}} diff --git a/content/en/docs/2025.1/_shared/upgrade/2025.1/upgrade-web-application-server/run-gateway-script.md b/content/en/docs/2025.1/_shared/upgrade/2025.1/upgrade-web-application-server/run-gateway-script.md new file mode 100644 index 000000000..3bc358536 --- /dev/null +++ b/content/en/docs/2025.1/_shared/upgrade/2025.1/upgrade-web-application-server/run-gateway-script.md @@ -0,0 +1,32 @@ +1. Open a Windows PowerShell (x64) window as administrator. +1. Navigate PowerShell to inside the `Cortex Innovation 2025.1 - Web App Server Install Scripts` folder using the following command, modifying the path as necessary: + + ```powershell + cd "C:\Install\Cortex Innovation 2025.1 - Web App Server Install Scripts" + ``` + +1. Type the following command into PowerShell: + + ```powershell + .\Cortex.Innovation.Install.Gateway.ps1 + ``` + +1. Please read the End User Licence Agreement which can be found [here][Eula]. Once you agree to the terms, add the flag `-AcceptEULA` to the command entered above, e.g: + + ```powershell + .\.ps1 -AcceptEULA + ``` + +1. Run the PowerShell command to install {{% ctx %}} Gateway. +1. Check that there have been no errors in the script; these would appear in red in the console. + + If there are any errors, then please follow any instructions given within them to rectify the situation, and retry the upgrade. + + If the errors do not give any instructions on how to rectify, please contact [{{% ctx %}} Service Portal][CORTEX Service Portal] for further assistance. + +1. Once the PowerShell script execution has completed, a prompt will appear to restart the machine. You can choose to restart now (`N`) or later (`L`). +{{< alert type="note" title="Note" >}} It is recommended to choose to restart later after the final step of this section has completed to ensure that no issues occur.{{< /alert >}} +1. In a browser, navigate to the {{% ctx %}} Gateway website, available at `://:/`, e.g. `https://localhost/gateway` and wait for the login page to load. This may take a few minutes. + +[Eula]: {{< url path="Cortex.Website.Eula.MainDoc" >}} +[CORTEX Service Portal]: {{< url path="Cortex.ServicePortal.MainDoc" >}} diff --git a/content/en/docs/2025.1/_shared/upgrade/2025.1/upgrade-web-application-server/test-upgrade.md b/content/en/docs/2025.1/_shared/upgrade/2025.1/upgrade-web-application-server/test-upgrade.md new file mode 100644 index 000000000..fcff05c2c --- /dev/null +++ b/content/en/docs/2025.1/_shared/upgrade/2025.1/upgrade-web-application-server/test-upgrade.md @@ -0,0 +1,31 @@ +## Test Debugging Flows + +Test the platform by creating a new flow and executing it using the following steps: + +1. Click on the `Dev` charm, then the `+` button and click `Group` to open a dialog. +1. Enter a name for the group, configure the `Permission Groups` and click `OK` to create the group. +1. Click on the group to open it (refresh the page if it does not appear). +1. Inside the group, click the `+` button again and click on `Activity` to open a dialog. If the menu item is not present, it means that the `FeatureFlags` in the `CortexGateway.SetParameters.xml` file was not set properly when installing Gateway. See [Troubleshooting][] for more information. +1. Enter a name for the flow, configure the `Permission Groups` and click `OK` to create the flow. +1. The flow should be displayed with a `Start Flow` block and `End Flow` block, if those blocks are not displayed see [Troubleshooting][]. A list of block palettes should be displayed down the left hand side: + {{< figure src="../../2025.1/images/New Innovation Flow View.PNG" title="New Flow - Number of palettes may differ" >}} +1. Add a `Set Variable` block and connect it between the `Start Flow` and `End Flow` blocks. +1. Click the `Set Variable` block to open the Property Editor. +1. Set the `Value` property to the expression `DateTimeOffset.Now`. +1. Type `Result` into the `Variable` property and click `Create Result`. +1. In the Variables Grid, set `Is Output Variable?` to `true` for the new `Result` variable. +1. Add a breakpoint to the `End Flow` block and start the flow. An execution token should appear. + If the token does not appear, try refreshing the page. Failing that, see [Troubleshooting][]. +1. Select the execution in the Executions Grid (bottom panel). +1. The `Result` variable displayed in the Variables Viewer (right panel) should show the current time. +1. Continue or stop the execution. +1. Commit the flow. + +## Test Publishing Production Flows + +1. Log in to Gateway with a user that has the `Admin` role. +1. Click on the `Admin` charm, then `Packages`. +1. Click `Add Package Definition`. Enter a package name and select the new flow to add to the package. Click `Save` to save the new package. +1. Click `Publish`. A success message should appear. If it doesn't it means that there is a problem with the configuration in the `web.config` file for {{% ctx %}} Gateway, or the Application Services aren't healthy. See [Troubleshooting][] for more information. + +[Troubleshooting]: {{< url path="Cortex.Reference.Troubleshooting.Upgrade.TroubleshootingDuringUpgrade" >}} diff --git a/content/en/docs/2025.1/_shared/upgrade/2025.1/upgrade-web-application-server/upgrade-cortex-interaction-portal.md b/content/en/docs/2025.1/_shared/upgrade/2025.1/upgrade-web-application-server/upgrade-cortex-interaction-portal.md new file mode 100644 index 000000000..ed5a7526b --- /dev/null +++ b/content/en/docs/2025.1/_shared/upgrade/2025.1/upgrade-web-application-server/upgrade-cortex-interaction-portal.md @@ -0,0 +1,5 @@ +If using the {{% ctx %}} Interaction Portal, it will need to be re-installed. + +For further assistance, please raise a case in the [{{% ctx %}} Service Portal][]. + +[{{% ctx %}} Service Portal]: {{< url path="Cortex.ServicePortal.MainDoc" >}} diff --git a/data/urls.toml b/data/urls.toml index d25ea1626..3fc7ef2ed 100644 --- a/data/urls.toml +++ b/data/urls.toml @@ -668,6 +668,26 @@ TryItOut = "/docs/guides/upgrade-cortex/2024.9-to-2024.11/single-server-without-ha/try-it-out" UpgradeApplicationServer = "/docs/guides/upgrade-cortex/2024.9-to-2024.11/single-server-without-ha/upgrade-application-server" UpgradeWebApplicationServer = "/docs/guides/upgrade-cortex/2024.9-to-2024.11/single-server-without-ha/upgrade-web-application-server" + [Cortex.Guides.UpgradeCortex.2024.11to2025.1] + MainDoc = "/docs/guides/upgrade-cortex/2024.11-to-2025.1/" + [Cortex.Guides.UpgradeCortex.2024.11to2025.1.Advanced] + UpgradeFlows = "/docs/guides/upgrade-cortex/advanced/upgrade-flows" + [Cortex.Guides.UpgradeCortex.2024.11to2025.1.MultipleServerWithHA] + MainDoc = "/docs/guides/upgrade-cortex/2024.11-to-2025.1/multiple-server-with-ha/" + PreUpgrade = "/docs/guides/upgrade-cortex/2024.11-to-2025.1/multiple-server-with-ha/pre-upgrade" + TryItOut = "/docs/guides/upgrade-cortex/2024.11-to-2025.1/multiple-server-with-ha/try-it-out" + Upgrade = "/docs/guides/upgrade-cortex/2024.11-to-2025.1/multiple-server-with-ha/upgrade" + UpgradeApplicationAndLoadBalancerServers = "/docs/guides/upgrade-cortex/2024.11-to-2025.1/multiple-server-with-ha/upgrade/upgrade-application-and-loadbalancer-servers" + UpgradeDebugger = "/docs/guides/upgrade-cortex/2024.11-to-2025.1/multiple-server-with-ha/upgrade/upgrade-web-application-server/upgrade-debugger" + UpgradeGateway = "/docs/guides/upgrade-cortex/2024.11-to-2025.1/multiple-server-with-ha/upgrade/upgrade-web-application-server/upgrade-gateway" + UpgradeWebApplicationServer = "/docs/guides/upgrade-cortex/2024.11-to-2025.1/multiple-server-with-ha/upgrade/upgrade-web-application-server" + [Cortex.Guides.UpgradeCortex.2024.11to2025.1.SingleServerWithoutHA] + MainDoc = "/docs/guides/upgrade-cortex/2024.11-to-2025.1/single-server-without-ha/" + PreUpgrade = "/docs/guides/upgrade-cortex/2024.11-to-2025.1/single-server-without-ha/pre-upgrade" + TryItOut = "/docs/guides/upgrade-cortex/2024.11-to-2025.1/single-server-without-ha/try-it-out" + Upgrade = "/docs/guides/upgrade-cortex/2024.11-to-2025.1/single-server-without-ha/upgrade" + UpgradeApplicationServer = "/docs/guides/upgrade-cortex/2024.11-to-2025.1/single-server-without-ha/upgrade/upgrade-application-server" + UpgradeWebApplicationServer = "/docs/guides/upgrade-cortex/2024.11-to-2025.1/single-server-without-ha/upgrade/upgrade-web-application-server" [Cortex.Guides.UpgradeObservability] MainDoc = "/docs/guides/upgrade-observability/" [Cortex.Guides.UpgradeObservability.OnPremise] From d260434ff99f75925673d3cb2b0ba29b2c7f03a0 Mon Sep 17 00:00:00 2001 From: Donna-Marie Smith Date: Tue, 28 Jan 2025 09:31:17 +0000 Subject: [PATCH 2/4] minor change following review --- .../upgrade/upgrade-application-server.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/2025.1/Guides/upgrade-cortex/2024.11-to-2025.1/single-server-without-ha/upgrade/upgrade-application-server.md b/content/en/docs/2025.1/Guides/upgrade-cortex/2024.11-to-2025.1/single-server-without-ha/upgrade/upgrade-application-server.md index 4f5ba3cac..948d05f0c 100644 --- a/content/en/docs/2025.1/Guides/upgrade-cortex/2024.11-to-2025.1/single-server-without-ha/upgrade/upgrade-application-server.md +++ b/content/en/docs/2025.1/Guides/upgrade-cortex/2024.11-to-2025.1/single-server-without-ha/upgrade/upgrade-application-server.md @@ -7,7 +7,7 @@ weight: 30 # {{< param title >}} -This guide describes how to upgrade the Application Server components on the server from 2024.11 to 2025.1. +This guide describes how to upgrade the Application Server components on the server from 2024.11 to 2025.1. Please ensure that the [Pre-Upgrade][PreUpgrade] steps have been completed before starting this upgrade. ## Configure Upgrade Script @@ -29,5 +29,5 @@ This guide describes how to upgrade the Application Server components on the ser 1. [Upgrade Web Application Server][] +[PreUpgrade]: {{< url path="Cortex.Guides.UpgradeCortex.2024.11to2025.1.SingleServerWithoutHA.PreUpgrade" >}} [Upgrade Web Application Server]: {{< url path="Cortex.Guides.UpgradeCortex.2024.11to2025.1.SingleServerWithoutHA.UpgradeWebApplicationServer" >}} - From d7ce879adc53dd44e1f54e811c6b80e7b2319f52 Mon Sep 17 00:00:00 2001 From: Donna-Marie Smith Date: Tue, 28 Jan 2025 14:02:28 +0000 Subject: [PATCH 3/4] exclude gov.uk url from html test --- .htmltest.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.htmltest.yml b/.htmltest.yml index a8a6d7068..5e76aaaa3 100644 --- a/.htmltest.yml +++ b/.htmltest.yml @@ -25,6 +25,7 @@ IgnoreURLs: - "https://blogs.oracle.com/.*" - "https://jsonformatter.org/.*" - "https://www.newtonsoft.com/.*" +- "https://.*/gov.uk/.*" IgnoreDirs: - "docs/?.*/_print/" - "docs/?.*/_shared/" From 1f156e6a374fca23b867bbd66e22fe46bf2b94de Mon Sep 17 00:00:00 2001 From: Donna-Marie Smith Date: Wed, 29 Jan 2025 10:31:08 +0000 Subject: [PATCH 4/4] Fixed up header Menu issues on Try It Out for upgrades --- .../multiple-server-with-ha/try-it-out.md | 8 +++++++- .../single-server-without-ha/try-it-out.md | 8 +++++++- .../test-debugging-flows.md} | 9 --------- .../_shared/upgrade/try-it-out/test-publishing-flows.md | 6 ++++++ 4 files changed, 20 insertions(+), 11 deletions(-) rename content/en/docs/2025.1/_shared/upgrade/{2025.1/upgrade-web-application-server/test-upgrade.md => try-it-out/test-debugging-flows.md} (77%) create mode 100644 content/en/docs/2025.1/_shared/upgrade/try-it-out/test-publishing-flows.md diff --git a/content/en/docs/2025.1/Guides/upgrade-cortex/2024.11-to-2025.1/multiple-server-with-ha/try-it-out.md b/content/en/docs/2025.1/Guides/upgrade-cortex/2024.11-to-2025.1/multiple-server-with-ha/try-it-out.md index 33031ce63..e2cae4a21 100644 --- a/content/en/docs/2025.1/Guides/upgrade-cortex/2024.11-to-2025.1/multiple-server-with-ha/try-it-out.md +++ b/content/en/docs/2025.1/Guides/upgrade-cortex/2024.11-to-2025.1/multiple-server-with-ha/try-it-out.md @@ -9,7 +9,13 @@ weight: 60 This guide describes how to try out an upgraded {{% ctx %}} to make sure it is working. Please ensure that both the [Application Servers and Load Balancer Upgrade][] and [Web Application Server Upgrade][] has been completed before taking these steps. -{{< section "/upgrade/2025.1/upgrade-web-application-server/test-upgrade.md" >}} +## Test Debugging Flows + +{{< section "/upgrade/try-it-out/test-debugging-flows.md" >}} + +## Test Publishing Production Flows + +{{< section "/upgrade/try-it-out/test-publishing-flows.md" >}} ## Test Executing Production Flows diff --git a/content/en/docs/2025.1/Guides/upgrade-cortex/2024.11-to-2025.1/single-server-without-ha/try-it-out.md b/content/en/docs/2025.1/Guides/upgrade-cortex/2024.11-to-2025.1/single-server-without-ha/try-it-out.md index e7dfd3a68..6d3e19ad4 100644 --- a/content/en/docs/2025.1/Guides/upgrade-cortex/2024.11-to-2025.1/single-server-without-ha/try-it-out.md +++ b/content/en/docs/2025.1/Guides/upgrade-cortex/2024.11-to-2025.1/single-server-without-ha/try-it-out.md @@ -9,7 +9,13 @@ weight: 60 This guide describes how to try out an upgraded {{% ctx %}} to make sure it is working. Please ensure that both the [Application Server Upgrade][] and [Web Application Server Upgrade][] has been completed before taking these steps. -{{< section "/upgrade/2025.1/upgrade-web-application-server/test-upgrade.md" >}} +## Test Debugging Flows + +{{< section "/upgrade/try-it-out/test-debugging-flows.md" >}} + +## Test Publishing Production Flows + +{{< section "/upgrade/try-it-out/test-publishing-flows.md" >}} ## Test Executing Production Flows diff --git a/content/en/docs/2025.1/_shared/upgrade/2025.1/upgrade-web-application-server/test-upgrade.md b/content/en/docs/2025.1/_shared/upgrade/try-it-out/test-debugging-flows.md similarity index 77% rename from content/en/docs/2025.1/_shared/upgrade/2025.1/upgrade-web-application-server/test-upgrade.md rename to content/en/docs/2025.1/_shared/upgrade/try-it-out/test-debugging-flows.md index fcff05c2c..ecb150921 100644 --- a/content/en/docs/2025.1/_shared/upgrade/2025.1/upgrade-web-application-server/test-upgrade.md +++ b/content/en/docs/2025.1/_shared/upgrade/try-it-out/test-debugging-flows.md @@ -1,5 +1,3 @@ -## Test Debugging Flows - Test the platform by creating a new flow and executing it using the following steps: 1. Click on the `Dev` charm, then the `+` button and click `Group` to open a dialog. @@ -21,11 +19,4 @@ Test the platform by creating a new flow and executing it using the following st 1. Continue or stop the execution. 1. Commit the flow. -## Test Publishing Production Flows - -1. Log in to Gateway with a user that has the `Admin` role. -1. Click on the `Admin` charm, then `Packages`. -1. Click `Add Package Definition`. Enter a package name and select the new flow to add to the package. Click `Save` to save the new package. -1. Click `Publish`. A success message should appear. If it doesn't it means that there is a problem with the configuration in the `web.config` file for {{% ctx %}} Gateway, or the Application Services aren't healthy. See [Troubleshooting][] for more information. - [Troubleshooting]: {{< url path="Cortex.Reference.Troubleshooting.Upgrade.TroubleshootingDuringUpgrade" >}} diff --git a/content/en/docs/2025.1/_shared/upgrade/try-it-out/test-publishing-flows.md b/content/en/docs/2025.1/_shared/upgrade/try-it-out/test-publishing-flows.md new file mode 100644 index 000000000..79192a39b --- /dev/null +++ b/content/en/docs/2025.1/_shared/upgrade/try-it-out/test-publishing-flows.md @@ -0,0 +1,6 @@ +1. Log in to Gateway with a user that has the `Admin` role. +1. Click on the `Admin` charm, then `Packages`. +1. Click `Add Package Definition`. Enter a package name and select the new flow to add to the package. Click `Save` to save the new package. +1. Click `Publish`. A success message should appear. If it doesn't it means that there is a problem with the configuration in the `web.config` file for {{% ctx %}} Gateway, or the Application Services aren't healthy. See [Troubleshooting][] for more information. + +[Troubleshooting]: {{< url path="Cortex.Reference.Troubleshooting.Upgrade.TroubleshootingDuringUpgrade" >}}