![]() |
Backing up Board
Can someone let me know how I can back up my board? I thought I had backed it up but I think it just backed up the settings. I am not 100% sure.
Thank you in advance! |
|
Thank you so much! I really appreciate it. Now I just have to work out how to update, which I am very very nervous about doing. I couldn't even install the original and paid for it to be done.
Again thank you! |
Quote:
Have you checked this out? http://www.vbulletin.com/forum/showt...your-4.0-Forum < That should help ;). Plus the best part? If your going to 4.1 the upgrade script was recently refined and it's so simple it almost hurts lol :D. |
The version I have is 4.0.5
To upgrade to 4.1.0 PL2, is that just one upgrade I need to do? Or do I have to upgrade other versions to get to that version? Again thank you so much for your help. It is so appreciated. :o |
Quote:
Fyi though custom styles etc may need some adjusting after going from 4.0.5 to 4.1 just be sure you backup the files, the database and the style beforehand just in case :D. |
Thank you so much for your help. I am going to try and do the upgrade over the weekend. I am still a very nervous about doing it but I am going to give it a go.
Thank you again! Your help has been very much appreciated! :) |
Well all i can suggest u is just follow the link that Superman gave you or if u don't want any headche and don't wanna do 2 much reading then just look at this video by Superman... I did my upgrade to 4.1.0p2 jst by seeing this video and everything went good without any issue.
To reach directly to that video http://www.innovationbyinstinct.com/...upgrading.html |
The video was great and easy to follow. I followed each step but I still have 4.0.5 version what I began with. I don't understand where I went wrong. If you have any suggestions, I would be very interested to hear them.
I also left this message on the video forum too Thank you in advance! |
I might add that its a known fact that using phpmyadmin to export your forum database will sometimes cause you to have an incomplete backup of your forum especially if your forum is really large and has a large database. Your browser will time out when using phpmyadmin and get an incomplete backup. The best way to get a complete backup of your forum is to use either MySQLDumper or use the CPanel built in option. I have a tutorial on the cpanel option here: http://www.skinsnstyles.com/xenforo/...via-cpanel.26/ Its remarkably easy to use Cpanel for the complete backup if your host has allowed this function. if not you can usually get them to turn it on for you. To restore the database from the Cpanel backup you can use BigDump usually.
|
Quote:
Well when i did the upgrade first time i had the same issue.... even after upgrading it was still showing me on some places that i have 4.0.8 n some places it showed me 4.1.0 what i found out was that i did the upgrade on a custom template and wat i did i deleted all those custom onez since they weren't gonna work on 4.1.0 anyways and redid the upgrade and everything went goood without any issues...also just make sure u upload all da files of 4.1.0 not just a patch :) |
Quote:
|
Quote:
--------------- Added [DATE]1294527360[/DATE] at [TIME]1294527360[/TIME] --------------- Quote:
|
Quote:
http://www.vbulletin.com/docs/html/upgrade http://www.vbulletin.com/forum/conte...e-Instructions |
Quote:
Ohh and I don't have any mods attached to the board, so there was nothing to turn off there. I hope all that makes sense? |
No problem. To check your database backup you can see if its complete by just downloading it to your hard drive if you have not already and double clicking on it to open it. Give it a moment because sometimes it takes a minute or two to totally load. Then scroll all the way to the bottom and look for something to the effect of:
Code:
-- Code:
-- |
Quote:
CREATE TABLE IF NOT EXISTS `visitormessage_hash` ( `postuserid` int(10) unsigned NOT NULL default '0', `userid` int(10) unsigned NOT NULL default '0', `dupehash` varchar(32) NOT NULL default '', `dateline` int(10) unsigned NOT NULL default '0', KEY `postuserid` (`postuserid`,`dupehash`), KEY `dateline` (`dateline`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; Does that mean I have not backed up my board right? |
Quote:
1. Download the latest version of vbulletin from your members area. 2. Unzip it to your hard drive (desktop most likely is easiest) 3. Look in the includes/ directory and find the config.php.new file. 4. Change the name to config.php. 5. Double click on the config file to open it (you'll need a html editor like dreaweaver, frontpage, or there are some frees ones or you can use windows built in notepad or a text editor. 6. In the file you will need to change the following items to match your info: First find: Code:
$config['Database']['dbname'] = 'forum'; Then find: Code:
$config['Database']['tableprefix'] = ''; Then find: Code:
$config['MasterServer']['servername'] = 'localhost'; Then find: Code:
$config['MasterServer']['username'] = 'root'; Now save the file. Make sure that you ALWAYS edit between the ' and '. So if the code is Code:
$config['MasterServer']['username'] = 'root'; Code:
$config['MasterServer']['username'] = 'your_username'; 7. Now you need to delete the install.php file from your includes directory in the new files you are about to upload. 8. Turn your board off. 9. Upload all the files keeping the directory structure and order together. Make sure that you "OVERWRITE" all your old files. If you have a custom skin then do not upload the images directory. 10. After all the files are uploaded and overwritten open your browser to: http://www.yoursite.com/forums/install/upgrade.php Change yoursite.com to your domain and if your forum is not in a forums directory then drop the forums part from the link like so http://www.yoursite.com/install/upgrade.php 11. Now you should see a screen asking you for your customer number. Copy and paste it in the box and click the button to start. 12. From here you just wait and let it do its thing. When its done it will tell you. Then you should be all ready to go. --------------- Added [DATE]1294529330[/DATE] at [TIME]1294529330[/TIME] --------------- Quote:
|
Wow! Ok, I am going to try your step by step instructions. Thank you so very much for laying them out for me.
But before I try that, I need to know if I am backing up correctly. What I have been doing is this. 1. Open my cpanel 2. Open phpMyAdmin 3. Click on the forum 4. Click on export 5. Unclick "comments" 6. Unclick "Complete Inserts" 7. Unclick "Extended Inserts" 8. Change the name of the file (which I usually put the date) 9. Then press go. Is this correct? |
That is not usually the way I use phpmyadmin to do a backup. Not saying it does not work, but I do not untick options on it. I do those options listed above leaving out the untick parts.
Let me ask you something, how large is your forum? How many members, posts threads? |
I tried again to back up and all worked good. I had the dumping data info this time. Thank you so very much for helping with that.
The upgrade of the board worked for me too! I have not had any problems as yet. The only thing I lost and didn't think about at the time was something I found on this board about keeping your post count. It was something that I added to the config file but I can't remember what it was. If anyone has any idea, it would be greatly appreciated. Again, thank you all that helped me. It was so very much appreciated! --------------- Added [DATE]1294544672[/DATE] at [TIME]1294544672[/TIME] --------------- My forum is not that big. I have 123 members |
Did you save the original config file from your 4.0.5 install? If so the code should still be there i would think. If not and you performed the Cpanel backup that I was referring to you would have that file backed up in that zip file. But if you have already overwritten that file then you'll probably have to do a search again for the info to add to your config file.
Glad to have helped. :) |
I did end up finding it here.
https://vborg.vbsupport.ru/showthrea...+counts&page=2 But unfortunately it doesn't work with this new version. |
Yeah there is a good bet that you will not find that one for vb4 at all.
|
Ok, thank you
Thank you for all your help! |
All times are GMT. The time now is 11:10 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:
|