License & Project
This guide provides step-by-step instructions to obtain your license and required project information for QMigrator deployment.
User Onboarding
-
Follow the SaaS User Guide for new user
-
Request for project access on SaaS.
Accessing Project Information
Once onboarded, follow these steps to retrieve deployment credentials:
Step 1: Navigate to Project Information
- Log in to https://my.qmigrator.ai/
- Click on Project Information in the navigation menu
- Select your project from the Project dropdown at the top of the page

Step 2: Retrieve Project Credentials
In the Project Information page, you'll find the following essential credentials:
Project Details
- Project ID: Unique identifier for your project (required for Helm values)
- Project Name: Display name of your project (required for Helm values)
Helm Configuration
Add these values to your Helm configuration:
Request Deployment Credentials
By default, the following are NOT automatically generated
- Docker Registry Credentials (Username & Password)
- License Key
- Component Image Tags
To obtain these credentials:
-
Contact the QMigrator team via:
- Email: Migration Team or Website Contact Form: https://qmigrator.ai/contact
-
Provide your Project ID and Expected deployment date
-
Credentials will be provisioned and visible in your Project Information page within 24-48 hours.
Image Pull Secret
Located in the Docker Registry Credentials section:
- Registry URL:
qmigrator.azurecr.io - Username: Your registry username
- Password: Your registry password (click Show to reveal)
Usage
Helm Registry Login: Authenticate to pull Helm charts
# Login to Helm registry
helm registry login qmigrator.azurecr.io \
--username <username> \
--password <password>
Image Pull: Allow Kubernetes to pull container images in Helm Values
License Key
Located in the License Information section:
- License Key: Your unique license key
- Expiration Date: License validity period
License Application
The license key is required after deployment when:
- User login to QMigrator application
- License renewal or upgrade
- Feature activation
- Login Page

Step 3: Access Component Images
To view and use the latest component images:
- Scroll down to the Component Images section
- Click on Select Component dropdown
- Choose a component (e.g., UI, API, Database, Airflow)
-
View the image details:
- Repository: Full image path
- Tag: Latest version tag
- Pull Command: Docker pull command


Available Components
| Component | Description | Helm Value Key |
|---|---|---|
| UI | Frontend application | app.image.repository / app.image.tag |
| API | Backend API service | eng.image.repository / eng.image.tag |
| Database | PostgreSQL metadata database | dbJob.image.repository / dbJob.image.tag |
| Assessment | Schema assessment worker | asses.image.repository / asses.image.tag |
| Conversion | Code conversion worker | convs.image.repository / convs.image.tag |
| Migration | Data migration worker | migrt.image.repository / migrt.image.tag |
| Airflow | Workflow orchestration | airflow.image.repository / airflow.image.tag |