![]() |
Transferring a big board to new server
I did a dump of my database, in prep to transfer to a new server. The size of the .sql is exactly 3.0G, which leads me to believe maybe there's a file size limitation going on here? I tried restoring this dump on the new server, but any attempt to load a vb page leads to a hung browser (nothing, nada).
How do y'all move huge databases? Mysqlhotcopy? |
how in the world did you get a 3.0G database :shock:
Anyway, you can try mysqlhotcopy, most people use a tool that breaks the sql into smaller chunks, i cant remember the name of it, but hopefully that helps some |
you could compress (tar.gz) your db in the actual server, and then scp it thru SSH to the new server. Finally decompress it and load it into your mysql =D
|
i use a lil php application called bigdump (its free) for my database cuz its to big to mess with by hand anymore ..3gig db my god man u saving your attachments in your sql?
http://www.ozerov.de/bigdump.php |
The way I dump my databases is as follows:
Code:
mysqldump --opt -u username -p dbname > dbname.sql Code:
tail -n 15 dumpfilename Code:
UNLOCK TABLES; |
3GB is a huge database. Our board currently has 10k users and almost 100k posts and is under 150MB, at this rate, we'd need about 2 million users and 2 millions posts :D
|
3gigs is about 4.5 million posts....not impossible, but why keep that many posts in the database?
|
Quote:
It depends on hack installs etc. as well We have alot of custom fields etc. |
All times are GMT. The time now is 08:02 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|