Skip to content

Commit 13c7a89

Browse files
committed
Feature/add encryption key backup guides for single and multiple server disaster recovery
1 parent edb34ad commit 13c7a89

26 files changed

+78
-59
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: "TODO."
4+
description: "Disaster recovery instructions for multiple on-premise servers with high availability (HA)."
55
weight: 10
66
---

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

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
title: "Add Scheduled Backup To Application Server"
33
linkTitle: "Add Scheduled Backup To Application Server"
4-
description: "Information about backing up the application server."
4+
description: "Information about adding a scheduled backup to the application server."
55
weight: 40
66
---
77

88
# {{% param title %}}
99

10-
This guide describes how to configure a scheduled backup of the Application Server. This will backup the application's reliable collections, the cluster's configuration and the service's appsettings.
10+
This guide describes how to configure a scheduled backup of the Application Server. This will backup the application's reliable collections, the cluster's configuration, the service's appsettings, manifests and settings.
1111

1212
## Configure the Backup Script
1313

@@ -19,4 +19,10 @@ This guide describes how to configure a scheduled backup of the Application Serv
1919

2020
## Preserve installation files
2121

22-
{{< section "/disaster-recovery/application-server/preserve-scripts.md">}}
22+
{{< section "/disaster-recovery/application-server/preserve-scripts.md">}}
23+
24+
## Next Steps?
25+
26+
[Recover Application Server From Backup][]
27+
28+
[Recover Application Server From Backup]: {{< url path="Cortex.Guides.DisasterRecoveryGuides.MultipleServerWithHA.RecoverApplicationServerFromBackup" >}}

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

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
title: "Recover Application Server From Scheduled Backup"
33
linkTitle: "Recover Application Server From Scheduled Backup"
4-
description: "Information about recovering the application server."
4+
description: "Information about recovering the application server from a backup."
55
weight: 40
66
---
77

88
# {{% param title %}}
99

10-
This guide describes how to recover the Application Server from a backup. This will recovery the application's reliable collections.
10+
This guide describes how to recover the Application Server from a backup. This will recovery the application's reliable collections. Any recovery need for the cluster's configuration, the service's appsettings, manifests or settings must be done manually.
1111

1212
### Configure the Recover Script
1313

@@ -24,3 +24,9 @@ A backup policy must be configured on the application server before running a re
2424
## Preserve installation files
2525

2626
{{< section "/disaster-recovery/application-server/preserve-scripts.md">}}
27+
28+
## Next Steps?
29+
30+
[Remove Backup From Application Server][]
31+
32+
[Remove Backup From Application Server]: {{< url path="Cortex.Guides.DisasterRecoveryGuides.MultipleServerWithHA.RemoveBackupFromApplicationServer" >}}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
title: "Remove Scheduled Backup From Application Server"
33
linkTitle: "Remove Scheduled Backup From Application Server"
4-
description: "Information about deleting a scheduled backup of the application server."
4+
description: "Information about remove a scheduled backup from the application server."
55
weight: 50
66
---
77

88
# {{% param title %}}
99

10-
This guide describes how to delete a scheduled backup of the Application Server. This will not delete the backed up files.
10+
This guide describes how to remove a scheduled backup from the Application Server. This will not delete any files created from the backup.
1111

1212
## Configure the Backup Script
1313

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,10 @@ This guide describes how to configure a scheduled backup of the Encryption Key.
1919

2020
## Preserve installation files
2121

22-
Ensure that the installation files are backed up or kept on the server, especially the scripts and config files that have been modified. This will make it easier to delete or configure further scheduled backups in the future.
22+
Ensure that the installation files are backed up or kept on the server, especially the scripts and config files that have been modified. This will make it easier to delete or configure further scheduled backups in the future.
23+
24+
## Next Steps?
25+
26+
[Recover Encryption Key from backup][]
27+
28+
[Adding Backup of Encryption Key]: {{< url path="Cortex.Guides.DisasterRecoveryGuides.MultipleServerWithHA.RecoveryEncryptionKeyFromBackup" >}}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,9 @@ This guide describes how to recover the Application Server from a backup. This w
2020
## Preserve installation files
2121

2222
Ensure that the installation files are backed up or kept on the server, especially the scripts and config files that have been modified. This will make it easier to recover the application in the future.
23+
24+
## Next Steps?
25+
26+
[Adding Backup to Application Server][]
27+
28+
[Adding Backup to Application Server]: {{< url path="Cortex.Guides.DisasterRecoveryGuides.MultipleServerWithHA.AddBackupToApplicationServer" >}}
Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,20 @@
11
---
2-
title: "Pre-Installation"
3-
linkTitle: "Pre-Installation"
4-
description: "Information about the steps required to be completed prior to starting the installation."
5-
weight: 30
2+
title: "Pre-Disaster Recovery"
3+
linkTitle: "Pre-Disaster Recovery"
4+
description: "Information about the steps required to be completed prior to starting the disaster recovery process."
5+
weight: 20
66
---
77

88
# {{% param title %}}
99

10-
This guide describes how to perform the steps required before starting the installation of {{% ctx %}}. Please ensure that the [Requirements][] have been read and met before starting this installation.
10+
This guide describes how to perform the steps required before starting the disaster recovery of {{% ctx %}}.
1111

1212
## Make Installation Artefacts Available on all Servers
1313

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

1616
## Next Steps?
1717

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

20-
[CORTEX Service Portal]: {{< url path="Cortex.ServicePortal.MainDoc" >}}
21-
[Installation]: {{< url path="Cortex.GettingStarted.OnPremise.InstallInnovationOnly.MultipleServerWithHA.Installation" >}}
22-
[Installing Gateway]: {{< url path="Cortex.GettingStarted.OnPremise.InstallInnovationOnly.MultipleServerWithHA.ConfigureCortexGatewayInstallationScriptNew2" >}}
23-
[Requirements]: {{< url path="Cortex.GettingStarted.OnPremise.InstallInnovationOnly.MultipleServerWithHA.Requirements" >}}
20+
[Adding Backup of Encryption Key]: {{< url path="Cortex.Guides.DisasterRecoveryGuides.MultipleServerWithHA.AddBackupOfEncryptionKey" >}}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
title: "Add Scheduled Backup To Flow Debugger"
33
linkTitle: "Add Scheduled Backup To Flow Debugger"
4-
description: "Information about backing up the Flow Debugger."
4+
description: "Information about adding a scheduled backup to the Flow Debugger."
55
weight: 40
66
---
77

88
# {{% param title %}}
99

10-
This guide describes how to configure a scheduled backup of the Flow Debugger. This will backup the application's reliable collections, the cluster's configuration and the service's appsettings.
10+
This guide describes how to configure a scheduled backup of the Flow Debugger of the web application server. This will backup the application's reliable collections, the cluster's configuration and the service's appsettings.
1111

1212
## Configure the Backup Script
1313

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
title: "Recover Application Server From Scheduled Backup"
33
linkTitle: "Recover Application Server From Scheduled Backup"
4-
description: "Information about recovering the application server."
4+
description: "Information about recovering the Flow Debugger from a backup."
55
weight: 40
66
---
77

88
# {{% param title %}}
99

10-
This guide describes how to recover the Application Server from a backup. This will recovery the application's reliable collections.
10+
This guide describes how to recover the Flow Debugger from a backup. This will recovery the application's reliable collections. Any recovery need for the cluster's configuration, the service's appsettings, manifests or settings must be done manually.
1111

1212
### Configure the Recover Script
1313

0 commit comments

Comments
 (0)