DBConvert Streams is a powerful platform that simplifies database migration and real-time replication. Whether you're moving data between different database types or need continuous synchronization, DBConvert Streams provides an intuitive solution that reduces complexity while maintaining enterprise-grade reliability.
Keep your databases synchronized with continuous, low-latency Change Data Capture (CDC):
- Zero-downtime synchronization
- Capture all database changes (INSERT, UPDATE, DELETE operations)
- Minimal impact on source database performance
- Ideal for real-time analytics, disaster recovery, or distributed systems
Transfer data between databases efficiently and reliably:
- Automatic schema conversion between different database types
- Intelligent data chunking for optimal performance
- Real-time progress monitoring
- Perfect for database upgrades, cloud migrations, or development environments
DBConvert Streams seamlessly connects with Vultr Managed Databases:
- Direct integration with Vultr MySQL (Version 8)
- Full support for Vultr PostgreSQL (Versions 13-17)
- Simplifies data migration to and from Vultr Managed Databases
- Enables real-time replication between Vultr and external databases
- Ideal for cloud migrations to Vultr's infrastructure
http://your-server-ip
Create Vultr Managed Databases:
Connect DBConvert Streams to Vultr Managed Databases:
Set Up Streams with Vultr Databases:
DBConvert Streams consists of several containerized services:
Core Services:
Infrastructure Services:
For technical issues or questions, please contact:
- Email: streams@dbconvert.com
- GitHub: https://github.com/slotix/dbconvert-streams-public
For comprehensive documentation, please visit:
- https://stream.dbconvert.com/docs/
This guide will walk you through the process of deploying and configuring DBConvert Streams on Vultr.
DBConvert Streams can be deployed on Vultr in two ways:
ssh root@your-server-ip
- UI: http://your-server-ip
- API: http://your-server-ip/api/
Read more at https://docs.dbconvert.com/deployment/vultr.html
binlog_format
= ROW binlog_row_image
= FULL sql
GRANT REPLICATION SLAVE, REPLICATION CLIENT ON *.* TO 'username'@'%';
GRANT SELECT ON database_name.* TO 'username'@'%';
FLUSH PRIVILEGES;
wal_level
= logical max_replication_slots
= 5 (or higher) max_wal_senders
= 10 (or higher) sql
ALTER ROLE username WITH REPLICATION;
GRANT SELECT ON ALL TABLES IN SCHEMA public TO username;
Report an application with malicious intent or harmful content.