Skip to content

Commit bf59fd1

Browse files
committed
Updating
1 parent 8a28257 commit bf59fd1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,8 +217,6 @@ The estimated time for the recovery of the server depends on several factors:
217217

218218
**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.
220-
221-
222220

223221
## Next steps
224222

0 commit comments

Comments
 (0)