0

I've recently deployed an app to meteor.com, and was wondering if its possible to download the mongodb database for the app. I could not find any reference to data access in the Meteor documentation.

At some point I might want to deploy to another hosting site, and want to be able to take my data with me.

  • 1
    Possible duplicate: http://stackoverflow.com/questions/11024888/is-there-a-simple-way-to-export-the-data-from-a-meteor-deployed-app – BenjaminRH May 28 '13 at 06:48

1 Answers1

0

I believe either of the following options would work for you:

How do I use an existing MongoDB in a Meteor project?

Restore a mongodb in meteor production server

Community
  • 1
  • 1
zeroasterisk
  • 2,199
  • 1
  • 23
  • 28