vitessio / website

vitess.io website and other project management related content
https://vitess.io
Apache License 2.0
53 stars 203 forks source link

Document incremental backups + PITR that uses them #1490

Open deepthi opened 1 year ago

deepthi commented 1 year ago

We've added an incremental backups feature, and also implemented Point-in-time-recovery that uses them instead of a binlog server. The new PITR has not yet reached parity with the old one, but we still need to document what is available.

Reference PRs: https://github.com/vitessio/vitess/pull/13156 https://github.com/vitessio/vitess/pull/11097