diff --git a/content/en/docs/2025.9/Guides/upgrade-guides/upgrade-cortex/2025.3.25411-to-2025.9/_index.md b/content/en/docs/2025.9/Guides/upgrade-guides/upgrade-cortex/2025.3.25411-to-2025.9/_index.md new file mode 100644 index 000000000..32f6bde5b --- /dev/null +++ b/content/en/docs/2025.9/Guides/upgrade-guides/upgrade-cortex/2025.3.25411-to-2025.9/_index.md @@ -0,0 +1,6 @@ +--- +title: "2025.3.25411 to 2025.9" +linkTitle: "2025.3.25411 to 2025.9" +description: "Instructions to upgrade {{% ctx %}} 2025.3.25411 to 2025.9" +weight: 919 +--- \ No newline at end of file diff --git a/content/en/docs/2025.9/Guides/upgrade-guides/upgrade-cortex/2025.3.25411-to-2025.9/multiple-server-with-ha/_index.md b/content/en/docs/2025.9/Guides/upgrade-guides/upgrade-cortex/2025.3.25411-to-2025.9/multiple-server-with-ha/_index.md new file mode 100644 index 000000000..968287e3e --- /dev/null +++ b/content/en/docs/2025.9/Guides/upgrade-guides/upgrade-cortex/2025.3.25411-to-2025.9/multiple-server-with-ha/_index.md @@ -0,0 +1,10 @@ +--- +title: "Multiple Server - With HA" +linkTitle: "Multiple Server - With HA" +description: "Upgrade instructions for multiple on-premise servers with high availability (HA)." +weight: 10 +--- + +{{% alert title="Warning" color="warning" %}} +This upgrade guide is only applicable if upgrading from 2025.3.2411. +{{% /alert %}} diff --git a/content/en/docs/2025.9/Guides/upgrade-guides/upgrade-cortex/2025.3.25411-to-2025.9/multiple-server-with-ha/post-upgrade/_index.md b/content/en/docs/2025.9/Guides/upgrade-guides/upgrade-cortex/2025.3.25411-to-2025.9/multiple-server-with-ha/post-upgrade/_index.md new file mode 100644 index 000000000..2a753a2a9 --- /dev/null +++ b/content/en/docs/2025.9/Guides/upgrade-guides/upgrade-cortex/2025.3.25411-to-2025.9/multiple-server-with-ha/post-upgrade/_index.md @@ -0,0 +1,10 @@ +--- +title: "Post-Upgrade" +linkTitle: "Post-Upgrade" +description: "Information about the steps required to be completed after the upgrade of {{% ctx %}} has been completed." +weight: 50 +--- + +This guide describes how to perform the steps to verify the upgrade of {{% ctx %}} and perform final configuration. Please ensure that the [Upgrade][] has been completed before starting this section. + +[Upgrade]: {{< url path="Cortex.Guides.UpgradeGuides.UpgradeCortex.2025.3.25411to2025.9.MultipleServerWithHA.Upgrade" >}} diff --git a/content/en/docs/2025.9/Guides/upgrade-guides/upgrade-cortex/2025.3.25411-to-2025.9/multiple-server-with-ha/post-upgrade/move-flows-to-new-execution-service.md b/content/en/docs/2025.9/Guides/upgrade-guides/upgrade-cortex/2025.3.25411-to-2025.9/multiple-server-with-ha/post-upgrade/move-flows-to-new-execution-service.md new file mode 100644 index 000000000..c09956e39 --- /dev/null +++ b/content/en/docs/2025.9/Guides/upgrade-guides/upgrade-cortex/2025.3.25411-to-2025.9/multiple-server-with-ha/post-upgrade/move-flows-to-new-execution-service.md @@ -0,0 +1,28 @@ +--- +title: "Move flows to new Execution Service" +linkTitle: "Move flows to new Execution Service" +description: "Information about moving flows to use the new Execution Service after upgrade." +weight: 20 +--- + +# {{% param title %}} + +This guide describes how to move flow execution to the new Execution Service. Please ensure that the [Try it out][] steps have been completed before proceeding. + +{{% alert title="Note" %}} +These steps are optional however it is recommended so that the new Execution Service is used after upgrade. +{{% /alert %}} + +## Upgrade Flows + +{{< section "/upgrade/2025.9/upgrade-web-application-server/upgrade-flows.md" >}} + +{{% alert title="Note" %}} +Once the flows have been upgraded it is necessary to {{< ahref path="Cortex.Guides.UpgradeGuides.UpgradeCortex.2025.3.25411to2025.9.MultipleServerWithHA.RepublishPackages" title="republish all packages" >}} that have previously been published. +{{% /alert %}} + +## Republish Packages + +{{< section "/upgrade/2025.9/upgrade-web-application-server/republish-packages.md" >}} + +[Try it out]: {{< url path="Cortex.Guides.UpgradeGuides.UpgradeCortex.2025.3.25411to2025.9.MultipleServerWithHA.TryItOut" >}} diff --git a/content/en/docs/2025.9/Guides/upgrade-guides/upgrade-cortex/2025.3.25411-to-2025.9/multiple-server-with-ha/post-upgrade/try-it-out.md b/content/en/docs/2025.9/Guides/upgrade-guides/upgrade-cortex/2025.3.25411-to-2025.9/multiple-server-with-ha/post-upgrade/try-it-out.md new file mode 100644 index 000000000..496ef4c03 --- /dev/null +++ b/content/en/docs/2025.9/Guides/upgrade-guides/upgrade-cortex/2025.3.25411-to-2025.9/multiple-server-with-ha/post-upgrade/try-it-out.md @@ -0,0 +1,29 @@ +--- +title: "Try it out" +linkTitle: "Try it out" +description: "Information about trying out {{% ctx %}} after upgrade." +weight: 10 +--- + +# {{% param title %}} + +This guide describes how to try out an upgraded {{% ctx %}} to make sure it is working. Please ensure that the [Upgrade Web Application Server][] has been completed before taking these steps. + +## Test Debugging Flows + +{{< section "/try-it-out/test-debugging-flows.md" >}} + +## Test Publishing Production Flows + +{{< section "/try-it-out/test-publishing-flows.md" >}} + +## Test Executing Production Flows + +{{< section "/try-it-out/multi-server/test-executing-production-flows.md" >}} + +## Next Steps? + +1. [Move flows to new Execution Service][] + +[Move flows to new Execution Service]: {{< url path="Cortex.Guides.UpgradeGuides.UpgradeCortex.2025.3.25411to2025.9.MultipleServerWithHA.UseNewExecutionService" >}} +[Upgrade Web Application Server]: {{< url path="Cortex.Guides.UpgradeGuides.UpgradeCortex.2025.3.25411to2025.9.MultipleServerWithHA.UpgradeWebApplicationServer" >}} diff --git a/content/en/docs/2025.9/Guides/upgrade-guides/upgrade-cortex/2025.3.25411-to-2025.9/multiple-server-with-ha/pre-upgrade.md b/content/en/docs/2025.9/Guides/upgrade-guides/upgrade-cortex/2025.3.25411-to-2025.9/multiple-server-with-ha/pre-upgrade.md new file mode 100644 index 000000000..db007b6cb --- /dev/null +++ b/content/en/docs/2025.9/Guides/upgrade-guides/upgrade-cortex/2025.3.25411-to-2025.9/multiple-server-with-ha/pre-upgrade.md @@ -0,0 +1,21 @@ +--- +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 %}}. + +## Make Installation Artefacts Available on all Servers + +{{< section "/upgrade/2025.9/pre-upgrade/multi-server/make-artefacts-available.md">}} + +## Next Steps? + +1. [Upgrade][] + +[{{% ctx %}} Service Portal]: {{< url path="Cortex.ServicePortal.MainDoc" >}} +[Upgrade]: {{< url path="Cortex.Guides.UpgradeGuides.UpgradeCortex.2025.3.25411to2025.9.MultipleServerWithHA.Upgrade" >}} diff --git a/content/en/docs/2025.9/Guides/upgrade-guides/upgrade-cortex/2025.3.25411-to-2025.9/multiple-server-with-ha/upgrade/_index.md b/content/en/docs/2025.9/Guides/upgrade-guides/upgrade-cortex/2025.3.25411-to-2025.9/multiple-server-with-ha/upgrade/_index.md new file mode 100644 index 000000000..7432c7eaa --- /dev/null +++ b/content/en/docs/2025.9/Guides/upgrade-guides/upgrade-cortex/2025.3.25411-to-2025.9/multiple-server-with-ha/upgrade/_index.md @@ -0,0 +1,10 @@ +--- +title: "Upgrade" +linkTitle: "Upgrade" +description: "Instructions to upgrade {{% ctx %}} across multiple on-premise servers with high availability (HA)." +weight: 40 +--- + +This guide describes how to upgrade {{% ctx %}}. Please ensure that the [Pre-Upgrade][PreUpgrade] steps have been completed before starting the upgrade. + +[PreUpgrade]: {{< url path="Cortex.Guides.UpgradeGuides.UpgradeCortex.2025.3.25411to2025.9.MultipleServerWithHA.PreUpgrade" >}} diff --git a/content/en/docs/2025.9/Guides/upgrade-guides/upgrade-cortex/2025.3.25411-to-2025.9/multiple-server-with-ha/upgrade/upgrade-application-and-loadbalancer-servers.md b/content/en/docs/2025.9/Guides/upgrade-guides/upgrade-cortex/2025.3.25411-to-2025.9/multiple-server-with-ha/upgrade/upgrade-application-and-loadbalancer-servers.md new file mode 100644 index 000000000..4660ba33b --- /dev/null +++ b/content/en/docs/2025.9/Guides/upgrade-guides/upgrade-cortex/2025.3.25411-to-2025.9/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 2025.3.25411 to 2025.9. Please ensure that the [Pre-Upgrade][PreUpgrade] steps have been completed before starting this upgrade. + +## Configure Upgrade Script + +1. In the `Cortex Innovation 2025.9 - 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.9 - App Services.zip" ` + -BlockPackagesPath "C:\Install\Cortex Innovation 2025.9 - 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.9 - App Services.zip" ` + -BlockPackagesPath "C:\Install\Cortex Innovation 2025.9 - 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.9/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.UpgradeGuides.UpgradeCortex.2025.3.25411to2025.9.MultipleServerWithHA.PreUpgrade" >}} +[Upgrade Web Application Server]: {{< url path="Cortex.Guides.UpgradeGuides.UpgradeCortex.2025.3.25411to2025.9.MultipleServerWithHA.UpgradeWebApplicationServer" >}} diff --git a/content/en/docs/2025.9/Guides/upgrade-guides/upgrade-cortex/2025.3.25411-to-2025.9/multiple-server-with-ha/upgrade/upgrade-web-application-server/_index.md b/content/en/docs/2025.9/Guides/upgrade-guides/upgrade-cortex/2025.3.25411-to-2025.9/multiple-server-with-ha/upgrade/upgrade-web-application-server/_index.md new file mode 100644 index 000000000..fbf3aa360 --- /dev/null +++ b/content/en/docs/2025.9/Guides/upgrade-guides/upgrade-cortex/2025.3.25411-to-2025.9/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 v2025.3.25411 version of Gateway and its prerequisites have already been installed. + +[Upgrade Application Servers and Load Balancer]: {{< url path="Cortex.Guides.UpgradeGuides.UpgradeCortex.2025.3.25411to2025.9.MultipleServerWithHA.UpgradeApplicationAndLoadBalancerServers" >}} diff --git a/content/en/docs/2025.9/Guides/upgrade-guides/upgrade-cortex/2025.3.25411-to-2025.9/multiple-server-with-ha/upgrade/upgrade-web-application-server/upgrade-cip.md b/content/en/docs/2025.9/Guides/upgrade-guides/upgrade-cortex/2025.3.25411-to-2025.9/multiple-server-with-ha/upgrade/upgrade-web-application-server/upgrade-cip.md new file mode 100644 index 000000000..9b37a61cb --- /dev/null +++ b/content/en/docs/2025.9/Guides/upgrade-guides/upgrade-cortex/2025.3.25411-to-2025.9/multiple-server-with-ha/upgrade/upgrade-web-application-server/upgrade-cip.md @@ -0,0 +1,21 @@ +--- +title: "Upgrade Interaction Portal" +linkTitle: "Upgrade Interaction Portal" +description: "Information about upgrading {{% ctx %}} Interaction Portal." +weight: 60 +--- + +# {{% param title %}} + +This guide describes how to upgrade {{% ctx %}} Interaction Portal. Please ensure that the [{{% ctx %}} Gateway Upgrade][Upgrade Gateway] has been completed before starting this upgrade. + +## Perform Upgrade + +{{< section "/upgrade/2025.9/upgrade-web-application-server/upgrade-cortex-interaction-portal.md" >}} + +## Next Steps? + +1. [Post-Upgrade][] + +[Upgrade Gateway]: {{< url path="Cortex.Guides.UpgradeGuides.UpgradeCortex.2025.3.25411to2025.9.MultipleServerWithHA.UpgradeGateway" >}} +[Post-Upgrade]: {{< url path="Cortex.Guides.UpgradeGuides.UpgradeCortex.2025.3.25411to2025.9.MultipleServerWithHA.PostUpgrade" >}} diff --git a/content/en/docs/2025.9/Guides/upgrade-guides/upgrade-cortex/2025.3.25411-to-2025.9/multiple-server-with-ha/upgrade/upgrade-web-application-server/upgrade-debugger.md b/content/en/docs/2025.9/Guides/upgrade-guides/upgrade-cortex/2025.3.25411-to-2025.9/multiple-server-with-ha/upgrade/upgrade-web-application-server/upgrade-debugger.md new file mode 100644 index 000000000..b0cc5a6b0 --- /dev/null +++ b/content/en/docs/2025.9/Guides/upgrade-guides/upgrade-cortex/2025.3.25411-to-2025.9/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 2025.3.25411 to 2025.9. Please ensure that the [Upgrade Application and Load Balancer Servers][] has been completed before starting this upgrade. + +## Configure Upgrade Script + +{{< section "/upgrade/2025.9/upgrade-application-server/single-server/configure-upgrade-script.md" >}} + +## Run Upgrade Script + +{{< section "/upgrade/2025.9/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.UpgradeGuides.UpgradeCortex.2025.3.25411to2025.9.MultipleServerWithHA.UpgradeApplicationAndLoadBalancerServers" >}} +[Upgrade Gateway]: {{< url path="Cortex.Guides.UpgradeGuides.UpgradeCortex.2025.3.25411to2025.9.MultipleServerWithHA.UpgradeGateway" >}} diff --git a/content/en/docs/2025.9/Guides/upgrade-guides/upgrade-cortex/2025.3.25411-to-2025.9/multiple-server-with-ha/upgrade/upgrade-web-application-server/upgrade-gateway.md b/content/en/docs/2025.9/Guides/upgrade-guides/upgrade-cortex/2025.3.25411-to-2025.9/multiple-server-with-ha/upgrade/upgrade-web-application-server/upgrade-gateway.md new file mode 100644 index 000000000..170c0b0a4 --- /dev/null +++ b/content/en/docs/2025.9/Guides/upgrade-guides/upgrade-cortex/2025.3.25411-to-2025.9/multiple-server-with-ha/upgrade/upgrade-web-application-server/upgrade-gateway.md @@ -0,0 +1,30 @@ +--- +title: "Upgrade Gateway" +linkTitle: "Upgrade Gateway" +description: "Information about upgrading {{% ctx %}} Gateway from 2025.3.25411 to 2025.9." +weight: 30 +--- + +# {{% param title %}} + +This guide describes how to upgrade {{% ctx %}} Gateway from 2025.3.25411 to 2025.9. Please ensure that the [Flow Debugger upgrade][] has been completed before starting this upgrade. + +## Configure Upgrade Script + +{{< section "/upgrade/2025.9/upgrade-web-application-server/configure-gateway-script.md" >}} + +## Run Upgrade Script + +{{< section "/upgrade/2025.9/upgrade-web-application-server/run-gateway-script.md" >}} + +## Preserve installation files + +{{< section "/preserve-installation-files.md" >}} + +## Next Steps? + +1. [Upgrade {{% ctx %}} Interaction Portal][Upgrade CIP] + +[{{% ctx %}} Service Portal]: {{< url path="Cortex.ServicePortal.MainDoc" >}} +[Flow Debugger upgrade]: {{< url path="Cortex.Guides.UpgradeGuides.UpgradeCortex.2025.3.25411to2025.9.MultipleServerWithHA.UpgradeDebugger" >}} +[Upgrade CIP]: {{< url path="Cortex.Guides.UpgradeGuides.UpgradeCortex.2025.3.25411to2025.9.MultipleServerWithHA.UpgradeCIP" >}} diff --git a/content/en/docs/2025.9/Guides/upgrade-guides/upgrade-cortex/2025.3.25411-to-2025.9/single-server-without-ha/_index.md b/content/en/docs/2025.9/Guides/upgrade-guides/upgrade-cortex/2025.3.25411-to-2025.9/single-server-without-ha/_index.md new file mode 100644 index 000000000..8364e72cf --- /dev/null +++ b/content/en/docs/2025.9/Guides/upgrade-guides/upgrade-cortex/2025.3.25411-to-2025.9/single-server-without-ha/_index.md @@ -0,0 +1,10 @@ +--- +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 +--- + +{{% alert title="Warning" color="warning" %}} +The Application Server will be reinstalled as part of the upgrade. As a result packages will need to be republished and Configuration Portal data will need to be backed up and restored. Other data stored in Reliable Collections (e.g., data storage collections and semaphores) will be lost. +{{% /alert %}} diff --git a/content/en/docs/2025.9/Guides/upgrade-guides/upgrade-cortex/2025.3.25411-to-2025.9/single-server-without-ha/post-upgrade/_index.md b/content/en/docs/2025.9/Guides/upgrade-guides/upgrade-cortex/2025.3.25411-to-2025.9/single-server-without-ha/post-upgrade/_index.md new file mode 100644 index 000000000..d69e502c2 --- /dev/null +++ b/content/en/docs/2025.9/Guides/upgrade-guides/upgrade-cortex/2025.3.25411-to-2025.9/single-server-without-ha/post-upgrade/_index.md @@ -0,0 +1,10 @@ +--- +title: "Post-Upgrade" +linkTitle: "Post-Upgrade" +description: "Information about the steps required to be completed after the upgrade of {{% ctx %}} has been completed." +weight: 50 +--- + +This guide describes how to perform the steps to verify the upgrade of {{% ctx %}} and perform final configuration. Please ensure that the [Upgrade][] has been completed before starting this section. + +[Upgrade]: {{< url path="Cortex.Guides.UpgradeGuides.UpgradeCortex.2025.3.25411to2025.9.SingleServerWithoutHA.Upgrade" >}} diff --git a/content/en/docs/2025.9/Guides/upgrade-guides/upgrade-cortex/2025.3.25411-to-2025.9/single-server-without-ha/post-upgrade/move-flows-to-new-execution-service.md b/content/en/docs/2025.9/Guides/upgrade-guides/upgrade-cortex/2025.3.25411-to-2025.9/single-server-without-ha/post-upgrade/move-flows-to-new-execution-service.md new file mode 100644 index 000000000..4e666aa05 --- /dev/null +++ b/content/en/docs/2025.9/Guides/upgrade-guides/upgrade-cortex/2025.3.25411-to-2025.9/single-server-without-ha/post-upgrade/move-flows-to-new-execution-service.md @@ -0,0 +1,28 @@ +--- +title: "Move flows to new Execution Service" +linkTitle: "Move flows to new Execution Service" +description: "Information about moving flows to use the new Execution Service after upgrade." +weight: 20 +--- + +# {{% param title %}} + +This guide describes how to move flow execution to the new Execution Service. Please ensure that the [Try it out][] steps have been completed before proceeding. + +{{% alert title="Warning" color="warning" %}} +These steps must be carried out as the old Execution Service has been removed following upgrade. +{{% /alert %}} + +## Upgrade Flows + +{{< section "/upgrade/2025.9/upgrade-web-application-server/upgrade-flows.md" >}} + +{{% alert title="Note" %}} +Once the flows have been upgraded it is necessary to {{< ahref path="Cortex.Guides.UpgradeGuides.UpgradeCortex.2025.3.25411to2025.9.SingleServerWithoutHA.RepublishPackages" title="republish all packages" >}} that have previously been published. +{{% /alert %}} + +## Republish Packages + +{{< section "/upgrade/2025.9/upgrade-web-application-server/republish-packages.md" >}} + +[Try it out]: {{< url path="Cortex.Guides.UpgradeGuides.UpgradeCortex.2025.3.25411to2025.9.SingleServerWithoutHA.TryItOut" >}} diff --git a/content/en/docs/2025.9/Guides/upgrade-guides/upgrade-cortex/2025.3.25411-to-2025.9/single-server-without-ha/post-upgrade/try-it-out.md b/content/en/docs/2025.9/Guides/upgrade-guides/upgrade-cortex/2025.3.25411-to-2025.9/single-server-without-ha/post-upgrade/try-it-out.md new file mode 100644 index 000000000..6f99c8ee3 --- /dev/null +++ b/content/en/docs/2025.9/Guides/upgrade-guides/upgrade-cortex/2025.3.25411-to-2025.9/single-server-without-ha/post-upgrade/try-it-out.md @@ -0,0 +1,29 @@ +--- +title: "Try it out" +linkTitle: "Try it out" +description: "Information about trying out {{% ctx %}} after upgrade." +weight: 10 +--- + +# {{% param title %}} + +This guide describes how to try out an upgraded {{% ctx %}} to make sure it is working. Please ensure that the [Upgrade Web Application Server][] has been completed before taking these steps. + +## Test Debugging Flows + +{{< section "/try-it-out/test-debugging-flows.md" >}} + +## Test Publishing Production Flows + +{{< section "/try-it-out/test-publishing-flows.md" >}} + +## Test Executing Production Flows + +{{< section "/try-it-out/single-server/test-executing-production-flows.md" >}} + +## Next Steps? + +1. [Move flows to new Execution Service][] + +[Move flows to new Execution Service]: {{< url path="Cortex.Guides.UpgradeGuides.UpgradeCortex.2025.3.25411to2025.9.SingleServerWithoutHA.UseNewExecutionService" >}} +[Upgrade Web Application Server]: {{< url path="Cortex.Guides.UpgradeGuides.UpgradeCortex.2025.3.25411to2025.9.SingleServerWithoutHA.UpgradeWebApplicationServer" >}} diff --git a/content/en/docs/2025.9/Guides/upgrade-guides/upgrade-cortex/2025.3.25411-to-2025.9/single-server-without-ha/pre-upgrade.md b/content/en/docs/2025.9/Guides/upgrade-guides/upgrade-cortex/2025.3.25411-to-2025.9/single-server-without-ha/pre-upgrade.md new file mode 100644 index 000000000..5b1b50f66 --- /dev/null +++ b/content/en/docs/2025.9/Guides/upgrade-guides/upgrade-cortex/2025.3.25411-to-2025.9/single-server-without-ha/pre-upgrade.md @@ -0,0 +1,27 @@ +--- +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 %}}. + +## Make Installation Artefacts Available + +{{< section "/upgrade/2025.9/pre-upgrade/single-server/make-artefacts-available.md">}} + +## Backup Configuration Portal Data + +If using the {{% ctx %}} Configuration Portal, the data will need to be backed up. + +For further assistance, please raise a case in the [{{% ctx %}} Service Portal][]. + +## Next Steps? + +1. [Upgrade][] + +[{{% ctx %}} Service Portal]: {{< url path="Cortex.ServicePortal.MainDoc" >}} +[Upgrade]: {{< url path="Cortex.Guides.UpgradeGuides.UpgradeCortex.2025.3.25411to2025.9.SingleServerWithoutHA.Upgrade" >}} diff --git a/content/en/docs/2025.9/Guides/upgrade-guides/upgrade-cortex/2025.3.25411-to-2025.9/single-server-without-ha/upgrade/_index.md b/content/en/docs/2025.9/Guides/upgrade-guides/upgrade-cortex/2025.3.25411-to-2025.9/single-server-without-ha/upgrade/_index.md new file mode 100644 index 000000000..4d24057c1 --- /dev/null +++ b/content/en/docs/2025.9/Guides/upgrade-guides/upgrade-cortex/2025.3.25411-to-2025.9/single-server-without-ha/upgrade/_index.md @@ -0,0 +1,10 @@ +--- +title: "Upgrade" +linkTitle: "Upgrade" +description: "Instructions to upgrade {{% ctx %}} on a single on-premise server without high availability (HA)." +weight: 40 +--- + +This guide describes how to upgrade {{% ctx %}}. Please ensure that the [Pre-Upgrade][PreUpgrade] steps have been completed before starting the upgrade. + +[PreUpgrade]: {{< url path="Cortex.Guides.UpgradeGuides.UpgradeCortex.2025.3.25411to2025.9.SingleServerWithoutHA.PreUpgrade" >}} diff --git a/content/en/docs/2025.9/Guides/upgrade-guides/upgrade-cortex/2025.3.25411-to-2025.9/single-server-without-ha/upgrade/upgrade-application-server.md b/content/en/docs/2025.9/Guides/upgrade-guides/upgrade-cortex/2025.3.25411-to-2025.9/single-server-without-ha/upgrade/upgrade-application-server.md new file mode 100644 index 000000000..ad20d8f81 --- /dev/null +++ b/content/en/docs/2025.9/Guides/upgrade-guides/upgrade-cortex/2025.3.25411-to-2025.9/single-server-without-ha/upgrade/upgrade-application-server.md @@ -0,0 +1,37 @@ +--- +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 2025.3.25411 to 2025.9. Please ensure that the [Pre-Upgrade][PreUpgrade] steps have been completed before starting this upgrade. + +{{% alert title="Warning" color="warning" %}} +The Application Server will be reinstalled as part of the upgrade. As a result packages will need to be republished and Configuration Portal data will need to be backed up and restored. Other data stored in Reliable Collections (e.g., data storage collections and semaphores) will be lost. +{{% /alert %}} + +## Configure Upgrade Script + +{{< section "/upgrade/2025.9/upgrade-application-server/single-server/configure-upgrade-script.md" >}} + +## Run Upgrade Script + +{{< section "/upgrade/2025.9/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][] + +[PreUpgrade]: {{< url path="Cortex.Guides.UpgradeGuides.UpgradeCortex.2025.3.25411to2025.9.SingleServerWithoutHA.PreUpgrade" >}} +[Upgrade Web Application Server]: {{< url path="Cortex.Guides.UpgradeGuides.UpgradeCortex.2025.3.25411to2025.9.SingleServerWithoutHA.UpgradeWebApplicationServer" >}} diff --git a/content/en/docs/2025.9/Guides/upgrade-guides/upgrade-cortex/2025.3.25411-to-2025.9/single-server-without-ha/upgrade/upgrade-web-application-server/_index.md b/content/en/docs/2025.9/Guides/upgrade-guides/upgrade-cortex/2025.3.25411-to-2025.9/single-server-without-ha/upgrade/upgrade-web-application-server/_index.md new file mode 100644 index 000000000..f540fc500 --- /dev/null +++ b/content/en/docs/2025.9/Guides/upgrade-guides/upgrade-cortex/2025.3.25411-to-2025.9/single-server-without-ha/upgrade/upgrade-web-application-server/_index.md @@ -0,0 +1,10 @@ +--- +title: "Upgrade 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 from 2025.3.25411 to 2025.9. Please ensure that the [Upgrade Application Server][] has been completed before starting this upgrade. + +[Upgrade Application Server]: {{< url path="Cortex.Guides.UpgradeGuides.UpgradeCortex.2025.3.25411to2025.9.SingleServerWithoutHA.UpgradeApplicationServer" >}} diff --git a/content/en/docs/2025.9/Guides/upgrade-guides/upgrade-cortex/2025.3.25411-to-2025.9/single-server-without-ha/upgrade/upgrade-web-application-server/upgrade-cip.md b/content/en/docs/2025.9/Guides/upgrade-guides/upgrade-cortex/2025.3.25411-to-2025.9/single-server-without-ha/upgrade/upgrade-web-application-server/upgrade-cip.md new file mode 100644 index 000000000..7534bbd4d --- /dev/null +++ b/content/en/docs/2025.9/Guides/upgrade-guides/upgrade-cortex/2025.3.25411-to-2025.9/single-server-without-ha/upgrade/upgrade-web-application-server/upgrade-cip.md @@ -0,0 +1,21 @@ +--- +title: "Upgrade Interaction Portal" +linkTitle: "Upgrade Interaction Portal" +description: "Information about upgrading {{% ctx %}} Interaction Portal." +weight: 60 +--- + +# {{% param title %}} + +This guide describes how to upgrade {{% ctx %}} Interaction Portal. Please ensure that the [{{% ctx %}} Gateway Upgrade][Upgrade Gateway] has been completed before starting this upgrade. + +## Perform Upgrade + +{{< section "/upgrade/2025.9/upgrade-web-application-server/upgrade-cortex-interaction-portal.md" >}} + +## Next Steps? + +1. [Post-Upgrade][] + +[Upgrade Gateway]: {{< url path="Cortex.Guides.UpgradeGuides.UpgradeCortex.2025.3.25411to2025.9.SingleServerWithoutHA.UpgradeGateway" >}} +[Post-Upgrade]: {{< url path="Cortex.Guides.UpgradeGuides.UpgradeCortex.2025.3.25411to2025.9.SingleServerWithoutHA.PostUpgrade" >}} diff --git a/content/en/docs/2025.9/Guides/upgrade-guides/upgrade-cortex/2025.3.25411-to-2025.9/single-server-without-ha/upgrade/upgrade-web-application-server/upgrade-gateway.md b/content/en/docs/2025.9/Guides/upgrade-guides/upgrade-cortex/2025.3.25411-to-2025.9/single-server-without-ha/upgrade/upgrade-web-application-server/upgrade-gateway.md new file mode 100644 index 000000000..841d6dde1 --- /dev/null +++ b/content/en/docs/2025.9/Guides/upgrade-guides/upgrade-cortex/2025.3.25411-to-2025.9/single-server-without-ha/upgrade/upgrade-web-application-server/upgrade-gateway.md @@ -0,0 +1,37 @@ +--- +title: "Upgrade Gateway" +linkTitle: "Upgrade Gateway" +description: "Information about upgrading {{% ctx %}} Gateway" +weight: 30 +--- + + +# {{% param title %}} + +This guide describes how to upgrade {{% ctx %}} Gateway from 2025.3.25411 to 2025.9. Please ensure that the [Upgrade Application Server][] has been completed before starting this upgrade. + +## Configure Upgrade Script + +{{< section "/upgrade/2025.9/upgrade-web-application-server/configure-gateway-script.md" >}} + +## Run Upgrade Script + +{{< section "/upgrade/2025.9/upgrade-web-application-server/run-gateway-script.md" >}} + +## Restore Configuration Portal Data + +If using the {{% ctx %}} Configuration Portal, the data will need to be restored. + +For further assistance, please raise a case in the [{{% ctx %}} Service Portal][]. + +## Preserve installation files + +{{< section "/preserve-installation-files.md" >}} + +## Next Steps? + +1. [Upgrade {{% ctx %}} Interaction Portal][Upgrade CIP] + +[{{% ctx %}} Service Portal]: {{< url path="Cortex.ServicePortal.MainDoc" >}} +[Upgrade CIP]: {{< url path="Cortex.Guides.UpgradeGuides.UpgradeCortex.2025.3.25411to2025.9.SingleServerWithoutHA.UpgradeCIP" >}} +[Upgrade Application Server]: {{< url path="Cortex.Guides.UpgradeGuides.UpgradeCortex.2025.3.25411to2025.9.SingleServerWithoutHA.UpgradeApplicationServer" >}} diff --git a/data/urls.toml b/data/urls.toml index f7862dcf6..28a5856bd 100644 --- a/data/urls.toml +++ b/data/urls.toml @@ -1058,6 +1058,36 @@ UpgradeGateway = "/docs/guides/upgrade-guides/upgrade-cortex/2025.7-to-2025.9/single-server-without-ha/upgrade/upgrade-web-application-server/upgrade-gateway" UpgradeWebApplicationServer = "/docs/guides/upgrade-guides/upgrade-cortex/2025.7-to-2025.9/single-server-without-ha/upgrade/upgrade-web-application-server" UseNewExecutionService = "/docs/guides/upgrade-guides/upgrade-cortex/2025.7-to-2025.9/single-server-without-ha/post-upgrade/move-flows-to-new-execution-service" + [Cortex.Guides.UpgradeGuides.UpgradeCortex.2025.3.25411to2025.9] + MainDoc = "/docs/guides/upgrade-guides/upgrade-cortex/2025.3.25411-to-2025.9/" + [Cortex.Guides.UpgradeGuides.UpgradeCortex.2025.3.25411to2025.9.MultipleServerWithHA] + MainDoc = "/docs/guides/upgrade-guides/upgrade-cortex/2025.3.25411-to-2025.9/multiple-server-with-ha/" + CheckApplicationServices = "/docs/guides/upgrade-guides/upgrade-cortex/2025.3.25411-to-2025.9/multiple-server-with-ha/upgrade/upgrade-application-and-loadbalancer-servers/#check-application-services" + CheckDebuggerApplicationServices = "/docs/guides/upgrade-guides/upgrade-cortex/2025.3.25411-to-2025.9/multiple-server-with-ha/upgrade/upgrade-web-application-server/upgrade-debugger/#check-application-services" + PostUpgrade = "/docs/guides/upgrade-guides/upgrade-cortex/2025.3.25411-to-2025.9/multiple-server-with-ha/post-upgrade" + PreUpgrade = "/docs/guides/upgrade-guides/upgrade-cortex/2025.3.25411-to-2025.9/multiple-server-with-ha/pre-upgrade" + RepublishPackages = "/docs/guides/upgrade-guides/upgrade-cortex/2025.3.25411-to-2025.9/multiple-server-with-ha/post-upgrade/move-flows-to-new-execution-service#republish-packages" + TryItOut = "/docs/guides/upgrade-guides/upgrade-cortex/2025.3.25411-to-2025.9/multiple-server-with-ha/post-upgrade/try-it-out/" + Upgrade = "/docs/guides/upgrade-guides/upgrade-cortex/2025.3.25411-to-2025.9/multiple-server-with-ha/upgrade" + UpgradeApplicationAndLoadBalancerServers = "/docs/guides/upgrade-guides/upgrade-cortex/2025.3.25411-to-2025.9/multiple-server-with-ha/upgrade/upgrade-application-and-loadbalancer-servers" + UpgradeCIP = "/docs/guides/upgrade-guides/upgrade-cortex/2025.3.25411-to-2025.9/multiple-server-with-ha/upgrade/upgrade-web-application-server/upgrade-cip" + UpgradeDebugger = "/docs/guides/upgrade-guides/upgrade-cortex/2025.3.25411-to-2025.9/multiple-server-with-ha/upgrade/upgrade-web-application-server/upgrade-debugger" + UpgradeGateway = "/docs/guides/upgrade-guides/upgrade-cortex/2025.3.25411-to-2025.9/multiple-server-with-ha/upgrade/upgrade-web-application-server/upgrade-gateway" + UpgradeWebApplicationServer = "/docs/guides/upgrade-guides/upgrade-cortex/2025.3.25411-to-2025.9/multiple-server-with-ha/upgrade/upgrade-web-application-server" + UseNewExecutionService = "/docs/guides/upgrade-guides/upgrade-cortex/2025.3.25411-to-2025.9/multiple-server-with-ha/post-upgrade/move-flows-to-new-execution-service" + [Cortex.Guides.UpgradeGuides.UpgradeCortex.2025.3.25411to2025.9.SingleServerWithoutHA] + MainDoc = "/docs/guides/upgrade-guides/upgrade-cortex/2025.3.25411-to-2025.9/single-server-without-ha/" + CheckApplicationServices = "/docs/guides/upgrade-guides/upgrade-cortex/2025.3.25411-to-2025.9/single-server-without-ha/upgrade/upgrade-application-server/#check-application-services" + PostUpgrade = "/docs/guides/upgrade-guides/upgrade-cortex/2025.3.25411-to-2025.9/single-server-without-ha/post-upgrade" + PreUpgrade = "/docs/guides/upgrade-guides/upgrade-cortex/2025.3.25411-to-2025.9/single-server-without-ha/pre-upgrade" + RepublishPackages = "/docs/guides/upgrade-guides/upgrade-cortex/2025.3.25411-to-2025.9/single-server-without-ha/post-upgrade/move-flows-to-new-execution-service#republish-packages" + TryItOut = "/docs/guides/upgrade-guides/upgrade-cortex/2025.3.25411-to-2025.9/single-server-without-ha/post-upgrade/try-it-out/" + Upgrade = "/docs/guides/upgrade-guides/upgrade-cortex/2025.3.25411-to-2025.9/single-server-without-ha/upgrade" + UpgradeApplicationServer = "/docs/guides/upgrade-guides/upgrade-cortex/2025.3.25411-to-2025.9/single-server-without-ha/upgrade/upgrade-application-server" + UpgradeCIP = "/docs/guides/upgrade-guides/upgrade-cortex/2025.3.25411-to-2025.9/single-server-without-ha/upgrade/upgrade-web-application-server/upgrade-cip" + UpgradeGateway = "/docs/guides/upgrade-guides/upgrade-cortex/2025.3.25411-to-2025.9/single-server-without-ha/upgrade/upgrade-web-application-server/upgrade-gateway" + UpgradeWebApplicationServer = "/docs/guides/upgrade-guides/upgrade-cortex/2025.3.25411-to-2025.9/single-server-without-ha/upgrade/upgrade-web-application-server" + UseNewExecutionService = "/docs/guides/upgrade-guides/upgrade-cortex/2025.3.25411-to-2025.9/single-server-without-ha/post-upgrade/move-flows-to-new-execution-service" [Cortex.Guides.UpgradeGuides.UpgradeObservability] MainDoc = "/docs/guides/upgrade-guides/upgrade-observability/" [Cortex.Guides.UpgradeGuides.UpgradeObservability.OnPremise]