Skip to content

Commit e1ea301

Browse files
committed
Feature/update disaster recovery documentation for title consistency and clarity in backup and recovery instructions
1 parent cb4d1e7 commit e1ea301

File tree

6 files changed

+18
-18
lines changed

6 files changed

+18
-18
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: "Add Scheduled Backup To Application Server"
3-
linkTitle: "Add Scheduled Backup To Application Server"
2+
title: "Add Scheduled Backup to Application Server"
3+
linkTitle: "Add Scheduled Backup to Application Server"
44
description: "Instructions to add scheduled backups to the Application Server."
55
weight: 40
66
---

content/en/docs/2025.3/Guides/disaster-recovery/single-server-without-ha/backup/add-backup-to-web-application.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: "Add Scheduled Backup To Web Application Server"
3-
linkTitle: "Add Scheduled Backup To Web Application Server"
2+
title: "Add Scheduled Backup to Web Application Server"
3+
linkTitle: "Add Scheduled Backup to Web Application Server"
44
description: "Instructions to add scheduled backups to the Web Application Server."
55
weight: 40
66
---

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: "Recover Application Server From Scheduled Backup"
3-
linkTitle: "Recover Application Server From Scheduled Backup"
2+
title: "Recover Application Server from Scheduled Backup"
3+
linkTitle: "Recover Application Server from Scheduled Backup"
44
description: "Instructions to recover the Application Server from scheduled backups."
55
weight: 40
66
---
@@ -15,8 +15,8 @@ This guide describes how to recover the Application Server from a backup. This w
1515

1616
### Run the Recovery Script
1717

18-
{{% alert title="Note" %}}
19-
A backup policy must be configured on the application server before running a recovery, see {{< ahref path="Cortex.Guides.DisasterRecoveryGuides.MultipleServerWithHA.Backup.AddBackupToApplicationServer" title="Add Backup To Application Server" >}} for further information.
18+
{{% alert title="Warning" color="warning" %}}
19+
A backup policy must be configured on the Application Server before running a recovery, see {{< ahref path="Cortex.Guides.DisasterRecoveryGuides.SingleServerWithoutHA.Backup.AddBackupToApplicationServer" title="Add Backup To Application Server" >}} for further information.
2020
{{% /alert %}}
2121

2222
{{< section "/disaster-recovery/application-server/recover/run-recover-script.md">}}

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: "Recover Encryption Key From Backup"
3-
linkTitle: "Recover Encryption Key From Backup"
2+
title: "Recover Encryption Key from Backup"
3+
linkTitle: "Recover Encryption Key from Backup"
44
description: "Instructions to recover the Encryption Key from backups."
55
weight: 30
66
---
@@ -26,8 +26,8 @@ The Encryption Key must be recovered before any installation of {{% ctx %}}.
2626
2727
| Name | Description |
2828
|------------------------------------------------|-------------|
29-
|`TargetMachines` | Configure the value with the names of the application servers, the web application server and load balancer server if using the built-in load balancer.|
30-
|`BackupPath` | Replace `\\UncPath\BackupLocation` with the path of the location the backups are stored in. if the path is a network path then the `Credentials` will be used to access that location.|
29+
|`TargetMachines` | Configure the value with the name of the web application server.|
30+
|`BackupPath` | Replace `\\UncPath\BackupLocation` with the path of the location the backups are stored in. If the path is a network path then the `Credentials` will be used to access that location.|
3131
|`Credential` | The credentials of the user which will be used to access the `BackupPath`. It must be a domain user that is a member of the local Administrators group on the server. <br /><br /> This does not need to be changed, a prompt will appear to enter this information when the script is run.|
3232
3333
1. Save and close `Cortex.Innovation.EncryptionKey.Recover.ps1`.

content/en/docs/2025.3/Guides/disaster-recovery/single-server-without-ha/recovery/recover-web-application-from-backup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: "Recover Web Application Server From Scheduled Backup"
3-
linkTitle: "Recover Web Application Server From Scheduled Backup"
2+
title: "Recover Web Application Server from Scheduled Backup"
3+
linkTitle: "Recover Web Application Server from Scheduled Backup"
44
description: "Instructions to recover the Web Application Server from scheduled backups."
55
weight: 50
66
---

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,18 @@ This guide describes how to remove a scheduled backup from the Application Serve
1111

1212
## Configure the Backup Script
1313

14-
{{< section "/disaster-recovery/application-server/backup/configure-backup-script.md">}}
14+
{{< section "/disaster-recovery/application-server/backup/configure-remove-backup-script.md">}}
1515

1616
## Run the Backup Script
1717

18-
{{< section "/disaster-recovery/application-server/backup/run-backup-script.md">}}
18+
{{< section "/disaster-recovery/application-server/backup/run-remove-backup-script.md">}}
1919

2020
## Preserve Installation Files
2121

2222
{{< section "/disaster-recovery/preserve-scripts.md">}}
2323

2424
## Next Steps?
2525

26-
1. [Remove Scheduled Backup From Web Application Server][]
26+
1. [Remove Scheduled Backup from Web Application Server][]
2727

28-
[Remove Scheduled Backup From Web Application Server]: {{< url path="Cortex.Guides.DisasterRecoveryGuides.SingleServerWithoutHA.Remove.RemoveBackupFromWebApplicationServer" >}}
28+
[Remove Scheduled Backup from Web Application Server]: {{< url path="Cortex.Guides.DisasterRecoveryGuides.SingleServerWithoutHA.Remove.RemoveBackupFromWebApplicationServer" >}}

0 commit comments

Comments
 (0)