Skip to content

Commit

Permalink
Merge pull request #1129 from vitessio/8.0.30_backups
Browse files Browse the repository at this point in the history
Document MySQL 8.0.30+ backup limitations
  • Loading branch information
GuptaManan100 authored Aug 3, 2022
2 parents 4edfc9f + 469568f commit 0ff9e9a
Show file tree
Hide file tree
Showing 9 changed files with 42 additions and 6 deletions.
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

0 comments on commit 0ff9e9a

Please sign in to comment.