본문 바로가기

Jehna :)

검색하기
Jehna :)
프로필사진 Jehna

  • 분류 전체보기 (50)
    • 윌리 (45)
      • HTML&CSS (0)
      • PHP (2)
      • System 이것저것 (29)
      • DB (14)
    • 일상 (5)
      • 독서 (1)
      • 이것저것 (4)
Guestbook
Notice
Recent Posts
Recent Comments
Link
«   2025/08   »
일 월 화 수 목 금 토
1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31
Tags
  • CSS
  • user style
  • 디스크 용량 확인
  • centos7
  • Laravel
  • nginx
  • html 구성
  • error 1728
  • author style
  • 국민은행(기업)
  • navicat
  • mysql.proc 오류
  • OTP 보정오류
  • DOTCOM 마케팅 설계자 SECRET
  • php 업로드 파일 삭제
  • disk full
  • 갈레라
  • disk 100% 사용
  • php 7.3
  • OTP 오류
  • MariaDB
  • php 파일 삭제
  • wsrep
  • Oracle
  • php excel
  • nginx 1.12.0
  • postfix
  • php zip 모듈
  • 복구
  • ZipArchive 오류
more
Archives
Today
Total
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록postgresql (1)

Jehna :)

Postgresql 백업/복구

종종 백업이나 복구 할 때, 사용하는 명령어 1. 특정 테이블만 백업 / 복구 1) 백업 pg_dump -U [소유주] [DB명] -t [테이블 명] > [백업 파일명] ex) pg_dump -U user00 testDB -t userInfo > userInfo_dump 2) 복구 pgsql -U [DB 사용자 명] -f [백업 파일명] [DB명] ex) pgsql -U user00 -f userInfo_dump testDB 2. 특정 DB만 백업 / 복구 1) 백업 pg_dump -U [소유주] [DB명] > [백업 파일명] ex) pg_dump -U user00 testDB > backupfile 2) 복구 psql -U [소유주] [DB명] < [백업 파일명] ex) psql -U user00 te..

윌리/DB 2016. 12. 7. 01:09
이전 Prev 1 Next 다음

Blog is powered by kakao / Designed by Tistory

티스토리툴바