PostgreSQL 9.3(RPM)
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
]
開始行:
''目次''
#contents
~
----
*準備 [#e70909eb]
本家のリポジトリを追加する。
# su - rpmdevel
$ cd /home/rpmdevel/src
$ wget https://yum.postgresql.org/11/redhat/rhel-6-i386/...
$ sudo rpm -ivh /home/rpmdevel/src/pgdg-centos93-9.3-1.n...
警告: /home/rpmdevel/src/pgdg-centos93-9.3-1.noarch.rpm:...
準備中... ############################...
1:pgdg-centos93 ############################...
~
確認
# yum list | grep postgresql
bacula-director-postgresql.i686 5.0.0-12.el6 ...
bacula-storage-postgresql.i686 5.0.0-12.el6 ...
freeradius-postgresql.i686 2.1.12-4.el6_3 ...
postgresql.i686 8.4.20-1.el6_5 ...
postgresql-contrib.i686 8.4.20-1.el6_5 ...
postgresql-devel.i686 8.4.20-1.el6_5 ...
postgresql-docs.i686 8.4.20-1.el6_5 ...
postgresql-jdbc.noarch 8.4.701-8.el6 ...
postgresql-libs.i686 8.4.20-1.el6_5 ...
postgresql-odbc.i686 08.04.0200-1.el...
postgresql-plperl.i686 8.4.20-1.el6_5 ...
postgresql-plpython.i686 8.4.20-1.el6_5 ...
postgresql-pltcl.i686 8.4.20-1.el6_5 ...
postgresql-server.i686 8.4.20-1.el6_5 ...
postgresql-test.i686 8.4.20-1.el6_5 ...
postgresql93.i686 9.3.3-1PGDG.rhe...
postgresql93-contrib.i686 9.3.3-1PGDG.rhe...
postgresql93-debuginfo.i686 9.3.3-1PGDG.rhe...
postgresql93-devel.i686 9.3.3-1PGDG.rhe...
postgresql93-docs.i686 9.3.3-1PGDG.rhe...
postgresql93-jdbc.i686 9.3.1100-1PGDG....
postgresql93-jdbc-debuginfo.i686 9.3.1100-1PGDG....
postgresql93-libs.i686 9.3.3-1PGDG.rhe...
postgresql93-odbc.i686 09.02.0100-1PGD...
postgresql93-odbc-debuginfo.i686 09.02.0100-1PGD...
postgresql93-plperl.i686 9.3.3-1PGDG.rhe...
postgresql93-plpython.i686 9.3.3-1PGDG.rhe...
postgresql93-pltcl.i686 9.3.3-1PGDG.rhe...
postgresql93-server.i686 9.3.3-1PGDG.rhe...
postgresql93-test.i686 9.3.3-1PGDG.rhe...
postgresql_autodoc.noarch 1.41-1.rhel6 ...
qt-postgresql.i686 1:4.6.2-28.el6_...
~
*インストール [#qf8c0166]
# yum install postgresql93-server postgresql93-devel
~
*確認 [#vfd461d3]
postgres ユーザー
# id postgres
uid=26(postgres) gid=26(postgres) 所属グループ=26(postgr...
~
バージョン
# psql --version
psql (PostgreSQL) 9.3.3
~
chkconfig
# chkconfig --list | grep postgresql
postgresql-9.3 0:off 1:off 2:off 3:off 4:off ...
~
*設定 [#j82b230b]
# su - postgres
$ vi .bash_profile
[ -f /etc/profile ] && source /etc/profile
PGDATA=/var/lib/pgsql/9.3/data
export PGDATA
↓修正
[ -f /etc/profile ] && source /etc/profile
PGHOME=/usr/pgsql-9.3
PGDATA=/var/lib/pgsql/9.3/data
PATH=$PATH:$PGHOME/bin
export PGHOME PGDATA PGLIB
*起動 [#xd26d54d]
# /etc/rc.d/init.d/postgresql-9.3 start
/var/lib/pgsql/9.3/data is missing. Use "service postgre...
...
~
失敗するので指示の通り、
# service postgresql-9.3 initdb --encoding=EUC_JP --no-l...
データベースを初期化中: ...
~
再度、
# /etc/rc.d/init.d/postgresql-9.3 start
postgresql-9.3 サービスを開始中: ...
~
*設定 [#z3967cac]
自動起動
# chkconfig postgresql-9.3 on
~
終了行:
''目次''
#contents
~
----
*準備 [#e70909eb]
本家のリポジトリを追加する。
# su - rpmdevel
$ cd /home/rpmdevel/src
$ wget https://yum.postgresql.org/11/redhat/rhel-6-i386/...
$ sudo rpm -ivh /home/rpmdevel/src/pgdg-centos93-9.3-1.n...
警告: /home/rpmdevel/src/pgdg-centos93-9.3-1.noarch.rpm:...
準備中... ############################...
1:pgdg-centos93 ############################...
~
確認
# yum list | grep postgresql
bacula-director-postgresql.i686 5.0.0-12.el6 ...
bacula-storage-postgresql.i686 5.0.0-12.el6 ...
freeradius-postgresql.i686 2.1.12-4.el6_3 ...
postgresql.i686 8.4.20-1.el6_5 ...
postgresql-contrib.i686 8.4.20-1.el6_5 ...
postgresql-devel.i686 8.4.20-1.el6_5 ...
postgresql-docs.i686 8.4.20-1.el6_5 ...
postgresql-jdbc.noarch 8.4.701-8.el6 ...
postgresql-libs.i686 8.4.20-1.el6_5 ...
postgresql-odbc.i686 08.04.0200-1.el...
postgresql-plperl.i686 8.4.20-1.el6_5 ...
postgresql-plpython.i686 8.4.20-1.el6_5 ...
postgresql-pltcl.i686 8.4.20-1.el6_5 ...
postgresql-server.i686 8.4.20-1.el6_5 ...
postgresql-test.i686 8.4.20-1.el6_5 ...
postgresql93.i686 9.3.3-1PGDG.rhe...
postgresql93-contrib.i686 9.3.3-1PGDG.rhe...
postgresql93-debuginfo.i686 9.3.3-1PGDG.rhe...
postgresql93-devel.i686 9.3.3-1PGDG.rhe...
postgresql93-docs.i686 9.3.3-1PGDG.rhe...
postgresql93-jdbc.i686 9.3.1100-1PGDG....
postgresql93-jdbc-debuginfo.i686 9.3.1100-1PGDG....
postgresql93-libs.i686 9.3.3-1PGDG.rhe...
postgresql93-odbc.i686 09.02.0100-1PGD...
postgresql93-odbc-debuginfo.i686 09.02.0100-1PGD...
postgresql93-plperl.i686 9.3.3-1PGDG.rhe...
postgresql93-plpython.i686 9.3.3-1PGDG.rhe...
postgresql93-pltcl.i686 9.3.3-1PGDG.rhe...
postgresql93-server.i686 9.3.3-1PGDG.rhe...
postgresql93-test.i686 9.3.3-1PGDG.rhe...
postgresql_autodoc.noarch 1.41-1.rhel6 ...
qt-postgresql.i686 1:4.6.2-28.el6_...
~
*インストール [#qf8c0166]
# yum install postgresql93-server postgresql93-devel
~
*確認 [#vfd461d3]
postgres ユーザー
# id postgres
uid=26(postgres) gid=26(postgres) 所属グループ=26(postgr...
~
バージョン
# psql --version
psql (PostgreSQL) 9.3.3
~
chkconfig
# chkconfig --list | grep postgresql
postgresql-9.3 0:off 1:off 2:off 3:off 4:off ...
~
*設定 [#j82b230b]
# su - postgres
$ vi .bash_profile
[ -f /etc/profile ] && source /etc/profile
PGDATA=/var/lib/pgsql/9.3/data
export PGDATA
↓修正
[ -f /etc/profile ] && source /etc/profile
PGHOME=/usr/pgsql-9.3
PGDATA=/var/lib/pgsql/9.3/data
PATH=$PATH:$PGHOME/bin
export PGHOME PGDATA PGLIB
*起動 [#xd26d54d]
# /etc/rc.d/init.d/postgresql-9.3 start
/var/lib/pgsql/9.3/data is missing. Use "service postgre...
...
~
失敗するので指示の通り、
# service postgresql-9.3 initdb --encoding=EUC_JP --no-l...
データベースを初期化中: ...
~
再度、
# /etc/rc.d/init.d/postgresql-9.3 start
postgresql-9.3 サービスを開始中: ...
~
*設定 [#z3967cac]
自動起動
# chkconfig postgresql-9.3 on
~
ページ名: