Migrate users to SaaS
This section describes how to export users from on-premises database, and then migrate them to SaaS.
To migrate users to SaaS:
- 
                                                                
Obtain the Site Administration schema name. See Obtain SA database schema name.
 - 
                                                                
Connect to the Site Administration schema within the database and search for the USERS table.
 - 
                                                                
Run the following query to select all from the USERS table:
Copy codeselect * from td.users; - 
                                                                
Export the query result to a spreadsheet file.
 - 
                                                                
Upload the file to the AWS S3 bucket.
 
                                                            
 See also: 

                                                        
                                                        
                                                        
                                                        
                                                        
 
                                                                    
                                                                    
                                        
                                        