Tuesday, December 11, 2018

▷ postgresql install on linux (리눅스 postgresql 설치)

[ PostgreSQL Install on linux ]


On Linux, you can proceed with the installation using several options. Some of the more commonly used options are listed below.
리눅스에서 설치 시에 여러 옵션을 이용하여 설치 진행 할 수 있다. 자주 사용되는 몇 가지 옵션에 대해서 살펴보면 아래와 같다. 

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.
   설치가 진행되며 엔진을 설치할 디렉토리를 설정한다.







3. Set the directory in which to store the data.
    데이터를 저장 할 디렉토리를 설정한다.





4. Set the superuser's password for the DB connection.
   DB접속에 대한 Superuser의 password를 설정한다.






5. Set the port to connect to.
   접속할 port를 설정한다.





6. Specifies the locale setting.
   Locale 설정을 지정한다.







7. After confirming that installation preparation is completed, proceed with installation.
   설치 준비가 완료되었다는 정보를 확인 후 설치를 진행한다.




8. This is the completion screen after installation progress.
   설치 진행 후 완료 화면이다.






9. Start/Stop
   기동/중지
   # su - postgres
   # ./bin/pg_ctl start
   # ps -ef | grep postgres
   # ./bin/pg_ctl stop

No comments:

Post a Comment

◈ Recent Post

▷ UITest demo with TestOne (Mobile, Keypad and Drag until found tip)

[ UITest Demo Environment ] 1. UITest Solution: TestOne 2. Description 데모 설명    How to use keypad, and to drag until found.     키패드를...

◈ Popular Posts