" Master PostgreSQL标识符与Slave PostgreSQL标识符不匹配"尝试PostgreSQL主从WAL复制时出错

时间:2017-10-30 14:22:11

标签: postgresql replication postgresql-9.2

我正在尝试在Windows服务器(主服务器)和Windows机器(从服务器)之间进行PostgreSQL-9.2主服务器到从属服务器复制(通过WAL日志文件)。

得到错误说:

  

Master PostgreSQL标识符与Slave PostgreSQL标识符

不匹配

但是,当我在两台机器之间尝试主从复制时,我可以在它们之间复制数据。

如何调试/修复此问题?

1 个答案:

答案 0 :(得分:0)

The slave has to be initialized with a physical backup of the master. Use pg_basebackup for the initial copy.