Skip to content

Commit

Permalink
Insert missing link to Point-in-time recovery (#170)
Browse files Browse the repository at this point in the history
The text read 'A more detailed procedure is found here.' signalling a
probably missing link. The file 'point-in-time-recovery.md' contains
details information on working with binary logs, so we can safely
assume it should be linked.

Signed-off-by: Daniel Ziegenberg <[email protected]>
  • Loading branch information
ziegenberg authored Sep 21, 2023
1 parent e63b4dc commit 99ff4af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/working-with-binary-logs.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ You can find the binary log position corresponding to a backup after the backup

To perform a point-in-time recovery from an `xtrabackup` backup, you should prepare and restore the backup, and then replay binary logs from the point shown in the `xtrabackup_binlog_info` file.

A more detailed procedure is found here.
A more detailed procedure is found [here](point-in-time-recovery.md).

## Set up a new replication replica

Expand Down

0 comments on commit 99ff4af

Please sign in to comment.