Skip to content

Commit

Permalink
changelog notice
Browse files Browse the repository at this point in the history
Signed-off-by: Renan Rangel <rrangel@slack-corp.com>
  • Loading branch information
rvrangel committed Sep 13, 2024
1 parent 5c08cc7 commit e37dbbb
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion changelog/21.0/21.0.0/summary.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
- **[Allow Cross Cell Promotion in PRS](#allow-cross-cell)**
- **[Support for recursive CTEs](#recursive-cte)**
- **[VTGate Tablet Balancer](#tablet-balancer)**
- **[New Backup Engine](#new-backup-engine)**

## <a id="major-changes"/>Major Changes

Expand Down Expand Up @@ -113,4 +114,11 @@ When a VTGate routes a query and has multiple available tablets for a given shar

The tablet balancer is enabled by a new flag `--enable-balancer` and configured by `--balancer-vtgate-cells` and `--balancer-keyspaces`.

See [RFC for details](https://github.com/vitessio/vitess/issues/12241).
See [RFC for details](https://github.com/vitessio/vitess/issues/12241).

### <a id="new-backup-engine"/>New Backup Engine

We are introducing a the backup engine supporting logical backups starting on v21 to support use cases that require something else besides physical backups. This is experimental and is based on the
[MySQL Shell](https://dev.mysql.com/doc/mysql-shell/8.0/en/).

The new engine is enabled by using `--backup_engine_implementation=mysqlshell`. There are other options that are required, so check the docs on which options are required and how to use it.

0 comments on commit e37dbbb

Please sign in to comment.