From 2916391e31849efecf5997e1da0191d1994bf2fc Mon Sep 17 00:00:00 2001 From: Ky-Anh Huynh <75696+icy@users.noreply.github.com> Date: Tue, 19 Dec 2023 15:33:39 +0000 Subject: [PATCH] compare.md: update backup feature of Oracle MySQL Operator The official documentation of the operator mentions this feature now: https://dev.mysql.com/doc/mysql-operator/en/mysql-operator-backups.html --- docs/compare.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/compare.md b/docs/compare.md index f6d1f8a2..589c2d63 100644 --- a/docs/compare.md +++ b/docs/compare.md @@ -39,10 +39,10 @@ Here are the backup and restore capabilities of each solution. | Feature/Product | Percona Operator for MySQL (based on PXC) | Percona Operator for MySQL (based on PS) | Bitpoke MySQL Operator | Moco | Oracle MySQL Operator | Vitess | |---------------------|:------------------------------------------:|:----------------------------------------:|:----------------------:|:----------------:|:---------------------:|:----------------:| -| Scheduled backups | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark:| :no_entry_sign: |:white_check_mark:| +| Scheduled backups | :white_check_mark: | :white_check_mark: | :white_check_mark: |:white_check_mark:| :white_check_mark: |:white_check_mark:| | Incremental backups | :no_entry_sign: | :no_entry_sign: | :no_entry_sign: |:white_check_mark:| :no_entry_sign: | :no_entry_sign: | | PITR | :white_check_mark: | :no_entry_sign: | :no_entry_sign: | :no_entry_sign: | :no_entry_sign: | :no_entry_sign: | -| PVCs for backups | :white_check_mark: | :no_entry_sign: | :no_entry_sign: | :no_entry_sign: | :no_entry_sign: | :no_entry_sign: | +| PVCs for backups | :white_check_mark: | :no_entry_sign: | :no_entry_sign: | :no_entry_sign: | :white_check_mark: | :no_entry_sign: | ## Monitoring