|
|
|
|
|
by evanelias
812 days ago
|
|
> Adding a replica involves using mysqldump That's one path, but it is not the only way, and never has been. MySQL 8.0.17 (released nearly 5 years ago!) added support for physical (binary) copy using the CLONE plugin. And MySQL Shell added logical dump/reload capabilities in 8.0.21, nearly 4 years ago. Third-party solutions for both physical and logical copy have long been available, e.g. xtrabackup and mydumper, respectively. And there was always the "shut down the server and copy the files" offline approach in a pinch. |
|
I wouldn’t call xtrabackup or mydumper an out-of-the-box solution.