91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

centos6安裝postgresql9主從節點重點提要

發布時間:2020-07-23 01:17:46 來源:網絡 閱讀:381 作者:斷臂人 欄目:數據庫

1、需求分析

系統版本:

cat /etc/redhat-release 

Red Hat Enterprise Linux Server release 6.7 (Santiago)


在PGSQL9之后才有了主從的功能,但是在centos6的源中默認是安裝PGSQL8,所以就需要去網上下載軟件包安裝。


2、卸載舊版PGSQL

# yum remove postgresql-server


3、在下面網站找到自己需要的版本

https://download.postgresql.org/pub/repos/yum/9.4/redhat/rhel-6.7-x86_64/

postgresql94-9.4.18-1PGDG.rhel6.x86_64.rpm

postgresql94-devel-9.4.18-1PGDG.rhel6.x86_64.rpm

postgresql94-libs-9.4.18-1PGDG.rhel6.x86_64.rpm

postgresql94-server-9.4.18-1PGDG.rhel6.x86_64.rpm


4、上傳并安裝

# yum install -y postgresql94-libs-9.4.18-1PGDG.rhel6.x86_64.rpm postgresql94-9.4.18-1PGDG.rhel6.x86_64.rpm postgresql94-server-9.4.18-1PGDG.rhel6.x86_64.rpm postgresql94-devel-9.4.18-1PGDG.rhel6.x86_64.rpm


5、命令執行注意點

因為不是按照系統默認安裝的,所以需要把執行路徑添加到環境變量


通過命令查看相關命令的具體位置

# rpm -qa | grep postgres*

postgresql94-libs-9.4.18-1PGDG.rhel6.x86_64

postgresql94-devel-9.4.18-1PGDG.rhel6.x86_64

postgresql-libs-8.4.20-8.el6_9.x86_64

postgresql94-9.4.18-1PGDG.rhel6.x86_64

postgresql94-server-9.4.18-1PGDG.rhel6.x86_64


# rpm -ql postgresql94-server-9.4.18-1PGDG.rhel6.x86_64 | more

/usr/pgsql-9.4/bin/psql

/usr/pgsql-9.4/bin/initdb

/usr/pgsql-9.4/bin/pg_ctl


# vi /etc/profile

添加

export PATH=$PATH://usr/pgsql-9.4/bin


# source /etc/profile


6、啟動方式和開機啟動配置

啟動方式

$ pg_ctl -D /data/pg_data start


開機啟動服務配置

vi /etc/rc.d/rc.local

添加

/usr/pgsql-9.4/bin/pg_ctl -D /data/pg_data start


如果服務起不來,可以查看日志文件/data/pg_data/pg_log/postgresql-xxx.log進行排查。

其他配置與我之前的文章生產環境postgresql主從環境配置并無二致


參考:

https://blog.csdn.net/kongxx/article/details/52883383

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

贺兰县| 秦安县| 安平县| 镇巴县| 兰考县| 宾川县| 荥经县| 临潭县| 中宁县| 富顺县| 天等县| 尚志市| 乌恰县| 永新县| 泽库县| 齐齐哈尔市| 泾川县| 安新县| 开化县| 平果县| 琼结县| 武强县| 大港区| 景东| 华安县| 嘉祥县| 桑植县| 玉山县| 南昌市| 阜新市| 鲜城| 金堂县| 诏安县| 应用必备| 壤塘县| 文登市| 霍林郭勒市| 清原| 句容市| 图木舒克市| 临沂市|