Release history for DBConvert Streams versions 1.1.0 through 1.5.0.
June 2025
We've added live chat support to both our main website and Web UI to provide you with instant assistance. Get real-time help with deployment, configuration, and troubleshooting directly from our team.
Our comprehensive deployment walkthrough video covers everything from server setup to your first data stream. Watch the step-by-step process of deploying DBConvert Streams on any host.
Released June 22, 2025
We've replaced the previous 3rd-party DDL translation layer with our in-house DDL generator, giving us 100% control over how schemas are built and validated — ensuring better compatibility across MySQL and PostgreSQL.
Foreign key constraints are now automatically detected, translated, and preserved during migrations. Uses deferred strategies for better consistency in PostgreSQL and performance in migration workflows.
Primary, Unique, and Indexes are fully recreated on the target database with complete fidelity and optimized performance.
Translated intelligently with support for complex constraints including JSON checks and custom validation rules.
Converted between MySQL and PostgreSQL dialects, preserving all documentation and metadata annotations.
Choose how tables, indexes, and foreign keys are handled during migration and synchronization with granular control over database structure options.

New Database Structure Options interface with strategy selection
Smarter connection state detection with offline mode, cloud provider badges, and persistent connection settings via localStorage.

Connection failed state with clear error handling

Successful connection state with status indicators

Cloud provider badges for easy identification
Faster load times and optimized chunking with Vite config improvements, cleaned up codebase, and enhanced state handling throughout the application.
Released May 26, 2025
Streamlined connection management with a unified interface that simplifies database setup and configuration across all supported database types.

Unified connection interface with streamlined database configuration
Complete schema management capabilities that let you define and manage multiple PostgreSQL schemas through both API and UI, with visual schema selection and enhanced schema qualification.

Visual schema and table selection interface with multi-schema support
Intelligent name conversion when migrating from multi-schema PostgreSQL to MySQL, with automatic conflict prevention during schema flattening.
# Example table name conversions:
public.users → users
inventory.products → inventory_products
Automatically discover database structures and configure optimal migration settings with intelligent defaults that reduce configuration time.
Database and schema names are validated to comply with PostgreSQL and MySQL naming rules, ensuring compatibility across different database systems.
Fixed and optimized metadata retrieval from remote databases with better accuracy in detecting foreign keys, primary keys, and table relationships.
Improved PostgreSQL data type processing and conversion with enhanced schema handling and more robust schema qualification and cross-schema relationship detection.
Comprehensive API documentation updates reflecting all new multi-schema capabilities and enhanced endpoints. Full documentation available at API Reference.
Updated help text and validation for database connection parameters with clear feedback during auto-discovery and table detection processes.
Better organization and display of tables across multiple schemas with enhanced table lists and improved browsing experience with schema-aware table organization.
Released May 11, 2025
Note: DBConvert Streams backend remains at version 1.3.0
We've replaced the static diagram with a powerful interactive visualization tool that lets you explore your database schema like never before. Check out our quick walkthrough video to see it in action.

Interactive database diagram showing table relationships with crow's foot notation
Visit the documentation for more info about the new interactive diagram viewer or watch our video walkthrough.
Released April 29, 2025
View metadata and data for tables and views directly through the API and UI. See full DDL statements for tables and views for better insight into database structures.

Detailed table structure view with column definitions and data types

Interactive table data preview with filtering and sorting capabilities

Full DDL statement view showing complete table definition

Visual database diagram explorer showing table relationships and schema structure
You can now view table and view data, structure, and full DDL definitions directly inside DBConvert Streams — eliminating the need for external SQL viewers or management tools.
This all-in-one capability streamlines workflows and gives you immediate insight into your database structure and contents, right where your migrations and syncs are managed.
Explore new API endpoints with improved structure, consistency, and performance. Full documentation available at API Reference.
Initial groundwork for converting natural language queries into SQL, making database interactions more intuitive and accessible.
Full deployment support for Vultr, Hetzner, GCP, Azure, and DigitalOcean, with improved setup instructions. Learn more about installation options .
Improved stream status handling, better logging output, and a cleaner Docker installation experience.
Released March 23, 2025
Our testing team has rigorously validated enhanced shell scripts for managing DBConvert Streams services across multiple operating systems including Ubuntu, Debian, CentOS, Windows, and more. This comprehensive testing ensures a smooth deployment experience regardless of your preferred OS.
Cloud-Ready Installation: Our versatile install.sh script makes it easy to deploy DBConvert Streams on any popular cloud platform including AWS, Google Cloud, or Microsoft Azure.
DigitalOcean 1-Click App: Deploy DBConvert Streams instantly with our 1-Click App on DigitalOcean Marketplace. Get up and running in minutes without complex configuration.
We've implemented Nginx proxying for all API endpoints, allowing users to access the API through http://HOST_IP_ADDRESS/api/. This means you no longer need to expose port 8020 to the world, enhancing security while simplifying access.
We've completely replaced WebSocket-based NATS logging with a more robust Server-Sent Events (SSE) implementation, providing more reliable and stable log streaming with better reconnection handling.
To upgrade to version 1.2.0:
# For Docker deployments
./update.sh
Released March 03, 2025
Monitor your data transfers with precision and gain valuable insights into performance metrics, giving you deeper insights into your data and helping you optimize your database operations.

Real-time statistics tracking for database tables showing events, size, and processing percentages
New update.sh script in the deployed folder enables seamless updates of DBConvert Streams services. This script automatically handles the update process for Docker image deployments, making version upgrades effortless.
This update ensures more robust handling of data events in the target writer, improving overall system reliability, reducing errors, and improving data integrity during transfers.
This architectural improvement in our stream-api ensures consistent performance even under heavy loads, resulting in faster processing times and making your data operations more reliable.
This specialized enhancement ensures your data maintains its integrity when moving between MySQL and PostgreSQL, eliminating manual conversion work and enhancing your data migration capabilities.
Improved index handling across different database drivers with database-specific optimizations for MySQL and PostgreSQL. New features include smarter index existence checks and enhanced logging.
Conversion of PostgreSQL ARRAY types to MySQL JSON during schema preprocessing.
Check out Version 2.0 — our biggest release yet with cross-database SQL, CDC to cloud storage, and more.