- 安裝環境及版本:
- 設定YUM repository
- 選擇要PGDG RPM檔案
- 安裝 PostgreSQL Server
- 安裝完成確認 第一: 確認資料庫名稱:由於這次安裝版本為 PostgreSQL 9.0 以上, 所以預設資料的名稱為major.minor version of PostgreSQL,
- 初始化資料庫
- 啟動資料庫
- 測試連結:
Red Hat Enterprise 7.1
PostgreSQL 9.4
設定排除PostgreSQL在升級名單之外
進入設定檔: $vi /etc/yum/pluginconf.d/rhnplugin.conf
加入這一行: exclude=postgresql*
可進入 http://yum.postgresql.org/選擇每個不同作業系統所對映的yum檔案,
本次要安裝版本為9.4 版, 所以用Red Hat Linux 7 x86 64 bit的版本, 所以輸入
yum localinstall http://yum.postgresql.org/9.4/redhat/rhel-6-x86_64/pgdg-redhat94-9.4-1.noarch.rpm
安裝畫面:
列出所有PostgreSQL安裝程式, 輸入:
$yum list postgres*
安裝PostgreSQL Server , 輸入:
$yum install postgresql94-server.x86_64
安裝畫面:
e.g., postgresql-9.4
第二: 確認預設DATA路徑: PostgreSQL 9.0 以上預設路徑如下:
輸入:$service postgresql-9.4 initdb
如果以上命令無法執行, 則直接執行以下命令:
/usr/pgsql-9.4/bin/postgresql94-setup initdb
第一步: 設定成啟動後執行
$chkconfig postgresql-9.4 on
第二: 啟動PostgreSQL服務:
$service postgresql-9.4 start
start : start the database
stop : stop the database
restart : stop/start the database; used to read changes to core configuration files
reload : reload pg_hba.conf file while keeping database running
利用Hidisql client tool測試是否可連結至新安裝的資料庫
沒有留言:
張貼留言