Delete couchDB databases
Asked Answered
K

1

5

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

Kuhns answered 20/11, 2013 at 20:9 Comment(0)
M
11

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/.

Meistersinger answered 21/11, 2013 at 3:1 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.