From f7c9c6fd1e7c0eaa27414fb86c47b2c4918642a0 Mon Sep 17 00:00:00 2001 From: jmk Date: Wed, 5 Oct 2016 17:25:22 +0100 Subject: [PATCH 1/2] newest version of mongodb node driver 2.2.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fc0d926..232a3a4 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "author": "Ritchie Martori", "license": "BSD", "dependencies": { - "mongodb": "~1.1.11", + "mongodb": "^2.2.10", "shelljs": "~0.1.2" } } From f458af8ec5571b3a5aea018cd724a0207a4787b6 Mon Sep 17 00:00:00 2001 From: jmk Date: Fri, 7 Oct 2016 20:11:15 +0100 Subject: [PATCH 2/2] Update README.md Found that to successfully import a collection from a mongo instance a matching collection needed to be waiting in the deployd instance. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3ff672a..88c6d66 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,8 @@ Create a project. Then install the dpd-importer module. npm install dpd-importer dpd -d +Create a collection(s) in your deployd dashboard to match that in your MongoDB database. + Click the green new resource and choose **Importer**. Give it the default name "/importer". Open it by clicking "IMPORTER" in the left menu.