Postgres 读写分离与配置( Centos7)
Postgresql
1 安装
主库 192.168.94.143 从库 192.168.94.145
1.1 centOS 安装方式
yum install https://download.postgresql.org/pub/repos/yum/reporpms/EL-7-x86_64/pgdg-redhat-repo-latest.noarch.rpm -y
yum install postgresql12 -y
yum install postgresql12-ser...
原创
2020-07-16 09:04:21 ·
800 阅读 ·
0 评论