|
|
|
|
|
by btgeekboy
3648 days ago
|
|
> If you need HA on a database, use the built-in replication service available on just about every database product in existence. There are often valid reasons to not do this. For example, MySQL does not guarantee consistency between a source and its destination. mysqlrplsync can do this as a bandage, but it's something extra you need to set up and configure. |
|
Replication != backup