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: >-
You may have redundant grant scopes if you applied a grant to a scope and the scope also inherited the grant from the this, children, or descendants options. As of Boundary version 0.19.3, redundant grant scopes are no longer permitted.
- When you 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 a command that automatically removes any redundant grant scopes so that you can proceed with the upgrade.
+ When you 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 a command that automatically removes any redundant grant scopes so that you can proceed with the upgrade.
- Learn more about removing redundant grant scopes and upgrading to version 0.19.3: Known issues and breaking changes
+ For HCP Boundary users, the redundant grant scopes are automatically removed as part of the migration process.
+
+ Learn more about removing redundant grant scopes and upgrading to version 0.19.3 or later: Known issues and breaking changes
|
@@ -406,12 +408,14 @@ description: >-
You may have redundant grant scopes if you applied a grant to a scope and the scope also inherited the grant from the 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.
- When you run the 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
Run the command to remove any redundant grant scopes from roles. Any individually granted scopes that are already covered by descendants or children grants are considered invalid and removed. When the migration is complete, the migration tool produces a message that details any changes.
+ HCP Boundary automatically removes the redudant grant scopes as part of the upgrade process. No further action is required.
+
Learn more:
|