From 95f9c86ce62376dd83878b13a7f1ae1d108d1462 Mon Sep 17 00:00:00 2001 From: Akshay Gadhave Date: Mon, 19 Aug 2024 12:08:45 +0530 Subject: [PATCH 1/5] Add more information about online and offline backup Currently the documentation does not talk about the usecases for the different types of backups. Users are bound to get confused about which procedure to use when backing up. Adding information about usecases for online and offline backups. --- guides/common/modules/proc_performing-a-full-backup.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/guides/common/modules/proc_performing-a-full-backup.adoc b/guides/common/modules/proc_performing-a-full-backup.adoc index d4af47657c6..a06da91de31 100644 --- a/guides/common/modules/proc_performing-a-full-backup.adoc +++ b/guides/common/modules/proc_performing-a-full-backup.adoc @@ -8,6 +8,8 @@ There are two main methods of backing up {ProjectServer}: * Offline backup * Online backup + +With online backups, the {Project} services are online while the backup process is running. +The {Project} services are shut down during an offline backup, resulting in a more consistent backup. For more information about each of these methods, you can view the usage statements for each backup method. .Offline backups From d1744f3e2ba431d6b4880b526098ae2644c6f019 Mon Sep 17 00:00:00 2001 From: Akshay Gadhave Date: Mon, 26 Aug 2024 10:34:21 +0530 Subject: [PATCH 2/5] Reword to convey online backups are consistent --- guides/common/modules/proc_performing-a-full-backup.adoc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/guides/common/modules/proc_performing-a-full-backup.adoc b/guides/common/modules/proc_performing-a-full-backup.adoc index a06da91de31..44fac751c2e 100644 --- a/guides/common/modules/proc_performing-a-full-backup.adoc +++ b/guides/common/modules/proc_performing-a-full-backup.adoc @@ -8,8 +8,9 @@ There are two main methods of backing up {ProjectServer}: * Offline backup * Online backup + -With online backups, the {Project} services are online while the backup process is running. -The {Project} services are shut down during an offline backup, resulting in a more consistent backup. +With online backups, only services that affect the consistency of the backup are shut down while the backup process is running. +For production usecases, use online backups. +All {Project} services are shut down during an offline backup. For more information about each of these methods, you can view the usage statements for each backup method. .Offline backups From 1fb9ff362bf07ffee7e37b8a199778d2e3d81c94 Mon Sep 17 00:00:00 2001 From: Akshay Gadhave Date: Tue, 27 Aug 2024 15:15:09 +0530 Subject: [PATCH 3/5] Reorder descriptions under bullet points --- guides/common/modules/proc_performing-a-full-backup.adoc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/guides/common/modules/proc_performing-a-full-backup.adoc b/guides/common/modules/proc_performing-a-full-backup.adoc index 44fac751c2e..650980ef4ca 100644 --- a/guides/common/modules/proc_performing-a-full-backup.adoc +++ b/guides/common/modules/proc_performing-a-full-backup.adoc @@ -6,11 +6,14 @@ There are two main methods of backing up {ProjectServer}: * Offline backup ++ +All {Project} services are shut down during an offline backup. + * Online backup + With online backups, only services that affect the consistency of the backup are shut down while the backup process is running. For production usecases, use online backups. -All {Project} services are shut down during an offline backup. + For more information about each of these methods, you can view the usage statements for each backup method. .Offline backups From 231d197ea59a7a267fd1941e85d819f00f35c033 Mon Sep 17 00:00:00 2001 From: Akshay Gadhave Date: Tue, 27 Aug 2024 15:51:57 +0530 Subject: [PATCH 4/5] Add line about consistency check --- guides/common/modules/proc_performing-a-full-backup.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/common/modules/proc_performing-a-full-backup.adoc b/guides/common/modules/proc_performing-a-full-backup.adoc index 650980ef4ca..7144755c2c1 100644 --- a/guides/common/modules/proc_performing-a-full-backup.adoc +++ b/guides/common/modules/proc_performing-a-full-backup.adoc @@ -12,7 +12,7 @@ All {Project} services are shut down during an offline backup. * Online backup + With online backups, only services that affect the consistency of the backup are shut down while the backup process is running. -For production usecases, use online backups. +Online backups require additional time to ensure the consistency of the backup. For more information about each of these methods, you can view the usage statements for each backup method. From fd137fed8cbb8e7634ba0bd04cec0b1319e96d1b Mon Sep 17 00:00:00 2001 From: Akshay Gadhave Date: Wed, 28 Aug 2024 10:14:30 +0530 Subject: [PATCH 5/5] Reword for clarity --- guides/common/modules/proc_performing-a-full-backup.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guides/common/modules/proc_performing-a-full-backup.adoc b/guides/common/modules/proc_performing-a-full-backup.adoc index 7144755c2c1..1c9caee9932 100644 --- a/guides/common/modules/proc_performing-a-full-backup.adoc +++ b/guides/common/modules/proc_performing-a-full-backup.adoc @@ -11,8 +11,8 @@ All {Project} services are shut down during an offline backup. * Online backup + -With online backups, only services that affect the consistency of the backup are shut down while the backup process is running. -Online backups require additional time to ensure the consistency of the backup. +Only {Project} services that affect the consistency of the backup are shut down while the backup process is running. +Online backups check for consistency and require more time than offline backups. For more information about each of these methods, you can view the usage statements for each backup method.