the same or a different cluster, etc. Might be useful…
https://github.com/AppliedInfrastructure/cassandra-snapshot-tools
Mike
*From:* Jens Rantil [mailto:jens.ran...@tink.se]
*Sent:* Wednesday, November 2, 2016 2:21 PM
*To:* Cassandra Group
*Subject:* Backup restore with a different name
Hi
On 2 November 2016 at 22:10, Jens Rantil wrote:
> I mean "exposing that state for reference while keeping the (corrupt)
> current state in the live cluster".
The following should work:
1. Create a new table with the same schema but different name (in the
same or a different keyspace).
Hi Jens,
Looks like what you need is an "any point in time" recovery solution. I
suggest that you go back to the snapshot that you issued that was closest
to "20161102" and restore that snapshot using the bulk loader to a new
table called "users_20161102". If you need to recover precisely to a
par
Bryan,
On Wed, Nov 2, 2016 at 11:38 AM, Bryan Cheng wrote:
> do you mean restoring the cluster to that state, or just exposing that
> state for reference while keeping the (corrupt) current state in the live
> cluster?
I mean "exposing that state for reference while keeping the (corrupt)
curre
re is an option: https://github.com/anubhavkale/CassandraTools/
> tree/master/BackupRestore
>
>
>
>
>
> *From:* Jens Rantil [mailto:jens.ran...@tink.se]
> *Sent:* Wednesday, November 2, 2016 2:21 PM
> *To:* Cassandra Group
> *Subject:* Backup restore with a different name
&g
Hi Jens,
When you refer to restoring a snapshot for a developer to look at, do you
mean restoring the cluster to that state, or just exposing that state for
reference while keeping the (corrupt) current state in the live cluster?
You may find these useful:
https://docs.datastax.com/en/cassandra/2
restore with a different name
Hi,
Let's say I am periodically making snapshots of a table, say "users", for
backup purposes. Let's say a developer makes a mistake and corrupts the table.
Is there an easy way for me to restore a replica, say "users_20161102", of the
or
Hi,
Let's say I am periodically making snapshots of a table, say "users", for
backup purposes. Let's say a developer makes a mistake and corrupts the
table. Is there an easy way for me to restore a replica, say
"users_20161102", of the original table for the developer to looks at the
old copy?
Ch