摘要:
https://www.percona.com/doc/percona-server-for-mongodb/LATEST/hot-backup.html#hot-backup Hot Backup Percona Server for MongoDB includes an integrated 阅读全文
只有注册用户登录后才能阅读该文。 阅读全文
只有注册用户登录后才能阅读该文。 阅读全文
摘要:
如果主库使用非默认端口,--recursion-method默认值为hosts,这时如果从库没有配置report_host参数(注意该参数缺点),则pt-table-checksum无法自动检测到从库。如果主库使用的是默认端口,那么--recursion-method默认值为processlist, 阅读全文
摘要:
整个迁移方案,分为两部分: 全量迁移 增量迁移 过程描述: 增量数据收集 (创建oracle表的增量物化视图) 进行全量复制 进行增量复制 (并行进行数据校验) 原库停写,切到新库 回滚方案: 开启新库到老库的数据回流 部署 下载 1. 源码编译 github地址: https://github.c 阅读全文
只有注册用户登录后才能阅读该文。 阅读全文
摘要:
innobackupex --slave-info --safe-slave-backup --no-timestamp tmp_lastinnobackupex --apply-log tmp_last rsync -avcz -e ssh root@目录 . && \rm -f last/aut 阅读全文