Cài đặt các package hỗ trợ:
# yum install -y gcc make systemd-devel zlib-devel readline-devel
Tạo postgres user
# useradd -m -s /bin/bash postgres
# usermod -aG wheel postgres
# passwd postgres
Chuyển qua user postgres
# su postgres
Tiến hành Download source code PostgreSQL
wget https://ftp.postgresql.org/pub/source/v12.0/postgresql-12.0.tar.gz
(Hoặc bạn có thể download từ windows PC rồi dùng WinSCP copy lên server linux)
Tiến hành giải nén:
$ gunzip postgresql-12.1.tar.gz
$ tar xf postgresql-12.1.tar
$ cd postgresql-12.1
Thực hiện build
### Thực hiện cấu hình:./configure --with-icu --with-openssl --with-systemd
Chú ý: --with-systemd : hỗ trợ build với systemd
Make a build
$ make
Kiểm tra trước khi cài đặt
$ make check
Tiến hành cài đặt
$ sudo make install
Cấu hình biến môi trường cho postgres server:
$ DATA_DIR=/usr/local/pgsql/data
$ sudo mkdir $DATA_DIR
$ sudo chown postgres $DATA_DIR
$ echo 'export PATH=$PATH:/usr/local/pgsql/bin' > /etc/profile.d/postgres.sh
Khởi tạo database cluster
$ initdb --encoding=UTF8 --locale=C -D $DATA_DIR
Như vậy bạn đã cài xong postgres 12 cho server centos linux
Bài viết sau chúng tôi sẽ hướng dẫn bạn cấu hình master-slave server cho postgres 12 nhé
* KHOÁ HỌC ORACLE DATABASE A-Z ENTERPRISE trực tiếp từ tôi giúp bạn bước đầu trở thành những chuyên gia DBA, đủ kinh nghiệm đi thi chứng chỉ OA/OCP, đặc biệt là rất nhiều kinh nghiệm, bí kíp thực chiến trên các hệ thống Core tại VN chỉ sau 1 khoá học.
* CÁCH ĐĂNG KÝ: Gõ (.) hoặc để lại số điện thoại hoặc inbox https://m.me/tranvanbinh.vn hoặc Hotline/Zalo 090.29.12.888
* Chi tiết tham khảo:
https://bit.ly/oaz_w
=============================
KẾT NỐI VỚI CHUYÊN GIA TRẦN VĂN BÌNH:
📧 Mail: binhoracle@gmail.com
☎️ Mobile/Zalo: 0902912888
👨 Facebook: https://www.facebook.com/BinhOracleMaster
👨 Inbox Messenger: https://m.me/101036604657441 (profile)
👨 Fanpage: https://www.facebook.com/tranvanbinh.vn
👨 Inbox Fanpage: https://m.me/tranvanbinh.vn
👨👩 Group FB: https://www.facebook.com/groups/DBAVietNam
👨 Website: https://www.tranvanbinh.vn
👨 Blogger: https://tranvanbinhmaster.blogspot.com
🎬 Youtube: https://www.youtube.com/@binhguru
👨 Tiktok: https://www.tiktok.com/@binhguru
👨 Linkin: https://www.linkedin.com/in/binhoracle
👨 Twitter: https://twitter.com/binhguru
👨 Podcast: https://www.podbean.com/pu/pbblog-eskre-5f82d6
👨 Địa chỉ: Tòa nhà Sun Square - 21 Lê Đức Thọ - Phường Mỹ Đình 1 - Quận Nam Từ Liêm - TP.Hà Nội
=============================