Migratrix - Pipeline product tour
Product Tour

Migratrix Pipeline Tour

Walk through the same migration creation and pipeline screens your team uses to promote database changes from DEV to QA to PROD.

Start tour
edit_document Create migration

Start from the same window your team uses

Create the migration package

The tour begins in the New Migration window: name the change, choose the flow, add context, and paste or upload the SQL script.

menu
business star wifi_tethering mail dark_mode notifications AD
All Status expand_more
9 total 0 running 1 failed 1 approval 67% success
Migration Author Pipeline Status Actions
Test
schedule Apr 20, 2026 MediumNeeds you
AD1d ago
devcheck_circlearrow_forward qacheck_circlearrow_forward prodschedule
visibilitycheck_circlecanceldelete
analytics
schedule Apr 13, 2026 Medium
AD8d ago
devcheck_circlearrow_forwardqacheck_circlearrow_forwardprodcheck_circle
visibilitydelete
add_departmens_table
schedule Apr 12, 2026 Medium
AD9d ago
devcheck_circlearrow_forwardqacheck_circlearrow_forwardprodcheck_circle
visibilitydelete
add_departments
schedule Apr 12, 2026 Medium
AD9d ago
deverrorarrow_forwardqainfoarrow_forwardprodinfo
visibilitydelete
usersv2
schedule Mar 04, 2026 MediumPR
AD48d ago
devcheck_circlearrow_forwardqacheck_circlearrow_forwardprodschedule
visibilityboltdelete
users on demodb
schedule Mar 04, 2026 MediumPR
AD48d ago
devcheck_circlearrow_forwardqacheck_circlearrow_forwardprodcheck_circle
visibilitydelete
New Migration
open_in_full close

code SQL Script *

upload_file Upload
CREATE TABLE customer_segments ( segment_id BIGINT PRIMARY KEY, customer_id BIGINT NOT NULL, segment_name VARCHAR(80), source_system VARCHAR(40) NOT NULL, is_active BOOLEAN DEFAULT true, last_evaluated_at TIMESTAMP, created_at TIMESTAMP DEFAULT CURRENT_TIMESTAMP ); CREATE INDEX ix_segments_customer ON customer_segments(customer_id);
info 4 dependencies 1 high across 2 services chevron_right
menu
business star wifi_tethering mail dark_mode notifications AD

add_customer_segments

person admin@admin.com schedule Apr 20, 2026 at 06:09 flag Medium Risk
dev
schedule
Started:Apr 20, 06:09
Completed:
qa
schedule
Started:Apr 20, 06:09
Completed:Apr 20, 06:09
Approvals1 / 1
AD
Apr 20, 06:09
prod
schedule
Started:
Completed:
Approvals0 / 1
Pending
CREATE TABLE customer_segments ( segment_id BIGINT PRIMARY KEY, customer_id BIGINT NOT NULL, segment_name VARCHAR(80), source_system VARCHAR(40) NOT NULL, is_active BOOLEAN DEFAULT true, last_evaluated_at TIMESTAMP, created_at TIMESTAMP DEFAULT CURRENT_TIMESTAMP ); CREATE INDEX ix_segments_customer ON customer_segments(customer_id);

Promotion with explicit control points

The pipeline enforces approvals, captures stage-level evidence, and keeps rollback and recovery paths ready when execution fails.

approval_delegation

Stage approvals

Require approvals per stage and keep approver identity and approval history visible before promotion continues.

Per-stage gates Named approvers
hub

Stage connections

Run migrations against one or many stage targets and inspect results for each connection from the same workflow.

Single target Broadcast execution
restart_alt

Rollback and recovery

Use rollback scripts and status-driven recovery states, with monitor logic for stuck migrations and failure handling.

Rollback path Stuck detection

Controls that stay active during delivery

admin_panel_settings
Environment RBACApprove, execute, and rollback actions are permission-checked per environment.
notifications_active
Action-needed notificationsTeams get notified when approvals or operational actions require attention.
rule
Execution audit trailMigration and execution records retain who did what and when.
sync
GitOps connectedWebhook and repository sync flows keep migrations aligned with source control.