Code Monkey home page Code Monkey logo

Comments (4)

barbalex avatar barbalex commented on July 24, 2024

I opened the 700MB JSON file and changed the "rows" key to "docs". Now everything works.

Is it possible that CouchDB changed what it expects in a recent version?

from couchdb-dump.

dalgibbard avatar dalgibbard commented on July 24, 2024

Almost definitely :)
I haven't touched couchdb in a couple of years now tbf.
Likely solution is to:

  • Find out when this API endpoint changed (probably v2)
  • Lookup couchdb version via API, and apply/replace expected header

from couchdb-dump.

barbalex avatar barbalex commented on July 24, 2024

Hm. Nope. Not all is good after all. Now that the docs key exists on the top level, restoring does work.

But: The docs restored are not the original docs. There is an extra level above my real docs:

{
  "_id": "5e6feecbefa009744c40317f0600055f",
  "_rev": "1-4ac3fbddf2bf31d2ecd272795fcb1d7b",
  "id": "680EB898-F894-4669-85DE-A71CEDD891FD",
  "key": "680EB898-F894-4669-85DE-A71CEDD891FD",
  "value": {
    "rev": "11-cbac56e9e5ab244c00b0b162fa401985"
  },
  "doc": {
    "_id": "680EB898-F894-4669-85DE-A71CEDD891FD",
    "_rev": "11-cbac56e9e5ab244c00b0b162fa401985",
    "Gruppe": "Fauna",
    "Typ": "Objekt",
     ... and a lot more
}

The expected doc is the one in the doc key.

Where does the extra level and its keys come from?

Just to make it clear: Above is a doc after restoring with the rows key corrected to docs to evade the error.

from couchdb-dump.

barbalex avatar barbalex commented on July 24, 2024

Plus: I have now tried it out in these CouchDB versions:

  • 2.3.0
  • 2.2.0
  • 1.7.1
  • 1.6.1

In all I got the POST body must include docs parameter error if I let the rows key untouched.

from couchdb-dump.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.