Ubuntu 16.04 下 PostgreSQL 主从复制配置(2)

传输完成后,在主目录中创建一个新的recovery.conf文件,并粘贴以下内容:

standby_mode = 'on' primary_conninfo = 'host=10.0.15.10 port=5432 user=replica password=usr_strong_pwd' trigger_file = '/tmp/postgresql.trigger.5432'

保存,退出并更改此文件的权限:

# chmod 600 recovery.conf

启动PostgreSQL:

# systemctl start postgresql

从服务器配置到此结束。

总结

通过使用运行Ubuntu 16.04的两台服务器,我们已经了解了如何配置PostgreSQL主/从机复制。 这只是该高级和全开源数据库系统提供的许多复制功能之一。

Ubuntu 16.04 下安装 PostgreSQL 和 phpPgAdmin 

Linux下RPM包方式安装PostgreSQL 

Linux下安装PostgreSQL 

Linux下PostgreSQL安装部署指南 

Linux下安装 PostgreSQL 并设置基本参数 

Fedota 24 将数据库升级到 PostgreSQL 9.5 

CentOS 6.5下PostgreSQL服务部署 

MongoDB 的详细介绍请点这里
MongoDB 的下载地址请点这里

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/da1dee841775dc87dc89a7cd6bcd91b5.html