homerjam / cloudant-backup

A utility for backing up your Cloudant databases without costly replication
2 stars 1 forks source link

Databases backup from cloudant #1

Open alekya123 opened 6 years ago

alekya123 commented 6 years ago

I'm using cloudant-backup (npm module) to take backup of all databases from my Cloudant, but i was able to backup only some no.of db's after that i'm getting an error "Failed to list documents". Can anyone help this out.

homerjam commented 6 years ago

Hi @alekya123 I'd recommend using @cloudant/couchbackup which has really superseded this tool now. I expect the error you're seeing is down to rate limits which were introduced since I wrote this and aren't handled properly, whereas they are in the Cloudant maintained tool.

alekya123 commented 6 years ago

Thanks for Your reply homerjam but, in tried couchbackup also but it is throwing unauthorized error(should have reader access) but this couchbackup is worked for me 8 days back,now it was not working.

homerjam commented 6 years ago

Sound like a credentials issue to me... On 19 Jul 2018, 10:28 +0100, Aparna notifications@github.com, wrote:

Thanks for Your reply homerjam but, in tried couchbackup also but it is throwing unauthorized error(should have reader access) but this couchbackup is worked for me 8 days back,now it was not working. — You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.

alekya123 commented 6 years ago

Could you share the command to take backup of all the databases from my cloudant using couchbackup?

homerjam commented 6 years ago

https://github.com/StudioThomas/ace-backup On 19 Jul 2018, 10:38 +0100, Aparna notifications@github.com, wrote:

Could you share the command to take backup of all the databases from my cloudant using couchbackup? — You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.

alekya123 commented 6 years ago

Thanks homerjam....