Skip to content

Commit a416e9d

Browse files
author
AbhishekMallick-MS
committed
minor changes
1 parent 895e8fb commit a416e9d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/backup/faq-backup-sql-server.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
ms.reviewer: vijayts
66
ms.topic: faq
77
ms.service: backup
8-
ms.date: 03/02/2024
8+
ms.date: 03/05/2024
99
author: AbhishekMallick-MS
1010
ms.author: v-abhmallick
1111

@@ -31,7 +31,7 @@ sections:
3131
- If log or differential backup fails due to LSN Validation Error, next log or differential backup is instead converted to a full backup.
3232
- If no full backup has happened before a log or differential backup, that log or differential backup is instead converted to a full backup.
3333
- If the latest full backup's point-in-time is older than 15 days, the next log or differential backup is instead converted to a full backup.
34-
- All the backup jobs that get canceled due to an extension upgrade are re-triggered after the upgrade is completed and the extension is started.
34+
- All the backup jobs that get canceled due to an extension upgrade are retriggered after the upgrade is completed and the extension is started.
3535
- If you choose to overwrite the database during Restore, the next log/differential backup fails and a full backup is triggered instead.
3636
- In cases where a full backup is required to reset the log chains due to change in database recovery model, a full gets triggered automatically on the next schedule.
3737
@@ -41,7 +41,7 @@ sections:
4141
No, you can’t cancel an auto-heal job. However, you can opt out of it by following these steps:
4242
4343
1. On the SQL Server instance, in the *C:\Program Files\Azure Workload Backup\bin* folder, create or edit the **ExtensionSettingsOverrides.json** file.
44-
1. In the **ExtensionSettingsOverrides.json** file, set *{"EnableAutoHealer": false}*.
44+
1. In the **ExtensionSettingsOverrides.json** file, set `{"EnableAutoHealer": false}`.
4545
1. Save the changes and close the file.
4646
1. On the SQL Server instance, open **Task Manage**, and then restart the **AzureWLBackupCoordinatorSvc** service.
4747
@@ -51,7 +51,7 @@ sections:
5151
Yes. You can throttle the rate at which the backup policy runs to minimize the impact on a SQL Server instance. To change the setting:
5252
5353
1. On the SQL Server instance, in the *C:\Program Files\Azure Workload Backup\bin* folder, create the *ExtensionSettingsOverrides.json* file.
54-
2. In the *ExtensionSettingsOverrides.json* file, change the **DefaultBackupTasksThreshold** setting to a lower value (for example, 5). <br>
54+
2. In the **ExtensionSettingsOverrides.json** file, change the `DefaultBackupTasksThreshold` setting to a lower value (for example, 5). <br>
5555
`{"DefaultBackupTasksThreshold": 5}`
5656
<br>
5757
The default value of DefaultBackupTasksThreshold is **20**.
@@ -71,7 +71,7 @@ sections:
7171
- question: |
7272
Are future databases automatically added for backup?
7373
answer: |
74-
Yes, you can achieve this capability with [auto-protection](backup-sql-server-database-azure-vms.md#enable-auto-protection).
74+
Yes, you can achieve this capability with [autoprotection](backup-sql-server-database-azure-vms.md#enable-auto-protection).
7575
7676
- question: |
7777
If I delete a database from an autoprotected instance, what will happen to the backups?
@@ -113,10 +113,10 @@ sections:
113113
answer: |
114114
If you do **stop backup with retain data**, no future backups will take place and the existing recovery points will remain intact. The database will still be considered as protected and be shown under the **Backup items**.
115115
116-
If you do **stop backup with delete data**, no future backups will take place and the existing recovery points will also be deleted. The database will be considered un-protected and be shown under the instance in the Configure Backup. However, unlike other up-protected databases that can be selected manually or that can get autoprotected, this database appears greyed out and can’t be selected. The only way to re-protect this database is to disable auto-protection on the instance. You can now select this database and configure protection on it or re-enable auto-protection on the instance again.
116+
If you do **stop backup with delete data**, no future backups will take place and the existing recovery points will also be deleted. The database will be considered un-protected and be shown under the instance on the **Configure Backup** blade. However, unlike other up-protected databases that can be selected manually or that can get autoprotected, this database appears greyed out and can’t be selected. The only way to re-protect this database is to disable auto-protection on the instance. You can now select this database and configure protection on it or re-enable auto-protection on the instance again.
117117
118118
- question: |
119-
If I change the name of the database after it has been protected, what will be the behavior?
119+
If I've changed the name of the database after it has been protected, what will be the behavior?
120120
answer: |
121121
A renamed database is treated as a new database. So the service will treat this situation as if the database weren't found and with fail the backups.
122122

0 commit comments

Comments
 (0)