diff --git a/core/modules/comment/comment.install b/core/modules/comment/comment.install
index 51aaec9996dd36f5c3b74a80f44c0deb560238a3..373a4eb6311d7ffddc30e14887b3b0faa5db03c6 100644
--- a/core/modules/comment/comment.install
+++ b/core/modules/comment/comment.install
@@ -211,7 +211,7 @@ function comment_update_8600() {
 /**
  * Set the 'owner' entity key and update the field.
  */
-function comment_update_8601() {
+function comment_update_8700() {
   $definition_update_manager = \Drupal::entityDefinitionUpdateManager();
   $entity_type = $definition_update_manager->getEntityType('comment');
   $keys = $entity_type->getKeys();
diff --git a/core/modules/comment/tests/src/Functional/Update/CommentHostnameUpdateTest.php b/core/modules/comment/tests/src/Functional/Update/CommentHostnameUpdateTest.php
index 7551a4309943a2018cbe2f9a036626ec2fd7af85..6fecb1f401032dce14907f9ecb7dc9215abf32f0 100644
--- a/core/modules/comment/tests/src/Functional/Update/CommentHostnameUpdateTest.php
+++ b/core/modules/comment/tests/src/Functional/Update/CommentHostnameUpdateTest.php
@@ -44,11 +44,11 @@ public function testCommentUpdate8600() {
   }
 
   /**
-   * Tests comment_update_8601().
+   * Tests comment_post_update_add_ip_address_setting().
    *
-   * @see comment_update_8601
+   * @see comment_post_update_add_ip_address_setting()
    */
-  public function testCommentUpdate8601() {
+  public function testCommentPostUpdateAddIpAddressSetting() {
     /** @var \Drupal\Core\Config\ConfigFactoryInterface $factory */
     $factory = $this->container->get('config.factory');
 
diff --git a/core/modules/comment/tests/src/Functional/Update/CommentUpdateTest.php b/core/modules/comment/tests/src/Functional/Update/CommentUpdateTest.php
index 45c2115f92a983a141eb38449ce556f74827c07b..6928c3e58e4882f589d5bc7071b1183c2c5624a3 100644
--- a/core/modules/comment/tests/src/Functional/Update/CommentUpdateTest.php
+++ b/core/modules/comment/tests/src/Functional/Update/CommentUpdateTest.php
@@ -75,7 +75,7 @@ public function testPublishedEntityKey() {
   /**
    * Tests that the comment entity type has an 'owner' entity key.
    *
-   * @see comment_update_8600()
+   * @see comment_update_8700()
    */
   public function testOwnerEntityKey() {
     // Check that the 'owner' entity key does not exist prior to the update.
diff --git a/core/modules/content_moderation/content_moderation.install b/core/modules/content_moderation/content_moderation.install
index e60fc59927ced6324a4b747cf51b488d7b7a7254..c0364081f8048368819cf158784e11c1eda2835e 100644
--- a/core/modules/content_moderation/content_moderation.install
+++ b/core/modules/content_moderation/content_moderation.install
@@ -33,7 +33,7 @@ function content_moderation_update_8401() {
 /**
  * Set the 'owner' entity key and update the field.
  */
-function content_moderation_update_8600() {
+function content_moderation_update_8700() {
   $definition_update_manager = \Drupal::entityDefinitionUpdateManager();
   $entity_type = $definition_update_manager->getEntityType('content_moderation_state');
   $keys = $entity_type->getKeys();
diff --git a/core/modules/content_moderation/tests/src/Functional/Update/ContentModerationUpdateTest.php b/core/modules/content_moderation/tests/src/Functional/Update/ContentModerationUpdateTest.php
index 02b15e8703d0165694a64c542bf378571d9b2f59..2153e4c2db03578ddd3b8155c909ae9088e8fad0 100644
--- a/core/modules/content_moderation/tests/src/Functional/Update/ContentModerationUpdateTest.php
+++ b/core/modules/content_moderation/tests/src/Functional/Update/ContentModerationUpdateTest.php
@@ -25,7 +25,7 @@ protected function setDatabaseDumpFiles() {
   /**
    * Tests that the content moderation state entity has an 'owner' entity key.
    *
-   * @see content_moderation_update_8600()
+   * @see content_moderation_update_8700()
    */
   public function testOwnerEntityKey() {
     // Check that the 'owner' entity key does not exist prior to the update.
diff --git a/core/modules/file/file.install b/core/modules/file/file.install
index cca8249a8f7526b9ec841bf4083bb0514fdbf29f..5140a2ef4994c258a9fdcc330365d55fab177726 100644
--- a/core/modules/file/file.install
+++ b/core/modules/file/file.install
@@ -168,7 +168,7 @@ function file_update_8001() {
 /**
  * Set the 'owner' entity key and update the field.
  */
-function file_update_8600() {
+function file_update_8700() {
   $definition_update_manager = \Drupal::entityDefinitionUpdateManager();
   $entity_type = $definition_update_manager->getEntityType('file');
   $keys = $entity_type->getKeys();
diff --git a/core/modules/file/tests/src/Functional/Update/FileUpdateTest.php b/core/modules/file/tests/src/Functional/Update/FileUpdateTest.php
index 974ec63da66e32be7347e3a2dfaf3e7126bd8e4e..c10e987a1c4b6eb032fb50ccbc203c5f3d5f9d41 100644
--- a/core/modules/file/tests/src/Functional/Update/FileUpdateTest.php
+++ b/core/modules/file/tests/src/Functional/Update/FileUpdateTest.php
@@ -59,7 +59,7 @@ public function testPostUpdate8001() {
   /**
    * Tests that the file entity type has an 'owner' entity key.
    *
-   * @see file_update_8600()
+   * @see file_update_8700()
    */
   public function testOwnerEntityKey() {
     // Check that the 'owner' entity key does not exist prior to the update.
diff --git a/core/modules/media/media.install b/core/modules/media/media.install
index 58c8677f4f32b053f3e7832a854b449deb187afe..68beb9639775995986504766d87a3e5e957b9197 100644
--- a/core/modules/media/media.install
+++ b/core/modules/media/media.install
@@ -167,7 +167,7 @@ function media_update_8600() {
 /**
  * Set the 'owner' entity key and update the field.
  */
-function media_update_8601() {
+function media_update_8700() {
   $definition_update_manager = \Drupal::entityDefinitionUpdateManager();
   $entity_type = $definition_update_manager->getEntityType('media');
   $keys = $entity_type->getKeys();
diff --git a/core/modules/media/tests/src/Functional/Update/MediaUpdateTest.php b/core/modules/media/tests/src/Functional/Update/MediaUpdateTest.php
index 655ff658502b85344264ccde77c03e71ddaf843f..ea91915b0c08876d9b9bb152c3726629bdfc6e10 100644
--- a/core/modules/media/tests/src/Functional/Update/MediaUpdateTest.php
+++ b/core/modules/media/tests/src/Functional/Update/MediaUpdateTest.php
@@ -65,7 +65,7 @@ public function testOEmbedConfig() {
   /**
    * Tests that the media entity type has an 'owner' entity key.
    *
-   * @see media_update_8600()
+   * @see media_update_8700()
    */
   public function testOwnerEntityKey() {
     // Check that the 'owner' entity key does not exist prior to the update.
diff --git a/core/modules/node/node.install b/core/modules/node/node.install
index 2463b21646ff3a8d03750ff87c4c9de61082ed4d..0ccebb8b77d7379e566e4896607467c538c0b4e3 100644
--- a/core/modules/node/node.install
+++ b/core/modules/node/node.install
@@ -271,7 +271,7 @@ function node_update_8401() {
 /**
  * Set the 'owner' entity key and update the field.
  */
-function node_update_8600() {
+function node_update_8700() {
   $definition_update_manager = \Drupal::entityDefinitionUpdateManager();
   $entity_type = $definition_update_manager->getEntityType('node');
   $keys = $entity_type->getKeys();
diff --git a/core/modules/node/tests/src/Functional/Update/NodeUpdateTest.php b/core/modules/node/tests/src/Functional/Update/NodeUpdateTest.php
index 180215b8fb24922f98905499dfd4f43b2d833f2d..00c7e8c07a28c2d365741fefcdba06981b9cf393 100644
--- a/core/modules/node/tests/src/Functional/Update/NodeUpdateTest.php
+++ b/core/modules/node/tests/src/Functional/Update/NodeUpdateTest.php
@@ -68,7 +68,7 @@ public function testStatusCheckbox() {
   /**
    * Tests that the node entity type has an 'owner' entity key.
    *
-   * @see node_update_8600()
+   * @see node_update_8700()
    */
   public function testOwnerEntityKey() {
     // Check that the 'owner' entity key does not exist prior to the update.