- postgresql-14 관련 rpm파일 다운로드 받기

postgresql14-libs-14.1-1PGDG.rhel8.x86_64.rpm
postgresql14-14.1-1PGDG.rhel8.x86_64.rpm
postgresql14-server-14.1-1PGDG.rhel8.x86_64.rpm
postgresql14-contrib-14.1-1PGDG.rhel8.x86_64.rpm

 

- 설치 

cd /usr/local/src/postgresql_rpms
dnf install -y postgresql14-libs-14.1-1PGDG.rhel8.x86_64.rpm
dnf install -y postgresql14-14.1-1PGDG.rhel8.x86_64.rpm
dnf install -y postgresql14-server-14.1-1PGDG.rhel8.x86_64.rpm
dnf install -y postgresql14-contrib-14.1-1PGDG.rhel8.x86_64.rpm

 

- DB초기화

su - postgres -c "/usr/pgsql-14/bin/initdb -D /usr/local/src/pgsql/14/data"

+ Recent posts