From 063ed4c36d1239d685264b47fecfd75caaa36e09 Mon Sep 17 00:00:00 2001 From: Dan Heath <76443935+Dan-Heath@users.noreply.github.com> Date: Fri, 25 Jul 2025 11:43:34 -0400 Subject: [PATCH] docs: Clarify that grants migration is automatic for HCP (#5949) * docs: Clarify that grants migration is automatic for HCP * docs: Include versions later than 0.19.3 * docs: Fix word choice for standards --- website/content/docs/release-notes/v0_19_0.mdx | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/website/content/docs/release-notes/v0_19_0.mdx b/website/content/docs/release-notes/v0_19_0.mdx index 2a71cfe8e1..105fb87d67 100644 --- a/website/content/docs/release-notes/v0_19_0.mdx +++ b/website/content/docs/release-notes/v0_19_0.mdx @@ -86,9 +86,11 @@ description: >-
this, children, or descendants options. As of Boundary version 0.19.3, redundant grant scopes are no longer permitted.
this, children, or descendants options. Redundant grant scopes could cause performance issues. As of Boundary version 0.19.3, redundant grant scopes are no longer permitted.
boundary database migrate command to upgrade a cluster to Boundary version 0.19.3, the migration will fail with a message if the database contains any redundant grant scopes. The migration tool provides the following command to automatically repair the grant scopes:
+ When you run the boundary database migrate command to upgrade a Boundary Enterprise or Community edition cluster to version 0.19.3 or later, the migration will fail with a message if the database contains any redundant grant scopes. The migration tool provides the following command to automatically repair the grant scopes:
boundary database migrate -repair=oss:97001
descendants or children grants are considered invalid and removed. When the migration is complete, the migration tool produces a message that details any changes.