Taylored Web Sites
Taylored Web Sites

Reputation: 1027

how can I load a mongodump of v2.4 database

I have been given a mongodump of a system that is still running mongodb v2.4, and I want to load it into a system that is running v3.4. I am having a number of problems with this:

Note: I am running Mac for development and Centos 7 for production.

It appears to me that I am stuck. Help Please!

Upvotes: 0

Views: 57

Answers (1)

Chamaz
Chamaz

Reputation: 160

For mac all MongoDB binaries you can download from below link

https://www.mongodb.org/dl/osx?_ga=2.218637342.62467748.1534239415-735789874.1531276044

For CentOS 7(RHEL Linux 64-bit*64) all MongoDB binaries you can download from below link

https://www.mongodb.org/dl/linux/x86_64-rhel70?_ga=2.147743408.62467748.1534239415-735789874.1531276044

Upvotes: 1

Related Questions