choko icon indicating copy to clipboard operation
choko copied to clipboard

Import an existing Database dump from an existing choko app

Open sebas5384 opened this issue 10 years ago • 1 comments

When we work with a team of developers, we need a way to import and export dumps, to start an existing project.

Something like:

cd ./apps/project-name
choko db import exports/db.json

sebas5384 avatar May 16 '14 23:05 sebas5384

Cool, I believe we can use mongodump for exporting and the cli for importing.

This depends on #106.

recidive avatar May 17 '14 17:05 recidive