Skip to content

Commit

Permalink
Merge pull request #350 from rdupon/patch-1
Browse files Browse the repository at this point in the history
Fix typo in docs/introduction.rst
  • Loading branch information
driv3r committed Mar 13, 2024
2 parents c4d9350 + 5224b8d commit 5297aa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ backup and restore along with replaying the changes via replication. Backup is
traditionally done via mysqldump or Percona Xtrabackup. It may not be possible
to use either of these methods if holding a transaction for a very long time is
not feasible (mysqldump) or if the filesystem of the database host is not
available (for Perconal Xtrabackup), such as in the case of cloud provided
available (for Percona Xtrabackup), such as in the case of cloud provided
database as a service.

The traditional process can only move a single table at minimum. Ghostferry
Expand Down

0 comments on commit 5297aa6

Please sign in to comment.