postgresql安装hot_standby.docx

  1. 1、本文档共11页,可阅读全部内容。
  2. 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
postgresql安装hot_standby

Postgresql (主从)hot_standby安装说明一、搭建PT备份数据库配置环境变量vi /etc/sysctl.confkernel.shmmni = 4096kernel.sem = 5010050100 1280fs.file-max = 7672460net.ipv4.ip_local_port_range = 9000 65000net.core.rmem_default = 1048576net.core.rmem_max = 4194304net.core.wmem_default = 262144net.core.wmem_max = 1048576net.ipv4.tcp_tw_recycle = 1net.ipv4.tcp_max_syn_backlog = 4096dev_max_backlog = 10000vm.overcommit_memory = 0net.ipv4.ip_conntrack_max = 655360fs.aio-max-nr = 1048576net.ipv4.tcp_timestamps = 0使文件修改生效sysctl -pvi /etc/security/limits.conf* soft nofile 131072* hard nofile 131072* soft nproc 131072* hard nproc 131072* soft core unlimited* hard core unlimited* soft memlock hard memlock立数据库用户给两个节点分别创建postgres用户并设置密码mkdir /home/postgreschown -R /home/postgresgroupaddpostgresuseradd -u 501 -g postgres -d /home/postgres -s /bin/bash postgrespasswdpostgresssh免密钥通信配置两台机器的ssh免密钥登录ssh-keygen -t rsa主机:cat ~/.ssh/id_rsa.pub ~/.ssh/authorized_keyschmod go-rwx ~/.ssh/*cd ~/.sshscp id_rsa.pub postgres@57:/home/postgres/.ssh/id_rsa.pub1备机:cd ~/.sshcat id_rsa.pub1authorized_keyschmod go-rwx ~/.ssh/*scp id_rsa.pubpostgres@56:/home/postgres/.ssh/id_rsa.pub2主机:cat id_rsa.pub2authorized_keys备机:cat id_rsa.pub1authorized_keys安装PT数据库软件安装PG的依赖软件包:zypper install lrzsz sysstat e4fsprogs ntp readline-devel zlib zlib-devel openssl openssl-devel pam-devel libxml2-devel libxslt-devel python-devel tcl-devel gcc make flex bison创建源码包存储目录mkdir /app/databasemkdir /app/pgsqlchown -R postgres:users /app/databasechown -R postgres:users /app/pgsqlsu - postgrespostgresql必须用postgres 用户安装,安装之前先改变postgresql的将要安装的目录的权限安装PostgreSQLwget/pub/source/v9.5.3/postgresql-9.5.3.tar.gzcd /app/database tar zxvf postgresql-9.5.3.tar.gzcdpostgresql-9.5.3./configure --prefix=/app/pgsql--with-pgport=5432 --with-perl --with-python --with-openssl --with-pam --without-ldap --with-libxml --with-libxslt --with-blocksize=8gmake worldgmake install-world主备节点设置相关环境变量(主备节点应该一致)vi /home/postgres/.bash_profileexport PGHOM

文档评论(0)

xcs88858 + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

版权声明书
用户编号:8130065136000003

1亿VIP精品文档

相关文档