Skip to content

nopecho/db-dumper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Local DB Dump

로컬에 DB 덤프 받는 과정이 너무 귀찮다...
데이터 베이스도 설치해야 하고..

...

Dependency

Run

step 1

./postgres/migration.sh의 접속 정보 변경

HOST={your target db host} #port는 생략
DATABASE={your target db database name}
USERNAME={your target db username}
PASSWORD={your target db password}

step 2

just run..

make dump-postgres

About

💾 I Want Simply Local DB dump..

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published