Migrate ALM/QC users to SaaS

This section describes how to export ALM/QC users from on-premises database, and then migrate them to SaaS.

To migrate ALM/QC users to SaaS:

  1. Obtain the Site Administration schema name. See Obtain SA database schema name.

  2. Connect to the Site Administration schema within the database and search for the USERS table.

  3. Run the following query to select all from the USERS table:

    Copy code
    select * from td.users;
  4. Export the query result to a spreadsheet file.

  5. Upload the file to the AWS S3 bucket.

Back to top

See also: