top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Restore Mongodb

0 votes
222 views

wish to restore mongodb from a snapshot backup taken using a third party solution, Netbackup. Could you assist to provide the step by step guide on how to go about this?

Currently, I have restored the backup taken to a file system level n a different host and have tried to modify the content of mongo.conf.

I have been trying to start the mongodb services but it is not coming up.

posted Jun 13, 2018 by anonymous
Looking for an answer?  Promote on:
Facebook Share Button Twitter Share Button LinkedIn Share Button

Your answer

Preview

Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please log in or register.
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

I generated some GridFs data on local MongoDB but I want to export these files only to production MongoDB.
I just have uploadtime field to query these files. Is there some option in Export to JSON by mongoexport both files and chunks after time stamp.

0 votes

I have a simple instance of MongoDB running with no replication or authentication.

The installation notes state: "For a production deployment, deploy MongoDB in a three member replica set and enable authentication."For just testing of Charts v0.9 is this a requirement?

0 votes

Im using pymongo_spark.py to write a large rdd to mongodb on Azure.

However since the table is very large the error "Request rate is large" is returned and not all entries are inserted.

What possible workarounds are there?

...