You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.
It's not that there is a JS way of backing up a database per se, it's more that our backup tool is written in javascript and happened to provide API.
There is no build-in backup functionality in python-cloudant. If you just need a backup we recommend to use couchbackup as CLI tool. If you looking for a programmatic solution with python it can be done with walking a database changes feed, something as a following snippet, with possible adjustment for documents batching, depending on a size of the target database
I see there is a JS way of backing up the database - is there a way to backup the whole database as well using python-cloudant?
The text was updated successfully, but these errors were encountered: