Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 231 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 231 Bytes

Initialize MongoDB source and Postgres target databases

docker compose up -d

Restore MongoDB database

./restore.sh -d cluster0 -p /path/to/dump/cluster0

Run migration script

npm run migrate