[Rocky Linux] postgresql 16 + pgVector 설치
Rocky Linux 에 PostgreSQL 16 + pgVector 설치 과정 가. 시스템 업데이트# dnf -y update# dnf install epel-release 나. postgreSQL + pgVecgtor 다운로드 / 설치# cd /home# wget https://download.postgresql.org/pub/repos/yum/reporpms/EL-9-x86_64/pgdg-redhat-repo-latest.noarch.rpm# wget https://download.postgresql.org/pub/repos/yum/16/redhat/rhel-8-x86_64/pgvector_16-0.7.0-2PGDG.rhel8.x86_64.rpm# dnf install -y postgresql16-..