summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-02-06renamed: find_max_upload_size.py -> tests/find_max_upload_size.pyvarac
2014-02-03Add script to find maximum upload size on a soledad/couch node.drebs
2013-12-19fix dump error on empty databases (#4778)varac
2013-12-18delete /var/backups/couchdb/* before dumping DBs (Bug #4789)varac
2013-12-16use proper id for couch design docsvarac
2013-12-16encode slash in dbname, include attachments in dumpvarac
2013-12-16commented debugging leftovervarac
2013-12-16updated couchdb_restoreall.sh to match new restore routinevarac
2013-12-16updated restore_db()varac
2013-11-27fix quotingMicah Anderson
2013-11-27remove echoMicah Anderson
2013-11-27change parsing of design documents to work with a layout that would allow ↵Micah Anderson
for a naming scheme where the directory name is the database name, and the file name is the design doc name: eg. users/User.json should end up in users/_design/User This will allow us to use different design docs per database for different purposes. eg. users/_design/User for the data schema and views and users/_design/write_restricted for validations that prevent certain couch users from writing and users/_design/filters for filters that filter the changes stream for things like tapicero to only receive the relevant changes.
2013-11-26make sure script is set executableMicah Anderson
2013-11-26add simple script to iterate over design documents in a specific directory ↵Micah Anderson
and load them
2013-11-07couchdb_dumpall.sh: check if db is in the list of DBs to be excludedvarac
2013-11-07added /etc/leap/couchdb_scripts_defaults.conf as possible config file and ↵varac
EXCLUDE_DBS default var
2013-10-30removed old debugging commentsvarac
2013-10-30adopt default credential variable namesvarac
2013-10-30updated couchdb_scripts_defaults.conf, allow custom defaults fileroot
2013-10-30renamed: couchdb-scripts-defaults.conf -> couchdb_scripts_defaults.confroot
2013-10-24now using custom dump method, much faster than using the scipt from ↵varac
python-couchdb
2013-08-30Merge branch 'master' of ↵varac
ssh://urchin.dev.bitmask.net/usr/local/bin/couchdb_scripts
2013-08-30added couchdb_delete_all_dbs.shvarac
2013-08-21updated README.md, fixed debugging leftover in couchdb_recreate_dbs.shvarac
2013-08-21initial commitvarac