...
- dnf = Dandified Yum으로 Yum의 차세대 버전
코드 블럭 | ||
---|---|---|
| ||
# InstallPostgreSQL 다운로드 theRPM repository저장소 RPM:설치 sudo dnf install -y https://download.postgresql.org/pub/repos/yum/reporpms/EL-8-x86_64/pgdg-redhat-repo-latest.noarch.rpm # (옵션) # Disable the built-in내장된 PostgreSQL module: 비활성화 sudo dnf -qy module disable postgresql # InstallPostgreSQL PostgreSQL:설치 sudo dnf install -y postgresql13-server |
...
※ 다른 서버에서 PostgreSQL DB 연동시 인증 오류 날 경우 아래 링크 참조
...
참조
- PostgreSQL: Linux downloads (Red Hat family)참조 URL 링크 2