-
Postgresql dump restore 백업 복구프로그램밍 2020. 7. 3. 13:12
PostgreSQL #백업 #복구
백업
pg_dump -Fc -v --host=localhost --username=<사용자 아이디> --dbname=<데이터베이스명> -f <백업파일명>.dump
복구
pg_restore -v --no-owner --host=localhost --username=<사용자 아이디> --dbname=<데이터베이스명> <백업파일명>.dump
'프로그램밍' 카테고리의 다른 글
OHDSI WebAPI 2.11.0 배포 (0) 2022.06.23 R library 설치 오류 (0) 2020.10.29 MBR to GPT (0) 2020.06.22 OHDSI Atlas Generate 오류 (0) 2020.04.09 OHDSI ATLAS, Achilles results 스키마 오류 (0) 2020.04.02