Skip to content

Commit b6726d0

Browse files
Merge pull request #210018 from VandhanaMehta/minoreditsandZRSHAUpdate
updated zrs ha availability for korea central and made other minor edits
2 parents 0dbe791 + b152319 commit b6726d0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/mysql/flexible-server/concepts-backup-restore.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,8 +214,8 @@ The estimated time for the recovery of the server depends on several factors:
214214
- The network bandwidth if the restore is to a different region
215215
- The number of concurrent restore requests being processed in the target region
216216
- The presence of primary key in the tables in the database. For faster recovery, consider adding primary key for all the tables in your database.
217-
218-
**Will modifying session level database variables impact restoration?**
217+
218+
- **Will modifying session level database variables impact restoration?**
219219
Modifying session level variables and running DML statements in MySQL client session can impact the PITR (point in time restore) operation, as these modifications do not get recorded in binary log which is used for backup and restore operation. For example, [foreign_key_checks](http://dev.mysql.com/doc/refman/5.5/en/server-system-variables.html#sysvar_foreign_key_checks) is one such session level variable which if disabled for running a DML statement which violates the foreign key constraint will result in PITR (point in time restore) failure. The only workaround in such a scenario would be to select a PITR time which is earlier than the time at which [foreign_key_checks](http://dev.mysql.com/doc/refman/5.5/en/server-system-variables.html#sysvar_foreign_key_checks) were disabled. Our recommendation is to NOT modify any session variables for a successful PITR operation.
220220

221221
## Next steps

articles/mysql/flexible-server/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ One advantage of running your workload in Azure is its global reach. The flexibl
184184
| Germany West Central | :heavy_check_mark: | :heavy_check_mark: | :x: | :x: |
185185
| Japan East | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
186186
| Japan West | :heavy_check_mark: | :heavy_check_mark: | :x: | :heavy_check_mark: |
187-
| Korea Central | :heavy_check_mark: | :heavy_check_mark: | :x: | :heavy_check_mark: |
187+
| Korea Central | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
188188
| Korea South | :heavy_check_mark: | :heavy_check_mark: | :x: | :heavy_check_mark: |
189189
| North Central US | :heavy_check_mark: | :heavy_check_mark: | :x: | :heavy_check_mark: |
190190
| North Europe | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |

0 commit comments

Comments
 (0)