CENTOS7 Installation Configuration PostgreSQL

Source: Internet
Author: User
Tags postgresql
Execute command

Yum Install Postgresql-server

Yum Install Postgresql-contrib

After the installation is complete, check the service status of PostgreSQL

Systemctl Status PostgreSQL

Service not started

Execute SYSTEMCTL start PostgreSQL startup service

The execution process may cause an error

Job for Postgresql.service failed because the control process exited with error code. See "Systemctl Status Postgresql.service" and "Journalctl-xe" for details.

Initialization of the database after PostgreSQL installation

Execute Postgresql-setup INITDB

Start the PostgreSQL service again

Viewing PostgreSQL process information with the PS command

Switch to PostgreSQL user to perform psql operation with Su–postgres

Use \l to view all database information for PostgreSQL

You can see that PostgreSQL is installed correctly. To start PostgreSQL each time you boot, execute the following command

To this PostgreSQL basic installation and configuration is complete.


More articles about the public number "kick genius"

CENTOS7 Installation Configuration PostgreSQL

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.