Updated on 2024-11-07 GMT+08:00

Checking Permissions

Scenarios

Before data structure migration, check user permissions and database configurations to prevent failures caused by insufficient permissions.

Constraints

This function is not supported when the destination database type is GaussDB.

Prerequisites

After a migration project is created, if the permission check fails, Project Status is Not ready.

Procedure

  1. Log in to the UGO console.
  2. In the navigation pane, choose Schema Migration > Object Migration. The migration project list is displayed.
  3. Locate a project and click More > Check Permissions in the Operation column. A message is displayed, indicating that the permission check of the target database is started successfully.

    • If the check is successful, Project Status is Ready.
    • If the check fails, view the permission check report by following Viewing a Permission Check Report, modify the failed permissions in the target database, and check the permissions again.

If the target database is not GaussDB, during the permission check, UGO will create a stored procedure in the target database for permission check. After the check is complete, the stored procedure will be automatically deleted.