What is command to clean CouchDB please ? And if I want to disable and re-start my CouchDB what is command?
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
CouchDB can be started/stopped/restarted from the
/etc/init.d/couchdbor/etc/rc.d/couchdbstartup script.(This startup script file might be located somewhere else on your system.)
You would do something like this:
/etc/init.d/couchdb stop/etc/init.d/couchdb restartAs far as cleaning goes, I think you mean compaction. This is easiest to do via Futon, which is located here by default:
http://localhost:5984/_utilsLogin to Futon as an admin, navigate to your database, and there will be links to compact the database.