Re: Snapshot verification

2017-10-31 Thread Pradeep Chhetri
Hi Varun,

Thank you for the reply. I was looking for some kind of automated way (eg.
if i can get some kind of md5 per table while taking snapshot and compare
it with md5 after restoring that snapshot).

Regards.

On Tue, Oct 31, 2017 at 10:47 PM, Varun Gupta  wrote:

> We use COPY command to generate a file, from source and destination. After
> that you can use diff tool.
>
> On Mon, Oct 30, 2017 at 10:11 PM Pradeep Chhetri 
> wrote:
>
>> Hi,
>>
>> We are taking daily snapshots for backing up our cassandra data and then
>> use our backups to restore in a different environment. I would like to
>> verify that the data is consistent and all the data during the time backup
>> was taken is actually restored.
>>
>> Currently I just count the number of rows in each table. Was wondering if
>> there any inbuilt way to accomplish this.
>>
>> Thank you.
>> Pradeep
>>
>


Re: Snapshot verification

2017-10-31 Thread Varun Gupta
We use COPY command to generate a file, from source and destination. After
that you can use diff tool.
On Mon, Oct 30, 2017 at 10:11 PM Pradeep Chhetri 
wrote:

> Hi,
>
> We are taking daily snapshots for backing up our cassandra data and then
> use our backups to restore in a different environment. I would like to
> verify that the data is consistent and all the data during the time backup
> was taken is actually restored.
>
> Currently I just count the number of rows in each table. Was wondering if
> there any inbuilt way to accomplish this.
>
> Thank you.
> Pradeep
>