下载 PostgreSQL-10软件包

官网地址:https://www.postgresql.org/

选择自己的版本

此处已postgresql-10.16-2-linux-x64.run安装为例进行安装说明

下载地址:https://get.enterprisedb.com/postgresql/postgresql-10.16-2-linux-x64.run

第一步上传安装包至服务器

postgresql-10.16-2-linux-x64.run

第二步开始安装

[root@sonar1 /]# ./postgresql-10.16-2-linux-x64.run

Welcome to the PostgreSQL Setup Wizard.

Please specify the directory where PostgreSQL will be installed.

Installation Directory [/opt/PostgreSQL/10]:

Select the components you want to install; clear the components you do not want

to install. Click Next when you are ready to continue.

PostgreSQL Server [Y/n] :Y

pgAdmin 4 [Y/n] :

Stack Builder [Y/n] :

Command Line Tools [Y/n] :

Is the selection above correct? [Y/n]:

Please select a directory under which to store your data.

Data Directory [/opt/PostgreSQL/10/data]:

Please provide a password for the database superuser (postgres). A locked Unix

user account (postgres) will be created if not present.

Password :

Retype password :

Please select the port number the server should listen on.

Port [5432]:

Advanced Options

Select the locale to be used by the new database cluster.

Locale

[1] [Default locale]

[2] C

[3] C.utf8

[4] en_AG

[5] en_AU

[6] en_AU.utf8

[7] en_BW

[8] en_BW.utf8

[9] en_CA

[10] en_CA.utf8

[11] en_DK

[12] en_DK.utf8

[13] en_GB

[14] en_GB.iso885915

[15] en_GB.utf8

[16] en_HK

[17] en_HK.utf8

[18] en_IE

[19] en_IE@euro

[20] en_IE.utf8

[21] en_IL

[22] en_IN

[23] en_NG

[24] en_NZ

[25] en_NZ.utf8

[26] en_PH

[27] en_PH.utf8

[28] en_SC.utf8

[29] en_SG

[30] en_SG.utf8

[31] en_US

[32] en_US.iso885915

[33] en_US.utf8

[34] en_ZA

[35] en_ZA.utf8

[36] en_ZM

[37] en_ZW

[38] en_ZW.utf8

[39] POSIX

[40] zh_CN

[41] zh_CN.utf8

[42] zh_HK.utf8

[43] zh_SG

[44] zh_SG.utf8

[45] zh_TW.euctw

[46] zh_TW.utf8

Please choose an option [1] : 41

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Pre Installation Summary

The following settings will be used for the installation::

Installation Directory: /opt/PostgreSQL/10

Server Installation Directory: /opt/PostgreSQL/10

Data Directory: /opt/PostgreSQL/10/data

Database Port: 5432

Database Superuser: postgres

Operating System Account: postgres

Database Service: postgresql-10

Command Line Tools Installation Directory: /opt/PostgreSQL/10

pgAdmin4 Installation Directory: /opt/PostgreSQL/10/pgAdmin 4

Stack Builder Installation Directory: /opt/PostgreSQL/10

Press [Enter] to continue:

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Setup is now ready to begin installing PostgreSQL on your computer.

Do you want to continue? [Y/n]:

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Please wait while Setup installs PostgreSQL on your computer.

Installing

0% ______________ 50% ______________ 100%

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++


+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Setup has finished installing PostgreSQL on your computer.

第三步验证安装成功并启动

[root@sonar1 /]#
[root@sonar1 /]# netstat -an |grep 5432
tcp 0 0 0.0.0.0:5432 0.0.0.0:* LISTEN

centos 8 安装 PostgreSQL-10的更多相关文章

  1. 在CentOS 7 / RHEL 7安装PostgreSQL 10

    CentOS 到了7.x版本, PostgreSQL也来到了10.x版本. 前些天MySQL都直接跨到了8.0版本. 本文是一篇在CentOS 7.4上安装安装PostgreSQL 10.3 的教程. ...

  2. Linux CentOS 7 安装PostgreSQL 9.5.17 (源码编译)

    近日需要将PostgreSQL数据库从Windows中迁移到Linux中,Linux CentOS 7 安装PostgreSQL 9.5.17 安装过程 特此记录. 安装环境: 数据库:Postgre ...

  3. Ubuntu下编译安装postgreSQL 10.5

    Ubuntu下编译安装postgreSQL 10.5 ubuntu 16.04 LTS系统postgreSQL 10.5 安装包准备 1.从PostgreSQL官网下载PostgreSQL的安装包 安 ...

  4. Centos 7 安装 PostgreSQL

    本文只讲PostgreSQL在CentOS 7.x 下的安装,其他系统请查看:https://www.postgresql.org/download PostgreSQL 所用版本为:PostgreS ...

  5. Centos 7 安装 PostgreSQL PGAdmin4

    本文只讲PostgreSQL在CentOS 7.x 下的安装,其他系统请查看:https://www.postgresql.org/download PostgreSQL 所用版本为:PostgreS ...

  6. CentOS 7 - 安装PostgreSQL

    一,用yum安装PostgreSQL . 选择安装版本和服务器平台后,执行安装命令,例如我要安装是9.6版本,平台是CentOS 7. https://www.postgresql.org/downl ...

  7. CentOS下安装postgresql

    一.说明 postgresql版本:9.4.1 安装包: postgresql94-server-9.4.1-1PGDG.rhel6.x86_64.rpm postgresql94-libs-9.4. ...

  8. 阿里云服务器 centos 7 安装postgresql 11

    Postgresql简介 官方网站:https://www.postgresql.org/ 简介参考zhihu文章 https://www.zhihu.com/question/20010554 关于 ...

  9. CentOS 6安装PostgreSQL

    https://zh.wikipedia.org/wiki/PostgreSQL PostgreSQL是自由的对象-关系型数据库服务器(数据库管理系统),在灵活的BSD-风格许可证下发行.它在其他开放 ...

  10. install postgresql 10 on redhat linux 7 Redhat 安装 postgresql 10

    ---恢复内容开始--- 1. install linux 2. 切换mirror a. 备份原来的repo  文件, [root@localhost ~]# mv /etc/yum.repos.d/ ...

随机推荐

  1. 马哥Linux SysAdmin学习笔记(一)

    Linux入门 Linux系统管理: 磁盘管理,文件系统管理 RAID基础原理,LVM2 网络管理:TCP/IP协议,Linux网络属性配置 程序包管理:rpm,yum 进程管理:htop,glanc ...

  2. Mybatis Plus 多租户架构实现(完美教程)

    一.背景介绍 多租户技术或称多重租赁技术,简称SaaS,是一种软件架构技术,是实现如何在多用户环境下(此处的多用户一般是面向企业用户)共用相同的系统或程序组件,并且可确保各用户间数据的隔离性. 简单讲 ...

  3. Netty 框架学习 —— Netty 组件与设计

    Channel.EventLoop 和 ChannelFuture 这一节将对 Channel.EventLoop 和 ChannelFuture 类进行讨论,它们组合在一起,可以被认为是 Netty ...

  4. Step By Step(Lua元表与元方法)

    Step By Step(Lua元表与元方法) Lua中提供的元表是用于帮助Lua数据变量完成某些非预定义功能的个性化行为,如两个table的相加.假设a和b都是table,通过元表可以定义如何计算表 ...

  5. TVM交叉编译和远程RPC

    TVM交叉编译和远程RPC 本文介绍了TVM中使用RPC的交叉编译和远程设备执行. 使用交叉编译和RPC,可以在本地计算机上编译程序,然后在远程设备上运行它.当远程设备资源受到限制时(如Raspber ...

  6. 编写HSA内核

    编写HSA内核 介绍 HSA提供类似于OpenCL的执行模型.指令由一组硬件线程并行执行.在某种程度上,这类似于 单指令多数据(SIMD)模型,但具有这样的便利:细粒度调度对于程序员而言是隐藏的,而不 ...

  7. String类对象相加时做了什么

    我们都知道java中的加号操作符除了加法.表示正数之外,还可以用作字符串的连接.初学java时,你很可能会碰到类似下面的题目: 以下这段代码产生了几个String对象: String str1 = & ...

  8. Spring Cloud系列(四):断路器Hystrix

    上一篇介绍了负载均衡的配置方法,做负载均衡是为了保证高可用性,但是有时候服务提供者挂掉了,比如服务A调用了服务B,服务B又调用了服务C,然后有一天服务C的所有节点都挂掉了,这时服务B就会因为C异常而在 ...

  9. LeetCode:322. 零钱兑换

    链接:https://leetcode-cn.com/problems/coin-change/ 标签:动态规划.完全背包问题.广度优先搜索 题目 给定不同面额的硬币 coins 和一个总金额 amo ...

  10. AgileConfig轻量级配置中心1.3.0发布,支持多用户权限控制

    AgileConfig 当初是设计给我自己用的一个工具,所以只设置了一道管理员密码,没有用户的概念.但是很多同学在使用过后都提出了需要多用户支持的建议.整个团队或者整个公司都使用同一个密码来管理非常的 ...