[
https://issues.apache.org/jira/browse/CASSANDRA-15301?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16928807#comment-16928807
]
Romain Hardouin commented on CASSANDRA-15301:
---------------------------------------------
Maybe adding incremental backups to daily snapshots could fit your needs. You
can build something similar to _tablesnap_ that uploads somewhere each sstable
under /backups directory and then process them to do whatever you need.
See:
*
[https://docs.datastax.com/en/archived/cassandra/3.0/cassandra/operations/opsBackupIncremental.html]
*
[https://github.com/apache/cassandra/blob/cassandra-3.11/conf/cassandra.yaml#L775]
* [http://cassandra.apache.org/doc/latest/tools/nodetool/enablebackup.html]
* tablesnap: [https://github.com/JeremyGrosser/tablesnap]
> DDL operation during backup process after made snaphot ,restore will lost
> data
> -------------------------------------------------------------------------------
>
> Key: CASSANDRA-15301
> URL: https://issues.apache.org/jira/browse/CASSANDRA-15301
> Project: Cassandra
> Issue Type: Bug
> Reporter: maxwellguo
> Priority: Normal
>
> As the document described
> https://docs.datastax.com/en/archived/cassandra/3.0/cassandra/operations/opsBackupRestore.html
> , the setp to do bakcup and restore, we make snapshot and do table file
> export , but during thie process new keyspace / table was created ,The table
> file can be export to new cluster ,but when restore snapshot and files, new
> added table want't be loaded . so the new added table's data can not be get .
--
This message was sent by Atlassian Jira
(v8.3.2#803003)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]