상세 컨텐츠

본문 제목

[PostgreSQL] CentOS 5.x 에 PostgreSQL 최신버전(9.3) 다운로드 받기

DBMS/PostgreSQL

by Array 2013. 11. 25. 15:11

본문

1. CentOS 5.x 에서 yum 으로 설치할려면 8.3 이 최신이다. 그래서 repository를 업데이트 해줘야 한다.

- http://yum.postgresql.org 에 가서 버전에맞는 repository package 를 받아서 설치한다.

- rpm -ivh pgdg-centos93-9.3-1.noarch.rpm



2. 1번작업이 완료되었으면 PostgreSQL 을 설치한다.

- yum install postgresql93 postgresql93-server


3. DB initaalize

- /etc/init.d/postgresql-9.3 initdb -D /var/lib/pgsql/data


4. PostgreSQL service 등록

- chkconfig --add /etc/rc.d/init.d/postgresql-9.3

- chkconfig postgresql-9.3 on


5. 서비스 시작하기

- /etc/init.d/postgresql-9.3 start

- /etc/init.d/postgresql-9.3 stop

관련글 더보기

댓글 영역