Skip to content

Commit 490fb7f

Browse files
committed
Feature/update disaster recovery documentation to use {{% ctx %}} placeholder for consistency
1 parent 455b1bb commit 490fb7f

27 files changed

+60
-36
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Multiple Server - With HA"
33
linkTitle: "Multiple Server - With HA"
4-
description: "Instructions for Disaster recovery of CORTEX on multiple on-premise servers with high availability (HA)."
4+
description: "Instructions for disaster recovery of a {{% ctx %}} platform installed on multiple on-premise servers with high availability (HA)."
55
weight: 50
66
---
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Backup"
33
linkTitle: "Backup"
4-
description: "Instructions to backup CORTEX on multiple on-premise servers with high availability (HA)."
4+
description: "Instructions to backup {{% ctx %}} on multiple on-premise servers with high availability (HA)."
55
weight: 100
66
---

content/en/docs/2025.3/Guides/disaster-recovery/multiple-server-with-ha/backup/add-backup-of-encryption-key.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ weight: 30
2323

2424
## Next Steps?
2525

26-
[Add Scheduled Backup to Application Server][]
26+
1. [Add Scheduled Backup to Application Server][]
2727

2828
[Add Scheduled Backup to Application Server]: {{< url path="Cortex.Guides.DisasterRecoveryGuides.MultipleServerWithHA.Backup.AddBackupToApplicationServer" >}}

content/en/docs/2025.3/Guides/disaster-recovery/multiple-server-with-ha/backup/add-backup-to-application.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ This guide describes how to configure a scheduled backup of the Application Serv
2323

2424
## Next Steps?
2525

26-
[Add Scheduled Backups to Web Application Server][]
26+
1. [Add Scheduled Backups to Web Application Server][]
2727

2828
[Add Scheduled Backups to Web Application Server]: {{< url path="Cortex.Guides.DisasterRecoveryGuides.MultipleServerWithHA.Backup.AddBackupsToWebApplicationServer" >}}

content/en/docs/2025.3/Guides/disaster-recovery/multiple-server-with-ha/backup/pre-backup.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ This guide describes how to perform the steps required before starting the backu
1111

1212
## Make Installation Artefacts Available on all Servers
1313

14-
{{< section "/disaster-recovery/make-installation-artefacts-available.md">}}
14+
{{< section "/disaster-recovery/multi-make-installation-artefacts-available.md">}}
1515

1616
## Next Steps?
1717

18-
[Add Backup of Encryption Key][]
18+
1. [Add Backup of Encryption Key][]
1919

20-
[Add Backup of Encryption Key]: {{< url path="Cortex.Guides.DisasterRecoveryGuides.MultipleServerWithHA.Backup.AddBackupOfEncryptionKey" >}}
20+
[Add Backup of Encryption Key]: {{< url path="Cortex.Guides.DisasterRecoveryGuides.MultipleServerWithHA.Backup.AddBackupOfEncryptionKey" >}}

content/en/docs/2025.3/Guides/disaster-recovery/multiple-server-with-ha/backup/web-application-server/add-backup-to-flow-debugger.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ This guide describes how to configure a scheduled backup of the Flow Debugger on
2323

2424
## Next Steps?
2525

26-
[Add Scheduled Backup to Gateway][]
26+
1. [Add Scheduled Backup to Gateway][]
2727

2828
[Add Scheduled Backup to Gateway]: {{< url path="Cortex.Guides.DisasterRecoveryGuides.MultipleServerWithHA.Backup.AddBackupToGateway" >}}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Recovery"
33
linkTitle: "Recovery"
4-
description: "Instructions to recover CORTEX on multiple on-premise servers with high availability (HA)."
4+
description: "Instructions to recover {{% ctx %}} on multiple on-premise servers with high availability (HA)."
55
weight: 200
66
---

content/en/docs/2025.3/Guides/disaster-recovery/multiple-server-with-ha/recovery/pre-recovery.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ This guide describes how to perform the steps required before starting the recov
1111

1212
## Make Installation Artefacts Available on all Servers
1313

14-
{{< section "/disaster-recovery/make-installation-artefacts-available.md">}}
14+
{{< section "/disaster-recovery/multi-make-installation-artefacts-available.md">}}
1515

1616
## Next Steps?
1717

18-
[Recover Encryption Key from Backup][]
18+
1. [Recover Encryption Key from Backup][]
1919

2020
[Recover Encryption Key from Backup]: {{< url path="Cortex.Guides.DisasterRecoveryGuides.MultipleServerWithHA.Recovery.RecoveryEncryptionKeyFromBackup" >}}

content/en/docs/2025.3/Guides/disaster-recovery/multiple-server-with-ha/recovery/recover-application-from-backup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ A backup policy must be configured on the application server before running a re
2727

2828
## Next Steps?
2929

30-
[Recover Web Application Server from Scheduled Backups][]
30+
1. [Recover Web Application Server from Scheduled Backups][]
3131

3232
[Recover Web Application Server from Scheduled Backups]: {{< url path="Cortex.Guides.DisasterRecoveryGuides.MultipleServerWithHA.Recovery.RecoverWebApplicationServerFromBackups" >}}

content/en/docs/2025.3/Guides/disaster-recovery/multiple-server-with-ha/recovery/recover-encryption-key-from-backup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ The Encryption Key must be recovered before any installation of {{% ctx %}}.
4242
4343
## Next Steps?
4444
45-
[Recover Application Server from Scheduled Backup][]
45+
1. [Recover Application Server from Scheduled Backup][]
4646
4747
[Recover Application Server from Scheduled Backup]: {{< url path="Cortex.Guides.DisasterRecoveryGuides.MultipleServerWithHA.Recovery.RecoverApplicationServerFromBackup" >}}

0 commit comments

Comments
 (0)