Skip to content

Commit d4e3c16

Browse files
authored
Merge pull request #7156 from sheetg09/sheetg-12380214
Modified the section- Changes for site backup
2 parents 7716cc7 + 0cfe933 commit d4e3c16

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

memdocs/configmgr/core/servers/deploy/configure/sql-server-alwayson-for-a-highly-available-site-database.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Prepare to use an availability group
33
titleSuffix: Configuration Manager
44
description: Plan to use a SQL Server Always On availability group for the Configuration Manager site database.
5-
ms.date: 06/15/2021
5+
ms.date: 03/25/2022
66
ms.prod: configuration-manager
77
ms.technology: configmgr-core
88
ms.topic: conceptual
@@ -359,6 +359,8 @@ You don't need to make any changes to the configuration when adding a secondary
359359
360360
When a site database uses an availability group, run the built-in **Backup Site server** maintenance task to back up common Configuration Manager settings and files. Don't use the MDF or LDF files created by that backup. Instead, make direct backups of these database files by using SQL Server.
361361

362+
You can still use the SQL Server back up, however you can't restore it directly to a SQL Server Always On cluster. You need to restore it on a standalone server and move it back to SQL Server Always On.
363+
362364
### Transaction log
363365
364366
Set the recovery model of the site database to **Full**. This configuration is a requirement for Configuration Manager use in an availability group. Plan to monitor and maintain the size of the site database transaction log. In the full recovery model, the transactions aren't hardened until it makes a full backup of the database or transaction log. For more information, see [Back up and restore of SQL Server databases](/sql/relational-databases/backup-restore/back-up-and-restore-of-sql-server-databases).

0 commit comments

Comments
 (0)