G.M
G.M

Reputation: 663

Delete couchDB databases

Is there a way to delete multiple databases in Futon? Instead of creating multiple documents in one database, by mistake I ran erlang query and created about 3000 databases. Can I delete them in bulk all together? Thanks

Upvotes: 5

Views: 4342

Answers (1)

Dominic Barnes
Dominic Barnes

Reputation: 28429

You can't do this in bulk with Futon.

However, if you have access to the server itself via SSH, you can simply delete the database files in /var/lib/couchdb/.

Upvotes: 11

Related Questions