kgeisz commented on PR #7445: URL: https://github.com/apache/hbase/pull/7445#issuecomment-3525611291
@wchevreuil I have answers to some of your questions: > 1. Is this a per-table configuration? Backups need to be enabled in the HBase conf file via `hbase.backup.enable`. For continuous backups, a backup WAL directory needs to be set via `hbase.backup.continuous.wal.dir`. Backups can be done on a per-table basis. > 2. Do we need to define a specific replication peer for this? A replication peer is defined by default as "continuous_backup_replication_peer" using the [CONTINUOUS_BACKUP_REPLICATION_PEER](https://github.com/apache/hbase/pull/7445/files#diff-d1c333e7c915fb30107d24e4cf37235a5b23758eb3f95013fbf9db1c582315cdR149) constant. > 4. Do we keep pitr wal files indefinitely? No, WALs outside of the PITR window get cleaned up automatically. They are also removed when the backup is deleted. This is tracked in [HBASE-28992](https://issues.apache.org/jira/browse/HBASE-28992) > 7. Can we include doc changes within this PR? I believe that is the plan. It's still a work in progress. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
