Force updating all views of a couchdb database
527
docker run --rm jeko/couchdb-runviews /couchdb_runviews.py http://couchdb.example.com:5984 my-database-name
Will perform a GET on all views of the given database, thus triggering an update if required.
./update-all-views.sh http://couchdb.example.com:5984
Requires bash...
License: GNU GPL v3
couchdb_runviews.py by Daniel Richman.Dockerfile, README.md and update-all-views.sh written by Jean-Christophe Hoelt.Content type
Image
Digest
Size
255.9 MB
Last updated
over 9 years ago
docker pull jeko/couchdb-runviews