postgres yum源安裝
一 虛擬機器聯通外網設定
workstation虛擬機器設定
1 點選虛擬機器網路編輯器
2 設定Vmnet8 NAT模式 192.168.23.0,其他勾選如下
3 windows電腦網路設定
4 虛擬機器網路卡設定
cd /etc/sysconfig/network-scripts/
[root@long03s network-scripts]# ls
ifcfg-ens33 ifdown-ib ifdown-ppp ifdown-tunnel ifup-ib ifup-plusb ifup-Team network-functions
ifcfg-lo ifdown-ippp ifdown-routes ifup ifup-ippp ifup-post ifup-TeamPort network-functions-ipv6
ifdown ifdown-ipv6 ifdown-sit ifup-aliases ifup-ipv6 ifup-ppp ifup-tunnel
ifdown-bnep ifdown-isdn ifdown-Team ifup-bnep ifup-isdn ifup-routes ifup-wireless
ifdown-eth ifdown-post ifdown-TeamPort ifup-eth ifup-plip ifup-sit init.ipv6-global
cat ifcfg-ens33 >> /tmp/0510ensbk.txt
ping
二 登入postgres官網
選擇postgres13 安裝在redhat 7.7上
三 yum安裝postgres
yum install -y postgresql13-server
............
初始化
/usr/pgsql-13/bin/postgresql-13-setup initdb
啟動資料庫
service postgresql-13 start
Redirecting to /bin/systemctl start postgresql-13.service
ps -ef |grep postgres
postgres 10507 1 0 10:26 ? 00:00:00 /usr/pgsql-13/bin/postmaster -D /var/lib/pgsql/13/data/
postgres 10510 10507 0 10:26 ? 00:00:00 postgres: logger
postgres 10525 10507 0 10:26 ? 00:00:00 postgres: checkpointer
postgres 10526 10507 0 10:26 ? 00:00:00 postgres: background writer
postgres 10527 10507 0 10:26 ? 00:00:00 postgres: walwriter
postgres 10528 10507 0 10:26 ? 00:00:00 postgres: autovacuum launcher
postgres 10529 10507 0 10:26 ? 00:00:00 postgres: stats collector
postgres 10530 10507 0 10:26 ? 00:00:00 postgres: logical replication launcher
root 10539 6436 0 10:26 pts/2 00:00:00 grep --color=auto postgres
cd /var/lib/pgsql/13/data/
[root@long03s data]# ls
base pg_commit_ts pg_logical pg_serial pg_subtrans pg_wal postmaster.opts
current_logfiles pg_dynshmem pg_multixact pg_snapshots pg_tblspc pg_xact postmaster.pid
global pg_hba.conf pg_notify pg_stat pg_twophase postgresql.auto.conf
log pg_ident.conf pg_replslot pg_stat_tmp PG_VERSION postgresql.conf
至此,完成postgresql-13安裝和初始化
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/25846553/viewspace-2896096/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Red Hat Linux安裝CentOS的yum源LinuxCentOS
- 搭建本地yum源,使用安裝光碟的rpm作為yum源的檔案
- yum指定國內映象源並安裝pythonPython
- 【yum源】CentOS7安裝第三方源CentOS
- linux 安裝yum 安裝phpLinuxPHP
- yum 安裝 jenkinsJenkins
- yum安裝nginxNginx
- mysql yum 安裝MySql
- yum 安裝 PHPPHP
- Linux 安裝 yumLinux
- yum安裝ansible
- 製作yum源及安裝賽門鐵克
- RHEL7安裝本地離線yum源倉庫
- CentOS安裝配置yumCentOS
- AIX的yum安裝AI
- 【Linux】yum 安裝nginxLinuxNginx
- 安裝最新版MySQL(yum安裝)MySql
- 詳解 RHEL7.1 yum源配置與軟體安裝
- PHP7透過yum源安裝及效能測試PHP
- 在CentOS7上安裝MySQL5.7-YUM源方式CentOSMySql
- 一鍵安裝yum-utils安裝包
- PostgreSQL 10.12 安裝系列 - Yum+rpm 安裝SQL
- yum安裝與原始碼安裝比較原始碼
- Linux下安裝java及配置(yum安裝)LinuxJava
- yum安裝kubeadm、kubelet、kubectl
- Centos 7 yum 安裝nginxCentOSNginx
- Linux安裝MySQL(使用yum)LinuxMySql
- CentOS 7 yum 安裝 NGINXCentOSNginx
- CentOS 7 yum 安裝 MySQLCentOSMySql
- yum安裝簡潔版
- 為了安裝alien,我更新了yum源,結果還是沒裝上
- 使用yum 命令安裝 dotnet 6
- CentOS 7 用yum安裝 MySQLCentOSMySql
- centos 7中 yum安裝jdkCentOSJDK
- Zabbix 簡介與yum安裝
- CentOs6.8 yum安裝GitLabCentOSGitlab
- shell批次yum安裝並檢查是否安裝成功
- centos7中使用yum安裝NGINX安裝CentOSNginx