top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

MONGODB: How I can archive a database in a Cluster. I have a 15 TB database that is spread across 15 shards in a cluster

0 votes
217 views
MONGODB: How I can archive a database in a Cluster. I have a 15 TB database that is spread across 15 shards in a cluster
posted Oct 2, 2016 by anonymous

Looking for an answer?  Promote on:
Facebook Share Button Twitter Share Button LinkedIn Share Button

Similar Questions
+1 vote

I try copy datebase vk_market from remote host to vk_market_test on localhost over network:

# ssh user@host mongodump --archive --db=vk_market | mongorestore --archive --drop --db=vk_market_test

But target datebase vk_market_test do not created. Any pointer?

+1 vote

Does anyone know how I remove orphaned documents in a cluster (sharding) in mongodb version 3.0.10, My actual data are 20 million orphans and documents the value amounts to 21 million data

0 votes

Can we use mongo recommended snapshot i.e LVM snapshot across versions? i.e snapshot taken from v2.4.10 and restore it to v3.0.4.
We have tested the same and this works. Is this recommended by mongo?

+1 vote

I want learn mongodb java and I want to do project in this area, I want to store encrypted data in the database.
Also I want to know what is mongoid gem. Please suggest some pointers?

...