logoalt Hacker News

embedding-shapeyesterday at 6:25 PM1 replyview on HN

Isn't that just a flag? "--lock-tables=false", alternatively --single-transaction for InnoDB.


Replies

jpabloyesterday at 6:57 PM

If you want a consistent backup that you can use to setup a replica you need to block writes while the backup is taken, take the backup while the database is shutdown OR use xtrabackup.