vBulletin allows the storing of files in either the database or the file system. The Porter currently just assumes you have all files stored in the database.
Currently if you have files stores in the file system the porter just creates the files with nothing in them as there are no blobs stored in the database so the value is blank.
I am assuming It should test to see where the files are stored then do either a blob dump or a copy from existing place new place (/attachments) where you can copy them over to new server..
vBulletin allows the storing of files in either the database or the file system. The Porter currently just assumes you have all files stored in the database.
Currently if you have files stores in the file system the porter just creates the files with nothing in them as there are no blobs stored in the database so the value is blank.
I am assuming It should test to see where the files are stored then do either a blob dump or a copy from existing place new place (/attachments) where you can copy them over to new server..