|
Yeah I guess I should have stated that this is for larger sites. For smaller sites like forums with less than say 700 to 800 thousand posts I guess an SQL dump would be OK although there is still too much of a chance for something to go wrong IMO.
But for larger sites a mysql dump can take a LONG time and choke your server. They can even stop mid way.
The way I do it, simply tar'ing a directory and untarring it when you need to use it is the safest most efficient way to do it. No issues with import errors and not getting all your data.
|