내용으로 건너뛰기
GaramX
사용자 도구
로그인
사이트 도구
검색
도구
문서 보기
이전 판
역링크
최근 바뀜
미디어 관리자
사이트맵
로그인
>
최근 바뀜
미디어 관리자
사이트맵
현재 위치:
home
»
postgresql
»
install
추적:
postgresql:install
이 문서는 읽기 전용입니다. 원본을 볼 수는 있지만 바꿀 수는 없습니다. 문제가 있다고 생각하면 관리자에게 문의하세요.
====== PostgreSQL 설치 ====== 여기서 자세한 설명을 본다. https://www.postgresql.org/download/ 아래에 있는 것은 쓰레기 위의 것을 참조하세요. ===== Linux Ubuntu ===== ==== 필수 패키지 설치 ==== 데이터베이스 소프트웨어 설치를 지원하려면 다음 패키지를 설치해야 합니다. <code bash> sudo apt install software-properties-common apt-transport-https wget -y </code> ==== postgresql 16 설치 ==== <code bash> sudo apt install postgresql-16 </code> ==== Debian에 설치 (XX삭제XX) ==== <code bash> sudo apt install curl ca-certificates gnupg </code> <code bash> curl https://www.postgresql.org/media/keys/ACCC4CF8.asc \ | gpg --dearmor \ | sudo tee /etc/apt/trusted.gpg.d/apt.postgresql.org.gpg >/dev/null </code> <code bash> ==> ubuntu 와 debian의 source.list추가 sudo sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg main" > /etc/apt/sources.list.d/pgdg.list' </code> ==== Debian12에서 설치 ==== <code bash> sudo apt install -y postgresql-common sudo /usr/share/postgresql-common/pgdg/apt.postgresql.org.sh </code>
postgresql/install.txt
· 마지막으로 수정됨: 2025/04/15 10:05 저자
127.0.0.1
문서 도구
문서 보기
이전 판
역링크
맨 위로