Announcement
Collapse
No announcement yet.
I switched servers but now I can't get my vBulletin to work
Collapse
X
-
You need to edit the config.php file on the new server with the new database info.
Leave a comment:
-
It is in the FTP. That is where I do it right? Yeah, getting close!
Leave a comment:
-
Thanks Steve, I guess I really knew that but I just wanted to completely sure.
ok, so I have one more thing before I Get R Dun
Step 4 in the instructions says to open the includes/config.php file...... does this mean that at that point my forum will be on the new server, I go to the forums admin control panel to find that includes file and change it there?
or does it mean that I would FTP that file from the server to my computer, edit it and upload it back to the server? AHHHHH!
Thank you!
Leave a comment:
-
It means you make a backup of the database (not remove the original) copy that backup file to the new server, then restore this to a new database on that server.
Leave a comment:
-
thanks encryption, The VB manuals instructions are pretty good for doing that restore. Hopefully I do it correctly when I get to that section.
Right now I am following the instructions from the VB manual on how to backup/move to a new server. Section 2 - Transferring to the new server.... Does this mean it is removing it from the old server and moving it to the new server OR does it mean it is COPYING it from the old server to the new server.
Sorry for such a basic question but I don't want to mess anything up.
Oh, and the instructions I am referring to are at http://www.vbulletin.com/docs/html/moving_servers
Leave a comment:
-
Originally posted by motochick View PostDon't I need to install vbulletin software on the new server or is that part of the backup.
Thank you!
Leave a comment:
-
HEAD SPINNING!
PART 1
Did the sqldump for both my forums using
mysqldump --opt -Q -h localhost -u dbXXXXXX -p dbXXXXXXXX >smj.backup011007b.sql
Seemed to work. They show up on ftp but even though the forums are about the same size, one is 1.5GB and the other came up at only 217MB! Something is wrong with that second one. Not sure what the heck is wrong. Use the same command, just typed in the different database name. Any ideas?
PART 2
Need to move to new server which is how I found this thread (looking for instructions) So, are you saying that using the instructions at the beginning of this thread that all I need to do to move servers is upload the mysqldump backup to the new server (once I get the backup working right)? Don't I need to install vbulletin software on the new server or is that part of the backup.
Thank you!
Leave a comment:
-
Originally posted by ampersand View PostIm moving to a dedicated server as we speak, but I have a problem even when using SSH. I have made a database dump of my vBulletin database and uploaded it to root using ftp. I login with SSH and start importing the database, but on table vb3_post it always stops after 605 000 records when there are a total of 850 000 something..
What can I do now to make this work ?
I'm using this command
Use mysqldumper, its more thorough.
Leave a comment:
-
The only consistently reliable method of backing up and restoring a database is with shell access via telnet or ssh. This is because backing up with a PHP script like that in the Admin CP or phpMyAdmin can result in PHP timeout errors and an incomplete backup file.
Please see the instructions here:
Backup:
Restore:
If you don't have telnet or SSH access, some people have reported success with these scripts:
MySQLDumper:
MySQLHotxcopy:
Bigdump:
Leave a comment:
-
I know that, but it still stopped somehow, but it might be phpmyadmin that dont make good enough backups when the table size is that big I dont know
Leave a comment:
-
That command needs to be run using the SSH command line, not phpmyadmin.
Leave a comment:
-
using phpmyadmin :P
Well, now I'm doing it again but this time I split the table into smaller pieces
Leave a comment:
-
How was the backup made? The most likely cause is an incomplete backup.
Leave a comment:
widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
Leave a comment: