linux postgresql 설치하기

    centos7 postgresql 설치하기

    centos7 postgresql 설치하기

    1. 필요한 파일 검색 https://www.postgresql.org/download/linux/redhat/ 저장소 설치 sudo yum install -y https://download.postgresql.org/pub/repos/yum/reporpms/EL-7-x86_64/pgdg-redhat-repo-latest.noarch.rpm 2. 설치 가능 패키지 검색 sudo yum list postgres* 3. [root@onypoc ~]# yum install postgresql11-libs.x86_64 postgresql11.x86_64 postgresql11-contrib.x86_64 postgresql11-server.x86_64 4. db생성 sudo /usr/pgsql-11/bin/pos..