[ PostgreSQL Install on linux ]
리눅스에서 설치 시에 여러 옵션을 이용하여 설치 진행 할 수 있다. 자주 사용되는 몇 가지 옵션에 대해서 살펴보면 아래와 같다.
Option 옵 션 |
Description 설 명 |
--version | version, 제품에 대한 버전확인 |
--mode | installation mode |
Default : gt | |
Allowed: xwindows, text, gtk | |
--installer-language | language select |
Default : en | |
Allowed : en, es, fr | |
--superaccount | superuser, Default : postgres |
--serviceaccount | execution user, Default : postgres |
--prefix | Engine directory, Default : /opt/PostgreSQL/9.5 |
--datadir | Data directory, Default : /opt/PostgreSQL/9.5/data |
--serverport | Service port, Default : 5432 |
--locale | Locale |
1. Open the terminal and proceed with the installation in text format using --mode.
터미널을 열어 --mode를 이용하여 text 형식으로 설치를 진행한다.
2. The installation proceeds and sets the directory where the engine will be installed.
설치가 진행되며 엔진을 설치할 디렉토리를 설정한다.
데이터를 저장 할 디렉토리를 설정한다.
DB접속에 대한 Superuser의 password를 설정한다.
5. Set the port to connect to.
접속할 port를 설정한다.
접속할 port를 설정한다.
6. Specifies the locale setting.
Locale 설정을 지정한다.
Locale 설정을 지정한다.
7. After confirming that installation preparation is completed, proceed with installation.
설치 준비가 완료되었다는 정보를 확인 후 설치를 진행한다.
설치 준비가 완료되었다는 정보를 확인 후 설치를 진행한다.
No comments:
Post a Comment