1. 설치 방법
sudo yum install -y https://download.postgresql.org/pub/repos/yum/reporpms/EL-7-x86_64/pgdg-redhat-repo-latest.noarch.rpm
sudo yum install -y postgresql14-server
sudo /usr/pgsql-14/bin/postgresql-14-setup initdb
sudo systemctl enable postgresql-14
sudo systemctl start postgresql-14
2. 기동 방법
postgresql-setup --initdb
systemctl enable postgresql.service
systemctl start postgresql.service
반응형
'좋은지식 > 리눅스' 카테고리의 다른 글
Redhat Linux 7.9 MySQL 8.0 설치 (0) | 2021.12.16 |
---|---|
Redhat Linux 7.9 Jenkins 설치 (0) | 2021.12.09 |
Redhat Linux 7.9 openJDK 11 설치 (0) | 2021.12.09 |
Redhat Linux 7.9 GitLab CE 설치 (0) | 2021.12.07 |
[리눅스] VI 편집기 명령어 (0) | 2021.06.02 |