Skip to content

Commit c101229

Browse files
authoredFeb 27, 2025··
Fix the broken link (8.0) (#475)
Update in-place-upgrade-guide.md
1 parent da7ab6d commit c101229

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docs/in-place-upgrade-guide.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
!!! important
44

5-
An in-place upgrade is not recommended. Use a [replication upgrade](https://docs.percona.com/percona-xtradb-cluster/8.0/howtos/upgrade_guide.html).
5+
An in-place upgrade is not recommended. Use a [replication upgrade](https://docs.percona.com/percona-xtradb-cluster/8.0/upgrade-guide.html).
66

77
An in-place upgrade involves shutting down the 5.7 server, and replacing the server binaries, or packages, with new ones. At this point the new server version can be started on the existing data directory. If the new version is less than 8.0.16, you should run `mysql_upgrade`. Note that the server should be configured to perform a slow shutdown by setting `innodb_fast_shutdown=0` prior to shutdown. While an in-place upgrade may not be suitable for all environments, especially those environments with many variables to consider, the upgrade should work in most cases.
88

0 commit comments

Comments
 (0)
Please sign in to comment.