码迷,mamicode.com
首页 > Windows程序 > 详细

pg_rewind 源端时间线发生改变 同步失败

时间:2017-06-09 18:14:59      阅读:272      评论:0      收藏:0      [点我收藏+]

标签:host   改变   lines   ash   -bash-4.1   xxx   history   target   事物   

master-standby情况下,发生如下行为:

1.master停掉后,standby做为新的master(可能存在部分事物没有同步到standby中)。

2.新master运行过程中出错,进行恢复,时间线发生变化。

3.旧master启动前,先跟新master进行pg_rewind,会出现时间线不一致的问题。

 

-bash-4.1$ pg_rewind --target-pgdata=‘xxx‘ --source-server=‘host=xx.xx.xx.xx port=xxxx dbname=xx user=xx password=xxxx‘ -P

connected to server

could not find common ancestor of the source and target cluster‘s timelines
Failure, exiting

 

参考这个也不行:

“修改新的主库history文件, 把最后一行放上来即可.“

http://www.ithao123.cn/content-134160.html

 

pg_rewind:standby节点promote后, 主节点和备节点都发生了变更的情况, 当然发生变更产生的wal必须存在. 如果old primary发生的变更已经在归档目录, 需要先手工将这些变更拷贝到pg_xlog目录. 备节点发生的变更无所谓, 因为可以通过recovery.conf来解决.

pg_rewind 源端时间线发生改变 同步失败

标签:host   改变   lines   ash   -bash-4.1   xxx   history   target   事物   

原文地址:http://www.cnblogs.com/kuang17/p/6973092.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!