Skip to content

Commit 0d2cd35

Browse files
committed
Feature/update disaster recovery documentation for removing scheduled backups from web application server
1 parent c93fbba commit 0d2cd35

File tree

8 files changed

+31
-12
lines changed

8 files changed

+31
-12
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Recover Web Application From Scheduled Backups"
33
linkTitle: "Recover Web Application From Scheduled Backups"
4-
description: "TODO."
4+
description: "Instructions to recover the Web Application Server from scheduled backups."
55
weight: 200
66
---

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,14 @@ This guide describes how to remove a scheduled backup from the Application Serve
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/application-server/preserve-scripts.md">}}
23+
24+
## Next Steps?
25+
26+
[Remove Scheduled Backups From Web Application Server][]
27+
28+
[Remove Scheduled Backups From Web Application Server]: {{< url path="Cortex.Guides.DisasterRecoveryGuides.MultipleServerWithHA.Remove.RemoveBackupsFromWebApplicationServer" >}}
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: "Multiple Server - With HA"
3-
linkTitle: "Multiple Server - With HA"
4-
description: "Instructions to recover the Web Application Server from scheduled backups."
5-
weight: 10
2+
title: "Remove Scheduled Backups From Web Application Server"
3+
linkTitle: "Remove Scheduled Backups From Web Application Server"
4+
description: "Instructions to remove scheduled backups from the Web Application Server."
5+
weight: 200
66
---

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,14 @@ This guide describes how to remove a scheduled backup from the Flow Debugger. Th
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/application-server/preserve-scripts.md">}}
23+
24+
## Next Steps?
25+
26+
[Remove Scheduled Backup From Gateway][]
27+
28+
[Remove Scheduled Backup From Gateway]: {{< url path="Cortex.Guides.DisasterRecoveryGuides.MultipleServerWithHA.Remove.RemoveBackupFromGateway" >}}

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
2-
title: "Remove Scheduled Backup From Web Application Server"
3-
linkTitle: "Remove Scheduled Backup From Web Application Server"
2+
title: "Remove Scheduled Backup From Gateway"
3+
linkTitle: "Remove Scheduled Backup From Gateway"
44
description: "Instructions to remove scheduled backups from Gateway."
5-
weight: 40
5+
weight: 50
66
---
77

88
# {{% param title %}}
99

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

1212
## Configure the Backup Script
1313

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,9 @@ This guide describes how to remove a scheduled backup from the Application Serve
2020
## Preserve Installation Files
2121

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
1616
1. Run the PowerShell command to backup the application services.
1717
1. A credentials prompt will appear. Enter credentials of a domain user that is a member of the local Administrators group on the server and press OK.
18-
1. Wait for the script to finish running. This should take 1 minute.
18+
1. Wait for the script to finish running. This should take approximately 1 minute.
1919
1. Check that there have been no errors in the script; these would appear in red in the console.

data/urls.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -739,6 +739,7 @@
739739
RecoverGatewayFromBackup = "/docs/guides/disaster-recovery/multiple-server-with-ha/recovery/web-application-server/recover-gateway-from-backup"
740740
[Cortex.Guides.DisasterRecoveryGuides.MultipleServerWithHA.Remove]
741741
RemoveBackupFromApplicationServer = "/docs/guides/disaster-recovery/multiple-server-with-ha/remove/remove-backup-from-application"
742+
RemoveBackupsFromWebApplicationServer = "/docs/guides/disaster-recovery/multiple-server-with-ha/remove/web-application-server"
742743
RemoveBackupFromFlowDebugger = "/docs/guides/disaster-recovery/multiple-server-with-ha/remove/web-application-server/remove-backup-from-flow-debugger"
743744
RemoveBackupFromGateway = "/docs/guides/disaster-recovery/multiple-server-with-ha/remove/web-application-server/remove-backup-from-gateway"
744745
[Cortex.Guides.DisasterRecoveryGuides.SingleServerWithoutHA]

0 commit comments

Comments
 (0)