Skip to content

Commit 31636a2

Browse files
Merge pull request #280817 from shriram-muthukrishnan/userrolesfinal
Adding verification step
2 parents a355666 + bd60d20 commit 31636a2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

articles/postgresql/migrate/migration-service/concepts-user-roles-migration-service.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,11 @@ REVOKE SELECT ON pg_authid FROM adminuser1;
116116
REVOKE SELECT ON pg_shadow FROM adminuser2;
117117
REVOKE UPDATE ON pg_shadow FROM adminuser2;
118118
```
119+
120+
**Step 4: Final Verification**
121+
122+
Run the query from Step 1 again to ensure that the resulting output set is empty.
123+
119124
> [!NOTE]
120125
> Make sure you perform the above steps for all the databases included in the migration to avoid any permission-related issues during the migration.
121126

0 commit comments

Comments
 (0)