Skip to content

Commit 63ec786

Browse files
author
cortex-lp
committed
copy upgrade files from 2025.9 to 2026.3
1 parent 07475fa commit 63ec786

48 files changed

Lines changed: 133 additions & 147 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

content/en/docs/2025.9/Guides/upgrade-guides/upgrade-cortex/2025.9-to-2025.9.26161/multiple-server-with-ha/upgrade/upgrade-web-application-server/upgrade-debugger.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ weight: 30
77

88
# {{< param title >}}
99

10-
This guide describes how to upgrade the Flow Debugger on the Web Application Server from 2025.3.26111 to 2025.9.26161. Please ensure that the [Upgrade Application and Load Balancer Servers][] has been completed before starting this upgrade.
10+
This guide describes how to upgrade the Flow Debugger on the Web Application Server from 2025.9 to 2025.9.26161. Please ensure that the [Upgrade Application and Load Balancer Servers][] has been completed before starting this upgrade.
1111

1212
## Configure Upgrade Script
1313

content/en/docs/2026.3/Guides/upgrade-guides/upgrade-cortex/2024.11-to-2025.1/multiple-server-with-ha/upgrade/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ weight: 40
77

88
This guide describes how to upgrade {{% ctx %}}. Please ensure that the [Pre-Upgrade][PreUpgrade] steps have been completed before starting the upgrade.
99

10-
[PreUpgrade]: {{< url path="Cortex.Guides.UpgradeGuides.UpgradeCortex.2025_9to2025_9_26161.MultipleServerWithHA.PreUpgrade" >}}
10+
[PreUpgrade]: {{< url path="Cortex.Guides.UpgradeGuides.UpgradeCortex.2024_11to2025_1.MultipleServerWithHA.PreUpgrade" >}}

content/en/docs/2026.3/Guides/upgrade-guides/upgrade-cortex/2024.11-to-2025.1/multiple-server-with-ha/upgrade/upgrade-application-and-loadbalancer-servers.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ weight: 30
77

88
# {{< param title >}}
99

10-
This guide describes how to upgrade the Application Servers and Load Balancer Server from 2025.3.26111 to 2025.9.26161. Please ensure that the [Pre-Upgrade][PreUpgrade] steps have been completed before starting this upgrade.
10+
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.
1111

1212
## Configure Upgrade Script
1313

14-
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.
14+
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.
1515
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:
1616

1717
{{% alert title="Note" %}}
@@ -21,16 +21,16 @@ To check the previous configuration values open the `Cortex.Upgrade.ApplicationC
2121
{{< tabpane lang="powershell" >}}
2222
{{< tab header="Use Previous Configuration Values" >}}
2323
.\Cortex.Upgrade.ps1 `
24-
-AppServicesPath "C:\Install\Cortex Innovation 2025.9 - App Services.zip" `
25-
-BlockPackagesPath "C:\Install\Cortex Innovation 2025.9 - Block Packages.zip" `
24+
-AppServicesPath "C:\Install\Cortex Innovation 2025.1 - App Services.zip" `
25+
-BlockPackagesPath "C:\Install\Cortex Innovation 2025.1 - Block Packages.zip" `
2626
-Credential $Credential `
2727
-AcceptEULA:$AcceptEULA `
2828
*>&1 | Tee-Object -FilePath "cortex-ha-upgrade-log.txt"
2929
{{< /tab >}}
3030
{{< tab header="Use New Configuration Values">}}
3131
.\Cortex.Upgrade.ps1 `
32-
-AppServicesPath "C:\Install\Cortex Innovation 2025.9 - App Services.zip" `
33-
-BlockPackagesPath "C:\Install\Cortex Innovation 2025.9 - Block Packages.zip" `
32+
-AppServicesPath "C:\Install\Cortex Innovation 2025.1 - App Services.zip" `
33+
-BlockPackagesPath "C:\Install\Cortex Innovation 2025.1 - Block Packages.zip" `
3434
-ApplicationServerIPv4Addresses @("192.168.1.1, 192.168.1.2, 192.168.1.3") `
3535
-LoadBalancerServerIPv4Address "192.168.1.4" `
3636
-Credential $Credential `
@@ -53,7 +53,7 @@ To check the previous configuration values open the `Cortex.Upgrade.ApplicationC
5353

5454
## Run Upgrade Script
5555

56-
{{< section "/upgrade/2025.9.26161/upgrade-application-server/multi-server/run-upgrade-script.md" >}}
56+
{{< section "/upgrade/2025.1/upgrade-application-server/multi-server/run-upgrade-script.md" >}}
5757

5858
## Check Application Services
5959

@@ -67,5 +67,5 @@ To check the previous configuration values open the `Cortex.Upgrade.ApplicationC
6767

6868
1. [Upgrade Web Application Server][]
6969

70-
[PreUpgrade]: {{< url path="Cortex.Guides.UpgradeGuides.UpgradeCortex.2025_3_26111to2025_9_26161.MultipleServerWithHA.PreUpgrade" >}}
71-
[Upgrade Web Application Server]: {{< url path="Cortex.Guides.UpgradeGuides.UpgradeCortex.2025_3_26111to2025_9_26161.MultipleServerWithHA.UpgradeWebApplicationServer" >}}
70+
[PreUpgrade]: {{< url path="Cortex.Guides.UpgradeGuides.UpgradeCortex.2024_11to2025_1.MultipleServerWithHA.PreUpgrade" >}}
71+
[Upgrade Web Application Server]: {{< url path="Cortex.Guides.UpgradeGuides.UpgradeCortex.2024_11to2025_1.MultipleServerWithHA.UpgradeWebApplicationServer" >}}

content/en/docs/2026.3/Guides/upgrade-guides/upgrade-cortex/2024.11-to-2025.1/multiple-server-with-ha/upgrade/upgrade-web-application-server/upgrade-debugger.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ weight: 30
77

88
# {{< param title >}}
99

10-
This guide describes how to upgrade the Flow Debugger on the Web Application Server from 2025.3.26111 to 2025.9.26161. Please ensure that the [Upgrade Application and Load Balancer Servers][] has been completed before starting this upgrade.
10+
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.
1111

1212
## Configure Upgrade Script
1313

14-
{{< section "/upgrade/2025.9.26161/upgrade-application-server/single-server/configure-upgrade-script.md" >}}
14+
{{< section "/upgrade/2025.1/upgrade-application-server/single-server/configure-upgrade-script.md" >}}
1515

1616
## Run Upgrade Script
1717

18-
{{< section "/upgrade/2025.9.26161/upgrade-application-server/single-server/run-upgrade-script.md">}}
18+
{{< section "/upgrade/2025.1/upgrade-application-server/single-server/run-upgrade-script.md">}}
1919

2020
## Check Application Services
2121

@@ -29,5 +29,5 @@ This guide describes how to upgrade the Flow Debugger on the Web Application Ser
2929

3030
1. [Upgrade Gateway][]
3131

32-
[Upgrade Application and Load Balancer Servers]: {{< url path="Cortex.Guides.UpgradeGuides.UpgradeCortex.2025_3_26111to2025_9_26161.MultipleServerWithHA.UpgradeApplicationAndLoadBalancerServers" >}}
33-
[Upgrade Gateway]: {{< url path="Cortex.Guides.UpgradeGuides.UpgradeCortex.2025_3_26111to2025_9_26161.MultipleServerWithHA.UpgradeGateway" >}}
32+
[Upgrade Application and Load Balancer Servers]: {{< url path="Cortex.Guides.UpgradeGuides.UpgradeCortex.2024_11to2025_1.MultipleServerWithHA.UpgradeApplicationAndLoadBalancerServers" >}}
33+
[Upgrade Gateway]: {{< url path="Cortex.Guides.UpgradeGuides.UpgradeCortex.2024_11to2025_1.MultipleServerWithHA.UpgradeGateway" >}}

content/en/docs/2026.3/Guides/upgrade-guides/upgrade-cortex/2024.11-to-2025.1/single-server-without-ha/_index.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,3 @@ linkTitle: "Single Server - Without HA"
44
description: "Upgrade instructions for a single on-premise server without high availability (HA)."
55
weight: 500
66
---
7-
8-
{{% alert title="Warning" color="warning" %}}
9-
This upgrade guide is only applicable if upgrading from 2025.9.
10-
{{% /alert %}}

content/en/docs/2026.3/Guides/upgrade-guides/upgrade-cortex/2024.11-to-2025.1/single-server-without-ha/upgrade/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ weight: 40
77

88
This guide describes how to upgrade {{% ctx %}}. Please ensure that the [Pre-Upgrade][PreUpgrade] steps have been completed before starting the upgrade.
99

10-
[PreUpgrade]: {{< url path="Cortex.Guides.UpgradeGuides.UpgradeCortex.2025_3_25411to2025_3_26111.SingleServerWithoutHA.PreUpgrade" >}}
10+
[PreUpgrade]: {{< url path="Cortex.Guides.UpgradeGuides.UpgradeCortex.2024_11to2025_1.SingleServerWithoutHA.PreUpgrade" >}}

content/en/docs/2026.3/Guides/upgrade-guides/upgrade-cortex/2024.11-to-2025.1/single-server-without-ha/upgrade/upgrade-application-server.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ weight: 30
77

88
# {{< param title >}}
99

10-
This guide describes how to upgrade the Application Server components on the server from 2025.9 to 2025.9.26161. Please ensure that the [Pre-Upgrade][PreUpgrade] steps have been completed before starting this upgrade.
10+
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.
1111

1212
## Configure Upgrade Script
1313

14-
{{< section "/upgrade/2025.9.26161/upgrade-application-server/single-server/configure-upgrade-script.md" >}}
14+
{{< section "/upgrade/2025.1/upgrade-application-server/single-server/configure-upgrade-script.md" >}}
1515

1616
## Run Upgrade Script
1717

18-
{{< section "/upgrade/2025.9.26161/upgrade-application-server/single-server/run-upgrade-script.md" >}}
18+
{{< section "/upgrade/2025.1/upgrade-application-server/single-server/run-upgrade-script.md" >}}
1919

2020
## Check Application Services
2121

@@ -29,5 +29,5 @@ This guide describes how to upgrade the Application Server components on the ser
2929

3030
1. [Upgrade Web Application Server][]
3131

32-
[PreUpgrade]: {{< url path="Cortex.Guides.UpgradeGuides.UpgradeCortex.2025_9to2025_9_26161.SingleServerWithoutHA.PreUpgrade" >}}
33-
[Upgrade Web Application Server]: {{< url path="Cortex.Guides.UpgradeGuides.UpgradeCortex.2025_9to2025_9_26161.SingleServerWithoutHA.UpgradeWebApplicationServer" >}}
32+
[PreUpgrade]: {{< url path="Cortex.Guides.UpgradeGuides.UpgradeCortex.2024_11to2025_1.SingleServerWithoutHA.PreUpgrade" >}}
33+
[Upgrade Web Application Server]: {{< url path="Cortex.Guides.UpgradeGuides.UpgradeCortex.2024_11to2025_1.SingleServerWithoutHA.UpgradeWebApplicationServer" >}}

content/en/docs/2026.3/Guides/upgrade-guides/upgrade-cortex/2024.3-to-2024.5/multiple-server-with-ha/_index.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,3 @@ linkTitle: "Multiple Server - With HA"
44
description: "Upgrade instructions for multiple on-premise servers with high availability (HA)."
55
weight: 10
66
---
7-
8-
{{% alert title="Warning" color="warning" %}}
9-
This upgrade guide is only applicable if upgrading from 2025.9.
10-
{{% /alert %}}

content/en/docs/2026.3/Guides/upgrade-guides/upgrade-cortex/2024.3-to-2024.5/single-server-without-ha/_index.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,3 @@ linkTitle: "Single Server - Without HA"
44
description: "Upgrade instructions for a single on-premise server without high availability (HA)."
55
weight: 500
66
---
7-
8-
{{% alert title="Warning" color="warning" %}}
9-
This upgrade guide is only applicable if upgrading from 2025.3.26111.
10-
{{% /alert %}}

content/en/docs/2026.3/Guides/upgrade-guides/upgrade-cortex/2024.5-to-2024.7/multiple-server-with-ha/_index.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,3 @@ linkTitle: "Multiple Server - With HA"
44
description: "Upgrade instructions for multiple on-premise servers with high availability (HA)."
55
weight: 10
66
---
7-
8-
{{% alert title="Warning" color="warning" %}}
9-
This upgrade guide is only applicable if upgrading from 2025.9.26161.
10-
{{% /alert %}}

0 commit comments

Comments
 (0)