Renan Rangel
Renan Rangel
Related to Issue #94 and PR #96 Looks like that PR hasn't been updated in more than a year, so I am creating a new one to add **Tagging** and...
Updating prometheus packages to deal with CVE-2022-21698 https://github.com/hashicorp/go-metrics/issues/130
## Description This fixes the issue described in #15335. It seems the bug was introduced in #4200. The default transport was changed in favour of one were we could skip...
### Overview of the Issue We run a backup check that calls GetBackups() on all shards and we always noticed some S3 connections errors and retries, but this has been...
### Feature Description Some of the vtgate prometheus metrics like `vtgate_vttablet_call_count` and `vtgate_vttablet_call_error_count` are useful to detect issues when a `vtgate` is returning too many errors, but they are not...
## Description Instead of reading the GTIDs from the `xtrabackup` output, this will make use of the `--extra-lsndir` flag to output a copy of the `xtrabackup_info` file which has the...
## Description This is a PR that implements a new backup engine for use with MySQL Shell, which is mentioned in the feature request here: https://github.com/vitessio/vitess/issues/16294 It works a bit...
### Overview of the Issue We reported an issue to Percona where if GTIDs get too long (beacuse we have replaced server enough times in a shard), we get to...
### Feature Description Currently Vitess only supports 2 backups engines, both of which take physical backups. Adding support for logical backups generated by MySQL Shell would complement other scenarions that...
## Description This PR will allow calls to the `vttablet` and `vtctld` `Backup()` API to specify which backup engine to be used. You might want to specify flags for both...