[
CentOS-7.1 ]
[
PostgreSQL インストール ]
[
PostgreSQL 設定 ]
PostgreSQL
- PostgreSQL インストール
- PostgreSQL 設定
PostgreSQL 仕様
バージョン
インストール・設定 方法
- RPMファイルを rpmコマンドでインストールする。
PostgreSQL パス
PostgreSQL 設定ファイル
- /var/lib/pgsql/data/pg_hba.conf
- /var/lib/pgsql/data/postgresql.conf
PostgreSQL データベースディレクトリのパス
PostgreSQL 起動・停止
##■ 起動
[root@localhost ~]# systemctl start postgresql.service
[root@localhost ~]#
##■ 停止
[root@localhost ~]# systemctl stop postgresql.service
[root@localhost ~]#
##■ 再起動
[root@localhost ~]# systemctl restart postgresql.service
[root@localhost ~]#
##■ 状態確認
[root@localhost ~]# systemctl status postgresql.service
[root@localhost ~]#
##■ 設定を再読み込み
[root@localhost ~]# systemctl reload postgresql.service
[root@localhost ~]#
インストールしたパッケージ
-
PostgreSQL本体
-
postgresql-9.2.7-1.el7.x86_64.rpm
ftp://ftp.riken.jp/pub/Linux/centos/7/os/x86_64/Packages/postgresql-9.2.7-1.el7.x86_64.rpm
-
postgresql-devel-9.2.7-1.el7.x86_64.rpm
ftp://ftp.riken.jp/pub/Linux/centos/7/os/x86_64/Packages/postgresql-devel-9.2.7-1.el7.x86_64.rpm
-
postgresql-server-9.2.7-1.el7.x86_64.rpm
ftp://ftp.riken.jp/pub/Linux/centos/7/os/x86_64/Packages/postgresql-server-9.2.7-1.el7.x86_64.rpm
-
postgresql-libs-9.2.7-1.el7.x86_64.rpm
ftp://ftp.riken.jp/pub/Linux/centos/7/os/x86_64/Packages/postgresql-libs-9.2.7-1.el7.x86_64.rpm
-
PHP用 PostgreSQLモジュール
-
php-pgsql-5.4.16-23.el7_0.3.x86_64.rpm
ftp://ftp.riken.jp/pub/Linux/centos/7/os/x86_64/Packages/php-pgsql-5.4.16-23.el7_0.3.x86_64.rpm
-
Perl用 PostgreSQLモジュール
-
perl-version-0.99.07-2.el7.x86_64.rpm
ftp://ftp.riken.jp/pub/Linux/centos/7/os/x86_64/Packages/perl-version-0.99.07-2.el7.x86_64.rpm
-
perl-DBD-Pg-2.19.3-4.el7.x86_64.rpm
ftp://ftp.riken.jp/pub/Linux/centos/7/os/x86_64/Packages/perl-DBD-Pg-2.19.3-4.el7.x86_64.rpm
0 件のコメント:
コメントを投稿