Skip to content

Commit 0acacf2

Browse files
craig[bot]benbardin
andcommitted
Merge #128842
128842: backup/restore: change documentation links to "stable" r=benbardin a=benbardin Release note (enterprise change): Update certain error messages to refer to the "stable" docs tree rather than an explicit version. Fixes: #128611 Co-authored-by: Ben Bardin <bardin@cockroachlabs.com>
2 parents 5e6a854 + d2cd9f8 commit 0acacf2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/ccl/backupccl/restore_planning.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1655,11 +1655,11 @@ func checkBackupManifestVersionCompatability(
16551655
// the `ClusterVersion` field exists.
16561656
return errors.WithHint(errors.Newf("the backup is from a version older than our "+
16571657
"minimum restorable version %s", minimumRestoreableVersion),
1658-
"refer to our documentation about restoring across versions: https://www.cockroachlabs.com/docs/v22.2/restoring-backups-across-versions.html")
1658+
"refer to our documentation about restoring across versions: https://www.cockroachlabs.com/docs/stable/restoring-backups-across-versions.html")
16591659
}
16601660
return errors.WithHint(errors.Newf("backup from version %s is older than the "+
16611661
"minimum restorable version %s", v, minimumRestoreableVersion),
1662-
"refer to our documentation about restoring across versions: https://www.cockroachlabs.com/docs/v22.2/restoring-backups-across-versions.html")
1662+
"refer to our documentation about restoring across versions: https://www.cockroachlabs.com/docs/stable/restoring-backups-across-versions.html")
16631663
}
16641664
}
16651665

0 commit comments

Comments
 (0)