【发布时间】:2015-04-07 05:42:03
【问题描述】:
我想在meteor.com免费托管服务的部署链接中使用我的localmongodb,这可能吗?
如果是这样,我如何将 mongodb 导出到部署站点? meteor whateversite.meteor.com
【问题讨论】:
-
是类似的问题,但不完全相同,我只关心将我的 localhost mongodb 导出到meteor.com 托管服务
我想在meteor.com免费托管服务的部署链接中使用我的localmongodb,这可能吗?
如果是这样,我如何将 mongodb 导出到部署站点? meteor whateversite.meteor.com
【问题讨论】:
我使用 MongoChef http://3t.io/mongochef 将集合从本地 mongoDB 导出和导入到任何现场,
要获取 domain.meteor.com mongoDB 访问详细信息,请运行
meteor mongo domain.meteor.com --url
请查看 Akshat 答案:https://stackoverflow.com/a/23982518/3136253
【讨论】: