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

DB 복구

A collection of 1 post

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 © 2022
Powered by Ghost