-
Notifications
You must be signed in to change notification settings - Fork 127
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Backup all databases #85
Comments
Did you find anything till now. How to take all Databases at once |
I created a nodejs small cli app to get a full databases list calling the script for every list item. |
@skycult could you please share your app? |
Just curl couchdb, parse it with jq, and pass the list into a for loop? :) |
Its a simple curl, please find the snippet in BASH below:
|
Shouldn't that line be for db in "${dbname[@]}"; do \ |
Yes, it was a typo, updated. Thanks for pointing it out. |
Thanks for sharing the snippet |
Also thanks, I adapted it to extract all the databases into a directory:
|
Hello,
there is an option to backup/restore all databases?
Thank you!
The text was updated successfully, but these errors were encountered: