|
|
|
|
|
by zachmu
805 days ago
|
|
The vanilla package can replicate to or from MySQL via binlog replication. But since it's memory only, that's probably not what you want. You probably want to supply the library a backend with persistence, not the built-in memory-only one Dolt can do the same two directions of MySQL binlog replication, and also has its own native replication options: https://docs.dolthub.com/sql-reference/server/replication |
|
> If you have an existing MySQL or MariaDB server, you can configure Dolt as a read-replica. As the Dolt read-replica consumes data changes from the primary server, it creates Dolt commits, giving you a read-replica with a versioned history of your data changes.
This is really cool.