Skip to content

Commit bd60d20

Browse files
Adding verification step
1 parent 94af3d5 commit bd60d20

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)