Whiteship
  • Home
  • 인프런 강의
  • Java
  • Spring
  • JPA
  • SDE Tips
Subscribe
Tagged

PostgreSQL

A collection of 2 posts

맥

맥북에 Postgres 설치하기

먼저 PostgreSQL 코어를 설치합니다.http://www.postgresql.org/download/macosx 공유 메모리가 부족하다는 메시지가 뜨던데, 재부팅해서 다시 설치를 시도하면 설치가 진행됩니다. 코더 설치를 마친 다음에는 pgAdmin을 설치했습니다.http://www.pgadmin.org/download/macosx.php오~ 좋네 좋아.

  • 백기선
백기선 Oct 11, 2008 • 1 min read
DB 백업

PostgreSQL DB 백업/복구

su – postgres pg_dump db이름 > 폴더/백업파일명 백업파일 다운로드 dropdb -U postgres db이름 createdb -U postgres -E 인코딩 db이름 psql -U postgres db이름 i 백업파일명

  • 백기선
백기선 Apr 11, 2008 • 1 min read
Whiteship © 2021
Powered by Ghost