Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-24894

mongodump utility command takes forever.

    • Type: Icon: Bug Bug
    • Resolution: Cannot Reproduce
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: 3.2.7
    • Component/s: Tools
    • Labels:
      None
    • ALL
    • Hide
      use meantest
      db.createCollection("tech")
      db.tech.insert(
          [
              {
                  name: "MongoDB",
                  role: "Database",
                  language: "JavaScrip"
              },
              {
                  name: "Express",
                  role: "Web application server",
                  language: "JavaScrip"
              },
              {
                  name: "Angular",
                  role: "Front-end framework",
                  language: "JavaScrip"
              },
              {
                  name: "Node.js",
                  role: "Platform",
                  language: "JavaScrip"
              }
          ]
      )
      

      In a separate cmd shell window, I ran "mongodump --db meantest". Took more than 4 hours, and showed no sign of it ever completing.

      Tried "mongodump --db meantest --gzip". It's been 2.5 hours and counting, with no signs of getting completed. What am I doing wrong?

      I use the latest version of mongodb as of today, on my x64 windows 10 home edition.

      Show
      use meantest db.createCollection("tech") db.tech.insert( [ { name: "MongoDB", role: "Database", language: "JavaScrip" }, { name: "Express", role: "Web application server", language: "JavaScrip" }, { name: "Angular", role: "Front-end framework", language: "JavaScrip" }, { name: "Node.js", role: "Platform", language: "JavaScrip" } ] ) In a separate cmd shell window, I ran "mongodump --db meantest". Took more than 4 hours, and showed no sign of it ever completing. Tried "mongodump --db meantest --gzip". It's been 2.5 hours and counting, with no signs of getting completed. What am I doing wrong? I use the latest version of mongodb as of today, on my x64 windows 10 home edition.

      I have just tried out MongoDB. All I have is a small collection of just 4 documents. I tried using the mongodump utility on my database. It runs for ever.

            Assignee:
            Unassigned Unassigned
            Reporter:
            renu318 Renu Sahukara
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: