PDA

View Full Version : Moving my vB


flup
01-11-2003, 11:15 AM
I'm gonna move my vB to a paid server, but i extually don't know howto.

I think like this:
> Backup files from server I'm now having
> Backup database
> Store files on new server
> Store backup on new server

But, don't I need to remake those tables & stuff?
And isn't it destroying my hacks so I have to re-do them?

Steve Machol
01-11-2003, 03:31 PM
<a href="http://www.vbulletin.com/manual/movingservers.html" target="_blank">http://www.vbulletin.com/manual/movingservers.html</a>

flup
01-13-2003, 04:18 PM
Ty lad

flup
01-25-2003, 07:40 PM
Ok tried it. didn't work.
I want to make a "backup" in text file format.
So i can make tables and content in phpmyadmin

But how do i make such a text file

flup
01-26-2003, 05:41 PM
^BUMP^

Need this before 1feb

Steve Machol
01-26-2003, 05:44 PM
What exactly did toy try that 'didn't work'? All backups are in text format.

flup
01-27-2003, 12:06 PM
Well, i couldn't make a Dbase backup.
So i did it in the admin CP (SQL file)

next step i tried to extract it:
mysql -uUSERNAAM -p dbasenaam < /www/forums/vbulletin.sql

But it says: /www/forums/vbulletin.sql doesn't excists.
But, im not a n00b, I know where i stored it, and it really excists when i look with SSH in the folder.

Next step is i tried to add is via a SQLmanager, but instead of the Dbase name wich is stored in the SQL file, it creates a dbase: vbulletinsql

Next i tried is to change dbase name to vbulletinsql on localhost.
But also that won't work.

After trying that, I wanted to try it via SqlMyAdmin so i saw the Dbase, selected the SQL file on my harddisk and tried to import that one in the excisting EMPTY database. But i got a Import error after 15min of waiting.

I really dunnow what to do now :(

Steve Machol
01-27-2003, 02:54 PM
Try:

mysql -uUSERNAAM -p dbasenaam < www/forums/vbulletin.sql

Or just cd to the directory containing the file and use:

mysql -uUSERNAAM -p dbasenaam < vbulletin.sql

flup
01-27-2003, 05:05 PM
Ok will try

flup
01-28-2003, 05:25 PM
Would it be good by trying to download the db file again?


ERROR 1064 at line 9854: You have an error in your SQL syntax near ''????\0JFIF\0\0,,\0\0??\0C\0(#(#!#-+(0<dA<77<{X]Id_???_??_???' at line 1



what could this be?

filburt1
01-28-2003, 05:27 PM
FTP it in binary mode.

Steve Machol
01-28-2003, 05:39 PM
The backyup file is ASCII unless you've compressed it.