Could we recover Mongo records from the data files only without namespace files?Design the big data with...

PTIJ: Is all laundering forbidden during the 9 days?

Is there a full canon version of Tyrion's jackass/honeycomb joke?

Correct physics behind the colors on CD (compact disc)?

What is better: yes / no radio, or simple checkbox?

What is the meaning of "notice to quit at once" and "Lotty points”

Is every open circuit a capacitor?

Make me a metasequence

PTIJ: Why can't I sing about soda on certain days?

is 'sed' thread safe

How can neutral atoms have exactly zero electric field when there is a difference in the positions of the charges?

Can a space-faring robot still function over a billion years?

Should I use HTTPS on a domain that will only be used for redirection?

A bug in Excel? Conditional formatting for marking duplicates also highlights unique value

Split a number into equal parts given the number of parts

How does signal strength relate to bandwidth?

Is there a math equivalent to the conditional ternary operator?

PTIJ: What dummy is the Gemara referring to?

If nine coins are tossed, what is the probability that the number of heads is even?

Giving a talk in my old university, how prominently should I tell students my salary?

Meaning of word ягоза

Relationship between the symmetry number of a molecule as used in rotational spectroscopy and point group

I encountered my boss during an on-site interview at another company. Should I bring it up when seeing him next time?

When to use mean vs median

Sometimes a banana is just a banana



Could we recover Mongo records from the data files only without namespace files?


Design the big data with mongo dbHow to access the data of collections from the .ns and other core storage files in mongodb?Mongo repairDatabase procedurecannot repair database in mongodbKeep files in Mongo as part of the datamongod crashes with “Invariant failure getExtent( a )->xprev.isNull()” messageRestoring the database dump of a newer version to an older version of mongodbHow to match a WiredTiger index file to its corresponding collectionRecover MongoDB data without WiredTiger.wt fileSetup standalone with all the data from cluster, mongodb













1















I am missing a namespace file from the Mongo db path. I only have data files with number extensions (e.g. report.4,report.5). Is there any way to recover the mongodb dump from the data files?










share|improve this question
















bumped to the homepage by Community 10 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.




















    1















    I am missing a namespace file from the Mongo db path. I only have data files with number extensions (e.g. report.4,report.5). Is there any way to recover the mongodb dump from the data files?










    share|improve this question
















    bumped to the homepage by Community 10 mins ago


    This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.


















      1












      1








      1








      I am missing a namespace file from the Mongo db path. I only have data files with number extensions (e.g. report.4,report.5). Is there any way to recover the mongodb dump from the data files?










      share|improve this question
















      I am missing a namespace file from the Mongo db path. I only have data files with number extensions (e.g. report.4,report.5). Is there any way to recover the mongodb dump from the data files?







      mongodb mongodb-3.4 mongo-repair






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Sep 11 '17 at 15:24









      RDFozz

      9,90231531




      9,90231531










      asked Sep 11 '17 at 8:58









      Bimal TamangBimal Tamang

      61




      61





      bumped to the homepage by Community 10 mins ago


      This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.







      bumped to the homepage by Community 10 mins ago


      This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
























          1 Answer
          1






          active

          oldest

          votes


















          0














          Hmm.. You have MMAPv1 engine in use... If your mongodb version is BEFORE 3.0, you can use mongodump and --dbpath parameter to read data directly from data files.






          share|improve this answer























            Your Answer








            StackExchange.ready(function() {
            var channelOptions = {
            tags: "".split(" "),
            id: "182"
            };
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function() {
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled) {
            StackExchange.using("snippets", function() {
            createEditor();
            });
            }
            else {
            createEditor();
            }
            });

            function createEditor() {
            StackExchange.prepareEditor({
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: false,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: null,
            bindNavPrevention: true,
            postfix: "",
            imageUploader: {
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            },
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            });


            }
            });














            draft saved

            draft discarded


















            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fdba.stackexchange.com%2fquestions%2f185585%2fcould-we-recover-mongo-records-from-the-data-files-only-without-namespace-files%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown

























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            0














            Hmm.. You have MMAPv1 engine in use... If your mongodb version is BEFORE 3.0, you can use mongodump and --dbpath parameter to read data directly from data files.






            share|improve this answer




























              0














              Hmm.. You have MMAPv1 engine in use... If your mongodb version is BEFORE 3.0, you can use mongodump and --dbpath parameter to read data directly from data files.






              share|improve this answer


























                0












                0








                0







                Hmm.. You have MMAPv1 engine in use... If your mongodb version is BEFORE 3.0, you can use mongodump and --dbpath parameter to read data directly from data files.






                share|improve this answer













                Hmm.. You have MMAPv1 engine in use... If your mongodb version is BEFORE 3.0, you can use mongodump and --dbpath parameter to read data directly from data files.







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Sep 11 '17 at 15:38









                JJussiJJussi

                3,1391314




                3,1391314






























                    draft saved

                    draft discarded




















































                    Thanks for contributing an answer to Database Administrators Stack Exchange!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid



                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.


                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function () {
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fdba.stackexchange.com%2fquestions%2f185585%2fcould-we-recover-mongo-records-from-the-data-files-only-without-namespace-files%23new-answer', 'question_page');
                    }
                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    Szabolcs (Ungheria) Altri progetti | Menu di navigazione48°10′14.56″N 21°29′33.14″E /...

                    Discografia di Klaus Schulze Indice Album in studio | Album dal vivo | Singoli | Antologie | Colonne...

                    How to make inet_server_addr() return localhost in spite of ::1/128RETURN NEXT in Postgres FunctionConnect to...