wchevreuil commented on PR #7445: URL: https://github.com/apache/hbase/pull/7445#issuecomment-3547179411
> > > @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. > > > > > > Will this trigger backups on all existing tables? > > @wchevreuil You trigger a backup by running the `hbase backup create full` command on the desired table(s). For example: `hbase backup create full table1,table2,...,tableN` Ok, so only after a full backup is created on a given table through the described command is when that table is added to the pitr replication peer. Is there any action that may remove a given table from the list of tables tracked by the pitr replication peer? -- 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]
