Created
September 21, 2020 03:59
-
-
Save PitBeast/9303af1e8f25e3b2ee9d96c9df29fd25 to your computer and use it in GitHub Desktop.
Couch clean
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl -H "Content-Type:application/json" -X POST http://localhost:5984/$DB/_view_cleanup | |
curl -H "Content-Type:application/json" -X POST https://localhost:5984/$DB/_compact | |
curl -H "Content-Type:application/json" -X POST https://localhost:5984/$DB/_compact |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment