- EDB 홈페이지에서 Linux용 다운로드
https://www.enterprisedb.com/software-downloads-postgres
PostgreSQL Download: EnterpriseDB Products Download | EnterpriseDB
Enterprise The EDB Postgres Enterprise subscription includes the use of EDB Postgres Advanced Server, EDB’s enhanced Postgres distribution with enhanced security, enterprise tooling for DBAs and application developers, and Oracle database compatibility.
www.enterprisedb.com
전화해서 여쭤보니까 언어설정을 한국어로 하면 제품 다운로드 페이지가 깨짐..
- 언어 설정 영어로 해서 들어가서 설치 서버에 맞는 제품 다운로드~
- 설치 서버에 올리고 ./edb-as10-server-10.8.16-1-linux-x64.run
- 설치시에 나오는 안내 문구에 맞게 y 혹은 n 입력하면 됨.
- 근데 EDB 접속하려면 psql 툴이 필요함!!
- yum install postgresql 설치하고
- su enterprisedb로 사용자 바꾸기
- cd /opt/edb/as10 으로 설치 디렉토리로 이동! (이거 계정 su change하면 알아서 홈디렉토리 바꾸게끔 하면 될듯)
- psql -p 5444 -U enterprisedb edb 후에 pw 입력하면 됨.
'2 > DBMS' 카테고리의 다른 글
postgreSQL 9.6 설치 with Windows server 2012 (0) | 2019.07.25 |
---|---|
Tibero 세션 수 확인 및 세션 종료 (0) | 2019.06.19 |
MySQL 서버 disk full (0) | 2019.06.14 |
Oracle profile (0) | 2019.06.13 |
Oracle DB 에러코드 안내 사이트 (0) | 2019.06.13 |