Postgresql Hot_Standby 流复制 基于Linux 对postgresql 和 linux 会基本的操作

1、准备主机

Master 192.168.1.10

Slave  192.168.1.11

2、在master上安装数据库,并且初始化数据库,在slave上安装数据库,(不用初始化数据库)

3、在master上创建流复制用户:

CREATE USER username  LOGIN CONNECTION LIMIT 2 ENCRYPTED PASSWORD 'your password';

 

查看原看:

http://blogs.田尘殇.中国/articles/2013/06/19/1371650947083.html

你可能感兴趣的:(linux,数据库,master,password)