Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document MySQL 8.0.30+ backup limitations #1129

Merged
merged 1 commit into from
Aug 3, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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 >}}
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 >}}
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 >}}
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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.
Expand Down