Skip to content

Commit

Permalink
Fix links from 8.1 to innovation-release (#205)
Browse files Browse the repository at this point in the history
modified:   docs/accelerate-backup-process.md
	modified:   docs/encrypted-innodb-tablespace-backups.md
	modified:   docs/flush-tables-with-read-lock.md
	modified:   docs/glossary.md
	modified:   docs/how-xtrabackup-works.md
	modified:   docs/quickstart-overview.md
	modified:   docs/work-with-apparmor.md
	modified:   docs/xtrabackup-option-reference.md
  • Loading branch information
alina-derkach-oaza authored Nov 21, 2023
1 parent a33ce5a commit fccb1ca
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion docs/accelerate-backup-process.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ Percona XtraBackup uses these locks automatically to copy non-InnoDB data to avo

This option cannot be used together with the `--stream` option.

[Backup locks]: https://docs.percona.com/percona-server/{{vers}}/backup-locks.html
[Backup locks]: https://docs.percona.com/percona-server/innovation-release/backup-locks.html
6 changes: 3 additions & 3 deletions docs/encrypted-innodb-tablespace-backups.md
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ In this scenario, the three stages of the backup process look as follows.
[MySQL documentation on the component installation]: https://dev.mysql.com/doc/refman/{{vers}}/en/keyring-component-installation.html
[Keyring Component Installation]: https://dev.mysql.com/doc/refman/{{vers}}/en/keyring-component-installation.html
[performance_schema.keyring_component_status table]: https://dev.mysql.com/doc/refman/{{vers}}/en/performance-schema-keyring-component-status-table.html
[Amazon Key Management Service (AWS KMS)]: https://docs.percona.com/percona-server/{{vers}}/using-amz-kms.html
[Key Management Interoperability Protocol (KMIP)]: https://docs.percona.com/percona-server/{{vers}}/using-kmip.html?h=kmip
[Use the keyring vault component]: https://docs.percona.com/percona-server/{{vers}}/use-keyring-vault-component.html
[Amazon Key Management Service (AWS KMS)]: https://docs.percona.com/percona-server/innovation-release/using-amz-kms.html
[Key Management Interoperability Protocol (KMIP)]: https://docs.percona.com/percona-server/innovation-release/using-kmip.html?h=kmip
[Use the keyring vault component]: https://docs.percona.com/percona-server/innovation-release/use-keyring-vault-component.html
[Using the keyring_file File-Based Keyring Plugin]: https://dev.mysql.com/doc/refman/{{vers}}/en/keyring-file-plugin.html
4 changes: 2 additions & 2 deletions docs/flush-tables-with-read-lock.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,5 +103,5 @@ After `FLUSH TABLES WITH READ LOCK` is issued, xtrabackup will wait for 20
seconds for lock to be acquired. If lock is still not acquired after 20 seconds,
it will kill all queries which are running longer that the `FLUSH TABLES WITH READ LOCK`.

[backup locks]: https://docs.percona.com/percona-server/{{vers}}/backup-locks.html
[Backup locks]: https://docs.percona.com/percona-server/{{vers}}/backup-locks.html
[backup locks]: https://docs.percona.com/percona-server/innovation-release/backup-locks.html
[Backup locks]: https://docs.percona.com/percona-server/innovation-release/backup-locks.html
2 changes: 1 addition & 1 deletion docs/glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,4 +194,4 @@ Percona XtraDB is an enhanced version of the InnoDB storage engine, designed to


[file-per-tablespace]: https://dev.mysql.com/doc/refman/{{vers}}/en/innodb-file-per-table-tablespaces.html
[The Percona XtraDB Storage Engine]: https://www.percona.com/doc/percona-server/{{vers}}/percona-xtradb.html
[The Percona XtraDB Storage Engine]: https://www.percona.com/doc/percona-server/innovation-release/percona-xtradb.html
2 changes: 1 addition & 1 deletion docs/how-xtrabackup-works.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,4 +111,4 @@ caution. It is useful in cases when there is not enough free disk space to hold
both data files and their backup copies.

[MySQL Documentation: LOCK INSTANCE FOR BACKUP]: https://dev.mysql.com/doc/refman/{{vers}}/en/lock-instance-for-backup.html
[Backup locks]: https://docs.percona.com/percona-server/{{vers}}/backup-locks.html
[Backup locks]: https://docs.percona.com/percona-server/innovation-release/backup-locks.html
2 changes: 1 addition & 1 deletion docs/quickstart-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ Percona Monitoring and Management (PMM) monitors and provides actionable perform

[Install PMM and connect your MySQL instances to it](https://docs.percona.com/percona-monitoring-and-management/get-started/index.html).

[Percona Server for MySQL]: https://docs.percona.com/percona-server/{{vers}}/installation.html
[Percona Server for MySQL]: https://docs.percona.com/percona-server/innovation-release/installation.html
[Percona XtraDB Cluster]: https://docs.percona.com/percona-xtradb-cluster/8.0/install/index.html
2 changes: 1 addition & 1 deletion docs/work-with-apparmor.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ Run the backup as usual.

No additional AppArmor-related actions are required to restore a backup.

[Percona Server for MySQL - AppArmor]: https://www.percona.com/percona-server/{{vers}}/apparmor.html
[Percona Server for MySQL - AppArmor]: https://www.percona.com/percona-server/innovation-release/apparmor.html
2 changes: 1 addition & 1 deletion docs/xtrabackup-option-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -957,4 +957,4 @@ This option prints xtrabackup version and exits.
The absolute path to the directory that contains the `keyring` plugin.
[replicating temporary tables]: https://dev.mysql.com/doc/refman/{{vers}}/en/replication-features-temptables.html
[Backup locks]: https://docs.percona.com/percona-server/{{vers}}/backup-locks.html
[Backup locks]: https://docs.percona.com/percona-server/innovation-release/backup-locks.html

0 comments on commit fccb1ca

Please sign in to comment.