The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
||||
|
||||
Your attachments should be stored in the file system then you wouldn't have this problem. Ive had this problem a few times before and it usually consisted of a problem because the attachment table store file data it can really range for what the contents are. If you can get a backup with individual insert statements you should be able to get all the attachments but the ones that contain the problematic data.
|
#12
|
|||
|
|||
what did you unpack it with? if the database was .tar.gz'd in a linux environment. you dont dare try to "unpack" or "extract" it on a windows machine. or it will corrupt the DB
|
#13
|
|||
|
|||
Quote:
|
#14
|
||||
|
||||
If you were on a dedicated machine before you should have ssh access where you can perform the database back up, and move yourself even if the host only allowed 2GB downloads for whatever reason.
using a command like mysqldump -u mysql_user -p -h localhost > databaseback.sql scp databaseback.sql user@new.server.ip:/home/location/to/store on the old machine If they still dont want to help you out since you're moving. Try to access your old site via ip.add.res.s and move your attachments from the database into the file system using the tools in admincp. Then get a new database dump, and move the attachment folder to your new host. |
#15
|
|||
|
|||
Okay, here's an update, as for my old host ,
Quote:
Fortunately, I had a database dump dated Jan 2007, snakes1100 here helped me restore those attachments in the latest database. So though many attachments will go missing, the forum still will function for now. At the end of it, thanks to snakes1100 , my forum is back up and running |
#16
|
|||
|
|||
Well, this is more of a warning post for users who use dreamhost, i wont post all the details of the situation about this, but i will say this:
His db backup that was incomplete was rather odd looking, it had every table except the 3 required tables for attachments, due to why he changed hosts, i believe dreamhost might of intentionally removed the 3 tables in question from his backup before they sent it to him, seeing as every other table in the two db's existed, it would be kinda hard for the 3 tables in question to not be there if they did a dump via mysql. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|