Code Monkey home page Code Monkey logo

Comments (5)

chatzipan avatar chatzipan commented on July 24, 2024

I replaced all sed -i instances with sed -i '' and it worked like a charm.

from couchdb-dump.

dalgibbard avatar dalgibbard commented on July 24, 2024

Interesting! I've been struggling for time to test this and probably won't get around to it until next week (though I do at least have a Mac now); feel free to raise a pull request in the meantime :)

from couchdb-dump.

KingScooty avatar KingScooty commented on July 24, 2024

Yep, having the same issue on OSX El Capitan. Will use @chatzipan's pull request until it's merged.

from couchdb-dump.

dalgibbard avatar dalgibbard commented on July 24, 2024

Merged; closing. Thanks!

from couchdb-dump.

TheoBrigitte avatar TheoBrigitte commented on July 24, 2024

Just came accross this issue, which lead to the following error in linux:

$ ./couchdb-backup.sh -b -H 172.17.0.3 -P 5984 -d mydb -f mydb_dump.json
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 19543    0 19543    0     0  4997k      0 --:--:-- --:--:-- --:--:-- 6361k
... INFO: File contains Windows carridge returns- converting...
... INFO: Completed successfully.
... INFO: Amending file to make it suitable for Import.
... INFO: Stage 1 - Document filtering
sed: can't read s/.*,"doc"://g: No such file or directory
Stage failed.

This is because the linux sed implemenation differ from osx, it expect sed -i or sed -isomething but not sed -i something.
Same issue mentionned in #40.

Here is a pull request #41 in order to fix this issue and pass the right sed -i according to the os type.

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.