安装 PostgreSQL 9.5 在 CentOS 6.7 上

首先

由于需要验证旧版本的PostgreSQL Server,因此需要记录安装步骤。

操作系统:CentOS 6.7
数据库:PostgreSQL 9.5

请安装以下三个组件:
– postgresql95-libs:用于客户端和接口的必要库文件。
– postgresql95:用于连接和操作PostgreSQL的客户端。
– postgresql95-server:用于创建、启动和停止等服务器功能。

操作步骤

1. 下载必要文件

wget https://yum.postgresql.org/9.5/redhat/rhel-6-x86_64/postgresql95-libs-9.5.25-1PGDG.rhel6.x86_64.rpm
wget https://yum.postgresql.org/9.5/redhat/rhel-6-x86_64/postgresql95-9.5.25-1PGDG.rhel6.x86_64.rpm
wget https://yum.postgresql.org/9.5/redhat/rhel-6-x86_64/postgresql95-server-9.5.25-1PGDG.rhel6.x86_64.rpm

安装

rpm -Uvh postgresql95-libs-9.5.25-1PGDG.rhel6.x86_64.rpm
rpm -Uvh postgresql95-9.5.25-1PGDG.rhel6.x86_64.rpm
rpm -Uvh postgresql95-server-9.5.25-1PGDG.rhel6.x86_64.rpm

3. 初始化

service postgresql-9.5 initdb

4.启动数据库

service postgresql-9.5 start

5. 用户开关

su - postgres

连接

psql

7. 切断 (qiē
– 斩断
– 阻断
– 切割
– 切开

\q

请看以下网站

・公式下载地址
https://yum.postgresql.org/9.5/redhat/rhel-6-x86_64/repoview/

・安装步骤的参考

CentOS6.7 64bitにPostgreSQL9.4.5をRPMからインストール

简历

2021/7/26 创建

广告
将在 10 秒后关闭
bannerAds