This website is deprecated, and remains online only for historic access to old issues and docs for historic versions of Virtualmin. It has been unmaintained for several years, and should not be relied on for up-to-date information. Please visit www.virtualmin.com instead.
All database backup functionality in Webmin and Virtualmin uses the dump feature of the database. What that means with regard to locking, I don't know. I'm going to assume that dump provides data integrity. At least, I would certainly hope so.
All database backup functionality in Webmin and Virtualmin uses the dump feature of the database. What that means with regard to locking, I don't know. I'm going to assume that dump provides data integrity. At least, I would certainly hope so.
--
Check out the forum guidelines!
I hope so too! :)
I will do a little research on dd and post what I find.
MySQL will pause any writes until the dump is done which usually takes a matter of seconds. MySQL does not lock for reads though.
Excellent.
Thanks Scott!