Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/janl/recover-couchdb
Find and extract orphaned documents from a CouchDB database file
https://github.com/janl/recover-couchdb
Last synced: 3 months ago
JSON representation
Find and extract orphaned documents from a CouchDB database file
- Host: GitHub
- URL: https://github.com/janl/recover-couchdb
- Owner: janl
- Fork: true (cbuben/recover-couchdb)
- Created: 2015-10-15T10:54:03.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2013-07-21T21:25:09.000Z (over 11 years ago)
- Last Synced: 2024-04-07T01:27:49.363Z (9 months ago)
- Language: Erlang
- Homepage:
- Size: 1.27 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Getting
You can clone this Git repository, but there are also pre-built binaries in the
[Download](recover-couchdb/archives/v0.5) section.# Building
If you downloaded the `.zip` file from GitHub, this step is not required.
1. First make sure all the submodules are checked out by running
Run `git submodule update --init` in this directory.
2. make# Running
Copy recover_couchdb to your database server, possibly running
`chmod +x recover_couchb` if the copy process did not copy its execute
permission.Next run the tool with all of your .couch files. For a normal source-code
install, that might look like this:./recover_couchdb /usr/local/var/lib/couchdb/*.couch
# Windows
You may need to run the `escript` command manually.
escript ./recover_couchdb /path/to/my/db.couch
# vim: tw=80