1. download postgresql-9.6.3-3-linux-x64.run
wget https://get.enterprisedb.com/postgresql/postgresql-9.6.3-3-linux-x64.run
2. add –x permission
chmod u+x postgresql-9.6.3-3-linux-x64.run
3. create new directory forpostgresql
mkdir –p /data/gerrit/postgresql/
4. running .run file
./ postgresql-9.6.3-3-linux-x64.run
Chooseinstalled directory is /data/gerrit/postgrsql, will auto created new pgsql inthis path
Choosedata as its data directory.
本文介绍如何下载并安装 PostgreSQL 9.6.3 版本到 Linux x64 平台。具体步骤包括:下载安装包、添加执行权限、创建 PostgreSQL 数据目录以及运行安装文件。
1092

被折叠的 条评论
为什么被折叠?



