Skip to content

Commit 9338455

Browse files
committed
Feature/add encryption key backup guides and update script paths for versioning
1 parent a9c0e8a commit 9338455

File tree

21 files changed

+189
-23
lines changed

21 files changed

+189
-23
lines changed
Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
---
2-
title: "Multiple Server - With HA (Recommended)"
2+
title: "Multiple Server - With HA"
33
linkTitle: "Multiple Server - With HA"
4-
description: "Information about installing {{% ctx %}} across multiple on-premise servers with high availability (HA), including: information about components, supported architectures, server requirements, pre-installation steps and installation instructions."
4+
description: "TODO."
55
weight: 10
66
---
7-
8-
{{% pageinfo %}}
9-
Multiple server installations with HA are recommended for the following scenarios:
10-
11-
* Production installations that are required to scale and support HA
12-
{{% /pageinfo %}}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
title: "Application Server"
33
linkTitle: "Application Server"
44
description: "The backup and recovery process of the application server."
5-
weight: 300
5+
weight: 200
66
---
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
title: "Encryption Key"
3+
linkTitle: "Encryption Key"
4+
description: "The backup and recovery process of the encryption key."
5+
weight: 100
6+
---
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
title: "Backup Encryption Key"
3+
linkTitle: "Backup Encryption Key"
4+
description: "Information about backing up the encryption key."
5+
weight: 40
6+
---
7+
8+
# {{% param title %}}
9+
10+
This guide describes how to configure a scheduled backup of the Encryption Key.
11+
12+
## Configure the Backup Script
13+
14+
{{< section "/disaster-recovery/encryption-key/backup/configure-backup-script.md">}}
15+
16+
## Run the Backup Script
17+
18+
{{< section "/disaster-recovery/encryption-key/backup/run-backup-script.md">}}
19+
20+
## Preserve installation files
21+
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.
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
title: "Recover Application Server"
3+
linkTitle: "Recover Application Server"
4+
description: "Information about recovering the application server."
5+
weight: 40
6+
---
7+
8+
# {{% param title %}}
9+
10+
This guide describes how to recover the Application Server from a backup. This will recovery the application's reliable collections.
11+
12+
## Make Installation Artefacts Available
13+
{{< section "/disaster-recovery/cortex-innovation/make-installation-artefacts-available.md" >}}
14+
15+
### Configure the Recover Script
16+
17+
{{< section "/disaster-recovery/encryption-key/recover/configure-recover-script.md">}}
18+
19+
### Run the Recover Script
20+
21+
{{< section "/disaster-recovery/encryption-key/recover/run-recover-script.md">}}
22+
23+
## Preserve installation files
24+
25+
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.

content/en/docs/2025.3/Guides/disaster-recovery/single-server-without-ha/application-server/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
title: "Application Server"
33
linkTitle: "Application Server"
44
description: "The backup and recovery process of the application server."
5-
weight: 300
5+
weight: 200
66
---
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
title: "Encryption Key"
3+
linkTitle: "Encryption Key"
4+
description: "The backup and recovery process of the encryption key."
5+
weight: 100
6+
---
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
title: "Backup Encryption Key"
3+
linkTitle: "Backup Encryption Key"
4+
description: "Information about backing up the encryption key."
5+
weight: 40
6+
---
7+
8+
# {{% param title %}}
9+
10+
This guide describes how to configure a scheduled backup of the Encryption Key.
11+
12+
## Configure the Backup Script
13+
14+
{{< section "/disaster-recovery/encryption-key/backup/configure-backup-script.md">}}
15+
16+
## Run the Backup Script
17+
18+
{{< section "/disaster-recovery/encryption-key/backup/run-backup-script.md">}}
19+
20+
## Preserve installation files
21+
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.
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
title: "Recover Application Server"
3+
linkTitle: "Recover Application Server"
4+
description: "Information about recovering the application server."
5+
weight: 40
6+
---
7+
8+
# {{% param title %}}
9+
10+
This guide describes how to recover the Application Server from a backup. This will recovery the application's reliable collections.
11+
12+
## Make Installation Artefacts Available
13+
{{< section "/disaster-recovery/cortex-innovation/make-installation-artefacts-available.md" >}}
14+
15+
### Configure the Recover Script
16+
17+
{{< section "/disaster-recovery/encryption-key/recover/configure-recover-script.md">}}
18+
19+
### Run the Recover Script
20+
21+
{{< section "/disaster-recovery/encryption-key/recover/run-recover-script.md">}}
22+
23+
## Preserve installation files
24+
25+
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.

content/en/docs/2025.3/_shared/disaster-recovery/application-server/backup/configure-remove-backup-script.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1. In the `Cortex Innovation 2025.3 - App Server Install Scripts\Recovery` folder, locate the `Cortex.Innovation.Backup.ps1` script and open it with a text editor.
1+
1. In the `Cortex Innovation {{< version >}} - App Server Install Scripts\Recovery` folder, locate the `Cortex.Innovation.Backup.ps1` script and open it with a text editor.
22
1. Configure the script according to the details given below:
33

44
```powershell

0 commit comments

Comments
 (0)