diff --git a/content/en/docs/12.0/user-guides/operating-vitess/backup-and-restore/_index.md b/content/en/docs/12.0/user-guides/operating-vitess/backup-and-restore/_index.md index 4305c3607..c3b83a33d 100644 --- a/content/en/docs/12.0/user-guides/operating-vitess/backup-and-restore/_index.md +++ b/content/en/docs/12.0/user-guides/operating-vitess/backup-and-restore/_index.md @@ -3,3 +3,7 @@ title: Backup and Restore description: User guides covering how to backup and restore in Vitess weight: 1 --- + +{{< warning >}} +Vitess 12.0 does not support backups of MySQL 8.0.30 and later. You can see additional details [here](https://github.com/vitessio/vitess/pull/10847). +{{< /warning >}} diff --git a/content/en/docs/12.0/user-guides/operating-vitess/backup-and-restore/backup-and-restore.md b/content/en/docs/12.0/user-guides/operating-vitess/backup-and-restore/backup-and-restore.md index 53e55bc15..edcf9f4b6 100644 --- a/content/en/docs/12.0/user-guides/operating-vitess/backup-and-restore/backup-and-restore.md +++ b/content/en/docs/12.0/user-guides/operating-vitess/backup-and-restore/backup-and-restore.md @@ -1,9 +1,13 @@ - --- +--- title: Backup and Restore weight: 1 aliases: ['/docs/user-guides/backup-and-restore/'] --- +{{< warning >}} +Vitess 12.0 does not support backups of MySQL 8.0.30 and later. You can see additional details [here](https://github.com/vitessio/vitess/pull/10847). +{{< /warning >}} + Backup and Restore are integrated features provided by tablets managed by Vitess. As well as using _backups_ for data integrity, Vitess will also create and restore backups for provisioning new tablets in an existing shard. ## Concepts diff --git a/content/en/docs/12.0/user-guides/operating-vitess/backup-and-restore/creating-a-backup.md b/content/en/docs/12.0/user-guides/operating-vitess/backup-and-restore/creating-a-backup.md index 2350ee8f4..612100f09 100644 --- a/content/en/docs/12.0/user-guides/operating-vitess/backup-and-restore/creating-a-backup.md +++ b/content/en/docs/12.0/user-guides/operating-vitess/backup-and-restore/creating-a-backup.md @@ -1,9 +1,13 @@ - --- +--- title: Creating a Backup weight: 2 aliases: ['/docs/user-guides/backup-and-restore/'] --- +{{< warning >}} +Vitess 12.0 does not support backups of MySQL 8.0.30 and later. You can see additional details [here](https://github.com/vitessio/vitess/pull/10847). +{{< /warning >}} + ## Creating a backup The default backup implementation is `builtin`, however we strongly recommend using the `xtrabackup` engine as it is more robust and allows for non-blocking backups. Restores will always be done with whichever engine was used to create the backup. diff --git a/content/en/docs/13.0/user-guides/operating-vitess/backup-and-restore/_index.md b/content/en/docs/13.0/user-guides/operating-vitess/backup-and-restore/_index.md index 4305c3607..c617f0742 100644 --- a/content/en/docs/13.0/user-guides/operating-vitess/backup-and-restore/_index.md +++ b/content/en/docs/13.0/user-guides/operating-vitess/backup-and-restore/_index.md @@ -3,3 +3,7 @@ title: Backup and Restore description: User guides covering how to backup and restore in Vitess weight: 1 --- + +{{< warning >}} +Vitess 13.0 does not support backups of MySQL 8.0.30 and later. You can see additional details [here](https://github.com/vitessio/vitess/pull/10847). +{{< /warning >}} diff --git a/content/en/docs/13.0/user-guides/operating-vitess/backup-and-restore/backup-and-restore.md b/content/en/docs/13.0/user-guides/operating-vitess/backup-and-restore/backup-and-restore.md index dd35a82bc..ceb952086 100644 --- a/content/en/docs/13.0/user-guides/operating-vitess/backup-and-restore/backup-and-restore.md +++ b/content/en/docs/13.0/user-guides/operating-vitess/backup-and-restore/backup-and-restore.md @@ -1,9 +1,13 @@ - --- +--- title: Backup and Restore weight: 1 aliases: ['/docs/user-guides/backup-and-restore/'] --- +{{< warning >}} +Vitess 13.0 does not support backups of MySQL 8.0.30 and later. You can see additional details [here](https://github.com/vitessio/vitess/pull/10847). +{{< /warning >}} + Backup and Restore are integrated features provided by tablets managed by Vitess. As well as using _backups_ for data integrity, Vitess will also create and restore backups for provisioning new tablets in an existing shard. ## Concepts diff --git a/content/en/docs/13.0/user-guides/operating-vitess/backup-and-restore/creating-a-backup.md b/content/en/docs/13.0/user-guides/operating-vitess/backup-and-restore/creating-a-backup.md index 5132c9968..ed93e51b5 100644 --- a/content/en/docs/13.0/user-guides/operating-vitess/backup-and-restore/creating-a-backup.md +++ b/content/en/docs/13.0/user-guides/operating-vitess/backup-and-restore/creating-a-backup.md @@ -1,9 +1,13 @@ - --- +--- title: Creating a Backup weight: 2 aliases: ['/docs/user-guides/backup-and-restore/'] --- +{{< warning >}} +Vitess 13.0 does not support backups of MySQL 8.0.30 and later. You can see additional details [here](https://github.com/vitessio/vitess/pull/10847). +{{< /warning >}} + ## Creating a backup The default backup implementation is `builtin`, however we strongly recommend using the `xtrabackup` engine as it is more robust and allows for non-blocking backups. Restores will always be done with whichever engine was used to create the backup. diff --git a/content/en/docs/14.0/user-guides/operating-vitess/backup-and-restore/_index.md b/content/en/docs/14.0/user-guides/operating-vitess/backup-and-restore/_index.md index 4305c3607..cb667d813 100644 --- a/content/en/docs/14.0/user-guides/operating-vitess/backup-and-restore/_index.md +++ b/content/en/docs/14.0/user-guides/operating-vitess/backup-and-restore/_index.md @@ -3,3 +3,7 @@ title: Backup and Restore description: User guides covering how to backup and restore in Vitess weight: 1 --- + +{{< warning >}} +Backups of MySQL 8.0.30 and later are only supported in Vitess 14.0.2 and later. You can see additional details [here](https://github.com/vitessio/vitess/pull/10847). +{{< /warning >}} diff --git a/content/en/docs/14.0/user-guides/operating-vitess/backup-and-restore/backup-and-restore.md b/content/en/docs/14.0/user-guides/operating-vitess/backup-and-restore/backup-and-restore.md index b06814358..0106a204d 100644 --- a/content/en/docs/14.0/user-guides/operating-vitess/backup-and-restore/backup-and-restore.md +++ b/content/en/docs/14.0/user-guides/operating-vitess/backup-and-restore/backup-and-restore.md @@ -1,9 +1,13 @@ - --- +--- title: Backup and Restore weight: 1 aliases: ['/docs/user-guides/backup-and-restore/'] --- +{{< warning >}} +Backups of MySQL 8.0.30 and later are only supported in Vitess 14.0.2 and later. You can see additional details [here](https://github.com/vitessio/vitess/pull/10847). +{{< /warning >}} + Backup and Restore are integrated features provided by tablets managed by Vitess. As well as using _backups_ for data integrity, Vitess will also create and restore backups for provisioning new tablets in an existing shard. ## Concepts diff --git a/content/en/docs/14.0/user-guides/operating-vitess/backup-and-restore/creating-a-backup.md b/content/en/docs/14.0/user-guides/operating-vitess/backup-and-restore/creating-a-backup.md index b568f4580..80fae7dca 100644 --- a/content/en/docs/14.0/user-guides/operating-vitess/backup-and-restore/creating-a-backup.md +++ b/content/en/docs/14.0/user-guides/operating-vitess/backup-and-restore/creating-a-backup.md @@ -1,9 +1,13 @@ - --- +--- title: Creating a Backup weight: 2 aliases: ['/docs/user-guides/backup-and-restore/'] --- +{{< warning >}} +Backups of MySQL 8.0.30 and later are only supported in Vitess 14.0.2 and later. You can see additional details [here](https://github.com/vitessio/vitess/pull/10847). +{{< /warning >}} + ## Creating a backup The default backup implementation is `builtin`, however we strongly recommend using the `xtrabackup` engine as it is more robust and allows for non-blocking backups. Restores will always be done with whichever engine was used to create the backup.