Documentation

Everything you need to install, configure, run, and troubleshoot Endrias Bridge.

Open any document below directly in your browser — no login required.

How Endrias Bridge Works
Source Databases
SQL Server Azure SQL PostgreSQL MySQL / MariaDB Oracle
Endrias Bridge Migration Engine
Schema Analysis Parallel Copy Checkpoint Resume Continuous Sync Validation
Target Platforms
AWS RDS Azure SQL Cloud SQL PostgreSQL / MySQL MongoDB / Snowflake
📚

All Documents

📖
User Guide
Complete walkthrough of every feature: connections, schema migration, data copy, CDC sync, validation, and reporting.
Open →
🏗
Architecture
How Endrias Bridge works internally — pipeline stages, schema conversion engine, FK handling, and index orchestration.
Open →
📋
SOP / Runbook
Step-by-step migration runbook with validation at each stage. Includes rollback procedures.
Open →
🔧
Troubleshooting
Common errors and fixes: connection issues, FK violations, type mapping failures, Oracle ORA-00942/ORA-22848, temporal table FDA guidance, and performance problems.
Open →
🖥
Infrastructure Requirements
Sizing guide for large databases (100GB–1TB+). Network, RAM, CPU, AWS/Azure target sizing, and batch tuning.
Open →
🚀
AdventureWorks SOP
End-to-end SOP for migrating AdventureWorks2019 from SQL Server to PostgreSQL. Oracle target also validated — 71 tables, 760,837 rows, 90 FKs (July 2026).
Open →
🧪
SQL Server → SQL Server Training Lab SOP
Docker source + EB_SampleDB sample data. Covers temporal tables, self-referencing FKs, SQL Agent jobs/operators/alerts, Database Mail & SSIS detection, and idempotent re-runs.
Open →
🚀
REST API Client SOP
Start and monitor migration jobs via POST /replications instead of the wizard — for CI/CD, scheduled jobs, and scripting. Covers the desktop API Client tab and raw curl usage.
Open →
☁️
SQL Server → Azure SQL SOP
Full + live migration guide with CDC Stream & CT Sync modes. Covers VM→Azure SQL, containment fix, sp_cdc_add_job, UI busy behavior, and post-cutover validation.
Open →
📦
Azure SQL → AWS RDS SOP
CT Sync live mode, BACPAC→S3 seed path, CloudWatch alarms, IAM auth. Covers the Azure SQL→RDS migration path end to end.
Open →
🐬
MySQL → Azure SQL SOP
Binlog live mode, 30-row type conversion table, AUTO_INCREMENT→IDENTITY, zero-date fix, Azure SQL firewall prereqs.
Open →
🍃
SQL Server → MongoDB SOP
CDC Stream live mode, table→collection mapping, SQL→BSON type table, replica set prerequisites.
Open →
🔁
MongoDB → SQL Server SOP
Schema inference, _id exclusion, nested JSON columns, Change Streams live mode. 70 collections, 759,240 rows validated July 2026.
Open →
🟥
SQL Server → Redis SOP
71 tables, 740k rows validated. PK→key naming convention, hash/list encoding, TTL config, Keyspace Notifications live mode.
Open →
🔄
Redis → SQL Server SOP
70 key prefix patterns mapped to tables, 760k rows validated. Keyspace Notifications for live mode, TTL column preservation.
Open →
🌌
SQL Server → Cosmos DB SOP
Partition key selection guide, RU/s provisioning (10k during migration), Cosmos DB Change Feed live mode, throughput scaling.
Open →
📙
SQL Server → Oracle SOP
IDENTITY→SEQUENCE migration, temporal table clamping warning, 30-row type conversion table, TNS connection string setup.
Open →
🧱
SQL Server → Databricks SOP
Connect to a Databricks SQL Warehouse via Personal Access Token, HTTP Path field mapping, CREATE TABLE + batched INSERT flow, and Unity Catalog/hive_metastore namespace setup.
Open →
🏭
SQL Server → Azure Synapse SOP
Dedicated and serverless SQL Pool migration, connection setup, firewall/VNet prerequisites, and DMF compatibility scan usage before cutover.
Open →
🗺
Setup Wizard Architecture
Visual map of the 8-step Setup Wizard, all 13 DB Migration Assistant tabs with sub-tabs, and the end-to-end data flow from source connection to post-migration validation.
Open →
🗄
DB Migration Guide
Comprehensive relational database migration reference guide across all supported engines.
Open →
🪟
Windows Init Guide
First-boot Windows VM initialization and automated migration setup for EC2 and Azure VMs.
Open →
💾
VM Disk Setup Runbook
PowerShell runbook: initialize disks with 64K NTFS, set up Data/Log/TempDB/Backup volumes, optimize TempDB. Works on AWS EC2, Azure VM, and on-prem.
Download .ps1 →
🔧
Enable CDC — SQL Server / Managed Instance
Idempotent T-SQL script: enables Change Data Capture at the database level and on every user table. For on-prem SQL Server, IaaS SQL Server on a VM, and Azure SQL Managed Instance (all have SQL Server Agent).
Download .sql →
🔧
Enable CDC — Azure SQL Database
Same idempotent CDC-enablement script, adapted for Azure SQL Database (single db / elastic pool) — no SQL Server Agent there, so it explicitly starts the capture job via sp_cdc_add_job (cleanup runs automatically).
Download .sql →
🗃️
EB_SampleDB — SQL Server
Self-contained T-SQL script: builds a fully working, multi-industry sample database (Healthcare, E-commerce, Finance, Manufacturing/IoT, Retail, Government) with tables, indexes, foreign keys, table types, functions, stored procedures, views, and triggers — realistic data to kick the tires on a migration.
Download .sql →
🗃️
EB_SampleDB — MySQL
Same multi-industry sample database as a self-contained MySQL 8.0 script — tables, indexes, foreign keys, functions, stored procedures, views, and triggers, translated to native MySQL syntax.
Download .sql →
🗃️
EB_SampleDB — PostgreSQL
Same multi-industry sample database as a self-contained PostgreSQL 15/16 script — tables, indexes, foreign keys, functions, stored procedures, views, and triggers, translated to native PL/pgSQL syntax.
Download .sql →
🗃️
EB_SampleDB — Oracle
Same multi-industry sample database as a self-contained Oracle SQL*Plus script — tables, indexes, foreign keys, functions, stored procedures, views, and triggers, translated to native PL/SQL syntax.
Download .sql →
🔀
Multi-Target Jobs & BACPAC Guide
Visual step-by-step: migrate one database to multiple target servers simultaneously, configure Override Target per job, and use BACPAC seeding for tables ≥ 0.5 TB.
Open →
🛟
Remote Support SOP
How to export a Support Bundle, get help from Endrias Bridge engineers, and what happens at each support tier — from log-based diagnosis to remote desktop sessions.
Open →
📄
Full Documentation
Complete reference manual covering all features, configuration keys, plugin reference, metadata sources, and advanced options.
Open →
🔴
Live Migration Runbook
Zero-downtime cutover guide for all 6 supported engines: SQL Server CDC, MySQL binlog, PostgreSQL WAL, MongoDB Change Streams, Cosmos DB Change Feed, DynamoDB Streams.
Open →
🐬
MySQL → PostgreSQL SOP
Binlog prereqs, auth_plugin check, ENUM/AUTO_INCREMENT/JSON handling, zero-date fix, GIN index recreation, and 25-row type conversion table.
Open →
🐘
PostgreSQL → SQL Server SOP
WAL prereqs, BOOLEAN→BIT, SERIAL→IDENTITY, UUID, JSONB, TEXT[] handling, ARRAY child-table pattern, and 24-row type conversion table.
Open →
🌌
MongoDB → Cosmos DB SOP
Replica set requirement, oplog retention 720h, partition key permanence warning, 10,000 RU/s during migration, and object mapping table.
Open →
📜
Premium Support Terms
SLAs, response times, escalation paths, and entitlements for Professional and Enterprise support tiers.
Open →
New to Endrias Bridge?

Start with the User Guide → then run your first migration using the EB_SampleDB scripts as a template.