Skip to main content

Uniphore Customer Portal

Database Configuration and Tableau Migration

  1. After deployment of all services, login to application, set the default organization to true in the database.

    UPDATE organization SET status = 'true' WHERE org_id = 1
  2. After updating the organization status in the database, login as a default-admin.

  3. Create client and an organization. The Tableau migration is triggered automatically.

  4. Verify the Tableau migration is completed in tab_tableaumigration table in the database.

    SELECT * FROM tab_tableaumigration