PostgreSQL installation, can be organized into one-click Installation PG Script

Source: Internet
Author: User
Tags postgresql

Yum-y install gcc make readline zlib readline-devel zlib-devel
TAR-JXVF postgresql-9.5.2.tar.bz2
CD postgresql-9.5.2
Groupadd Postgres
Useradd-g Postgres Postgres
echo "dbking588" | passwd--stdin Postgres
./configure--prefix=/opt/pg952
Gmake World
Gmake Install-world
Chown-r postgres:postgres/opt/pg952/
echo "Export pg_home=/opt/pg952" >>/home/postgres/.bash_profile
echo "Export Pg_data=/opt/pg952/data" >>/home/postgres/.bash_profile
echo "Export ld_library_path= $PG _home/lib: $LD _library_path" >>/home/postgres/.bash_profile
echo "Export path=pg_home/bin: $PATH" >>/home/postgres/.bash_profile
/opt/pg952/bin/initdb-d/opt/pg952/data/--locale=c--encoding=utf8
/opt/pg952/bin/pg_ctl-d/opt/pg952/data/-l/opt/pg952/logfile Start
--Create DATABASE/user:
postgres=# create user root superuser;
CREATE ROLE
postgres=# CREATE database root;
CREATE DATABASE

PostgreSQL installation, can be organized into one-click Installation PG Script

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.