Peer review maatkits mk-parallel-dump and mk-parallel-restore usage?
- by Brent
Hiya
Im trying to make use of maatkit as a means of dumping a database and then restoring to another database.
For dumps:
mk-parallel-dump --user abc --password xyz --databases $db --base-dir /tmp/dump
For restore:
mk-parallel-restore --create-databases --user abc --password xyz --database devdb /tmp/dump
My question is, is my logic and understanding correct, and would it be ok to do it like this.
Kind Regards
Brent