izdi
izdi

Reputation: 565

Mongodump on Arch Linux ARM

How could I alternatively dump mongodb, since pacman does not ship mongodb-tools with it ?

[root@pi2 lib]# mongo
mongo       mongod      mongoperf   mongos      mongosniff 
[root@pi2 lib]# mongodump
-bash: mongodump: command not found

Upvotes: 3

Views: 2275

Answers (1)

shodiqul muzaki
shodiqul muzaki

Reputation: 108

you just install mongodb-tools to get command mongodump, mongorestore, etc

Upvotes: 7

Related Questions