- Backup
- su - postgres
- pg_dump db이름 > 폴더/백업파일
- Restore
- dropdb -U postgres db이름
- createdb -U postgres -E 인코딩 db이름
- psql -U postgres db이름
- \i 백업파일명
728x90
'DataBase > PostgreSQL' 카테고리의 다른 글
“FATAL: Ident authentication failed”, or how cool ideas get bad usage schemas (0) | 2009.05.07 |
---|