当前位置:网站首页>MySQL backup -- common errors in xtrabackup backup
MySQL backup -- common errors in xtrabackup backup
2022-07-06 12:58:00 【wx5caecf2ed0645】
1、DDL Operation and Xtrabackup Backup conflict
When MySQL Use xrabckup When doing a backup , If you execute DDL Modify the table , It can lead to xrabckup Backup failed .
Errors are similar to :
InnoDB: Last flushed lsn: 3375345258517 load_index lsn 3379255303757
InnoDB: An optimized (without redo logging) DDLoperation has been performed. All modified pages may not have been flushed to the disk yet.
PXB will not be able take a consistent backup. Retry the backup operation
- 1.
- 2.
- 3.
2、 Poor disk performance leads to xtrabckup Backup failed
Innodb Logs are generated much faster than Xtrabackup The speed of replication , part Innodb Log truncated , Causes the backup to fail .
Errors are similar to :
xtrabackup: error: log block numbers mismatch:
xtrabackup: error: expected log block no. 201901064, but got no. 208192508 from the log file.
xtrabackup: error: it looks like InnoDB log has wrapped around before xtrabackup could process all records due to either log copying being too slow, or log files being too small.
xtrabackup: Error: xtrabackup_copy_logfile() failed.
- 1.
- 2.
- 3.
- 4.
边栏推荐
- Lean product development - Lean Software Development & lean product development
- FairyGUI循环列表
- Introduction to the daily practice column of the Blue Bridge Cup
- Chromatic judgement bipartite graph
- [Chongqing Guangdong education] reference materials for regional analysis and planning of Pingdingshan University
- Office prompts that your license is not genuine pop-up box solution
- Matlab读取GNSS 观测值o文件代码示例
- [algorithm] sword finger offer2 golang interview question 1: integer division
- [algorithm] sword finger offer2 golang interview question 6: sum of two numbers in the sorting array
- 【GNSS】抗差估计(稳健估计)原理及程序实现
猜你喜欢
![[algorithm] sword finger offer2 golang interview question 1: integer division](/img/e6/f17135207b3540ec58e5a9eed54220.png)
[algorithm] sword finger offer2 golang interview question 1: integer division

《软件测试》习题答案:第一章

(core focus of software engineering review) Chapter V detailed design exercises

FairyGUI循环列表
![[算法] 剑指offer2 golang 面试题8:和大于或等于k的最短子数组](/img/8c/1b6ba3b1830ad28176190170c98628.png)
[算法] 剑指offer2 golang 面试题8:和大于或等于k的最短子数组

Code example of MATLAB reading GNSS observation value o file

Halcon knowledge: gray_ Tophat transform and bottom cap transform

地球围绕太阳转

Rt-ppp test using rtknavi

Matlab读取GNSS 观测值o文件代码示例
随机推荐
[algorithme] swordfinger offer2 golang question d'entrevue 2: addition binaire
Database course design: college educational administration management system (including code)
Database table splitting strategy
Introduction to the daily practice column of the Blue Bridge Cup
Force buckle 1189 Maximum number of "balloons"
PRIDE-PPPAR源码解析
微信小程序开发心得
Fabrication d'un sac à dos simple fairygui
[算法] 剑指offer2 golang 面试题5:单词长度的最大乘积
Derivation of logistic regression theory
[算法] 剑指offer2 golang 面试题9:乘积小于k的子数组
[algorithm] sword finger offer2 golang interview question 8: the shortest subarray with a sum greater than or equal to K
编辑距离(多源BFS)
Edit distance (multi-source BFS)
【干货】提升RTK模糊度固定率的建议之周跳探测
[dry goods] cycle slip detection of suggestions to improve the fixed rate of RTK ambiguity
Usage differences between isempty and isblank
闇の連鎖(LCA+树上差分)
MySQL performance tuning - dirty page refresh
[algorithm] sword finger offer2 golang interview question 12: the sum of the left and right sub arrays is equal