Go Back   vb.org Archive > vBulletin Article Depository > Read An Article > vBulletin 4 Articles
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
How 2 Guide - Backups, Upgrades, and Recovery!
TheLastSuperman's Avatar
TheLastSuperman
Join Date: Sep 2008
Posts: 5,844

Hey vb.org members and coders! Not much to say except I have a beautiful wife, three fantastic kids

North Carolina
Show Printable Version Email this Page Subscription
TheLastSuperman TheLastSuperman is offline 11-13-2009, 10:00 PM

vBulletin 4.0 - Backups, Upgrades, and Recovery! Updated 1.15.2010
_____________________________________

I wanted to post this here just like I did for vBulletin.com, you can locate this same tutorial there via this link: http://www.vbulletin.com/forum/showthread.php?335689-[Suite-OR-Forum]-How-2-Guide-Backups-Upgrades-and-Recovery!

If your unsure of ANY steps below please post but remember I color coded each section so when your scrolling for info bare in mind what's in blue pretty much relates to the blue text area and the other colors accordingly as well etc etc .
_____________________________________

By:


Upgrading is an important process and should not be taken lightly. Please be aware you should always do a backup and here is the best way to be perfectly safe about it:

Section 1 - Don't be stubborn, read the instructions you Grinch .

1. Check the Minimum Requirements found here:
http://www.vbulletin.com/forum/showt...m-Requirements
Also found here:
http://www.vbulletin.com/faq.php#faq-125
If your Hosting account/Server is not up to par with the minimum requirements it might not upgrade at all or cause you more trouble then it's worth! Some host will move you to another server with the minimum requirements if available or perhaps for an additional fee or monthly cost.

1a. Trevor Hannant has released a very detailed Guide to Upgrading including screenshots so I highly recommend you view all of Trevor's upgrading instructions, they might be just what you need for a super simple upgrade then you can skip the upgrade information below and simply use this forum tutorial if you need to recover your forum or learn some useful information on backups!

Please see all five parts via the vBulletin CMS however here are the links:


http://www.vbulletin.com/forum/conte...uctions/view/1
http://www.vbulletin.com/forum/conte...uctions/view/2
http://www.vbulletin.com/forum/conte...uctions/view/3
http://www.vbulletin.com/forum/conte...uctions/view/4
http://www.vbulletin.com/forum/conte...uctions/view/5

1b. Another bit of helpful information is Wayne Lukes information on upgrading to 4.0 located here:
http://www.vbulletin.com/forum/conte...-vBulletin-4-0

2. Test the backup to see if it will restore in a test environment.
3. If it restores then use it to test the upgrade but remember to disable all mods in admincp product manager and via Section 4 below in the config file.
4. If the upgrade was successful... now what? You decide! Change your forums folder name and rename the test one to be your forum, redo cookies to prevent login problems using tools.php and any posts since the time of the backup used are lost... or tell your members now about upgrading and close the board and repeat? Make that choice now and simply read for your parts below it's quite simple to keep up with otherwise post a comment and await a reply.
5. Well this is step number five so did it work? If so great copy this article and save on your computer with your vbulletin files so you don't have to track it down later if needed - always be prepared!

Now if you need more details on how to backup, test or restore here is some more information for you.

PLEASE NOTE YOU SHOULD NOT BE ATTEMPTING TO UPGRADE A LIVE SITE TO vBulletin 4.0!


Section 2 - Patience is a virtue.

1. If your upgrading a live site please take the proper precautions such as testing in advance as listed above in Section 1.
2. You are allowed to run a vbtest under your license I suggest you install or upgrade a backup of your live site first to make sure it goes smoothly IF you are going to in fact upgrade, disregarding our warnings of upgrading a live site. More information on that is here: http://www.vbulletin.com/forum/showt...-READ-ME-FIRST
3. IF YOUR FORUM IS HEAVILY MODIFIED/CUSTOMIZED EITHER IN TERMS OF CUSTOM MODIFICATIONS AND OR STYLES AND YOUR DISREGARDING THE RECOMMENDATION NOT TO UPGRADE A LIVE SITE - I DO NOT RECOMMEND YOU UPGRADE AT THIS TIME, THAT IS STRICTLY IMO BUT I FEEL INEXPERIENCED OWNERS SHOULD NOT ATTEMPT UPGRADING A LIVE SITE THAT HAS BEEN HEAVILY CUSTOMIZED.


Section 3 - Better Safe than Sorry.

1. Backup your Database and Files so you can restore to your current version on your live board now i.e. 3.5/3.6/3.7/3.8 etc if anything goes wrong or to use for making a test site.

How to do this Mike?

Database Backup - Cpanel? phpMyAdmin? Do you have any of these? If so let's review some options in each:

Cpanel:

There is an option to copy a database using Cpanel but I have not been successful on with it and found simply exporting using cPanel the using BigDump to import into a new databse saved me time trying to figure out other ways with each host being slightly different.To backup follow these steps:

1. Close your forum.
2. Use Cpanel to access your phpMyAdmin.
3. In phpMyAdmin, select the database you want to copy from the menu on the left.
4. Click export, then click choose "save as file" and save it you your computer along with your vbulletin files.

MySQLDumper:

Can be found here: http://www.mysqldumper.net/ & Special Thanks to FF|Skyrider for the reminder!! http://www.vbulletin.com/forum/showt...=1#post1840565)
1. Follow the information on installing it, run a backup and test a restore. Simple enough and secure using htaccess although I still find BigDump (listed below) to be easier.

BigDump:

Some host though have timeouts or limited sessions in place as mentioned above so you attempting to restore it will never work unless you use something like BIGDUMP. Here is some more info on automated backups (do this when you have time) which has links for BIGDUMP so you can upload a large Database.

1. See the info below, I like to give credit and that's where I found the reference on google.

http://www.xoops.org/modules/smartfaq/faq.php?faqid=214

From that page, credit to XOOPS see post for details on author:

Quote:
Restore

Bigdump, The script

Thanks Alexey Ozerov (alexey at ozerov.de) for this script that imports big SQL dump files on limited sessions servers. Script Valid with IE 6.0 SP1, mozilla 1.x and Netscape 4.8.

Description:

Staggered import of large MySQL Dumps (like phpMyAdmin 2.x dumps and even GZip compressed dumps). Do you want to restore a large backup of your mySQL database (or a part of it) into a new or the same mySQL database? Maybe you can't access the server shell and you can't import the dump using phpMyAdmin due to hard memory/runtime limit of the web-server. BigDump will achieve this
even with webservers with hard runtime limit and those in safe mode in a couple of short sessions.

Download:
http://www.hotscripts.com/Detailed/20922.html

Installation and configuration

One unique script. Modify setup vars ( DB connection and gzip file URL) and upload it on your server.

Use

This is a manual operation (Databases are not usually restored daily)
Post gziped sql Dump at devoted URL and run the script.

Comment
Simple, ths script is an excellent DB_Backup complement. No more sql files cut to fit phpMyAdmin sessions that a so boring (and dagerous) as your DBs bocomes too big.
When using phpMyAdmin here are the setting I normally check (within the yellow highlighted area in the image) that I normally check before exporting, otherwise some systems default options checked will not work properly if re-importing



1a.Check out this information as well posted by Floris!

Quote:
Originally Posted by Jhumon View Post
Hello users and team

how do i restore my databases after upgrading to 4.0 ?

can anyone help me in this ?
Quote:
Originally Posted by Floris View Post


Section 4 - Practice Makes Perfect.

Now that you have made a test site (or if upgrading now on a live site) you need to do a few things first to make sure it all goes smoothly. You have backed up and either already rushed off and upgraded or you have restored a copy of your database and your ready to create a test environment for mods or to test an upgrade on! Let's see how to restore the files below:

1. If your making a backup of your site to test for mods or an upgrade copy the folder your forum is in and rename it then upload back to your server via FTP (i.e. Filezilla) or the Cpanel File Manager or Legacy File Manager (Retain a copy of the original files and do not alter them). Filezilla I find to be quicker than Cpanel file managers but long story short you want to make a backup all the files, every single folder and file. Why? Well if you have problems while upgrading to 4.0 you have already uploaded the new files so they will not work if you try to restore if the upgrade fails OR if making a test site you need ca copy of the original files to properly restore the site exactly as it is. Some FTP Clients do not automatically upload files in the correct mode, please read the install information provided by vBulletin to upload the correct files in the correct mode i.e. ASCII or Binary etc.

2. Download your current version (3.6 or 3.7/3.8 etc etc) and I mean the exact same version your forum is running now before the upgrade this will be needed to restore if required. Also retain an unaltered copy fo your entire forum folder on your computer as listed above in step 2.

3. Turn off ALL MODIFICATIONS. You can do this by disabling them all but the best and highly recommended way of doing this is by locating your config.php file and edit it (make a copy of it first and do not use notepad to edit use an external editor such as notepad ++ google it etc) and at the top below <php? add this:

Code:
define('DISABLE_HOOKS', true);
*YOU MUST DISABLE MODS BEFORE UPGRADING, not afterwards when it failed the first time, NOW.

3a. Revert back to your Default style, this is important and can be the difference between a viewable forum after your upgrade. If you do not have a default style or have modified it in some way please remember you can simply create a new fresh default style via the Style Manager.

** DELETE ALL OLD vBulletin 3.x Styles this can cause problems when upgrading if you do not! Only revert to default OR make a new Default for your 3.x before you upgrade!!

3b. While your in the config file of whatever site your upgrading be sure to change the database details to match the new database!!!

3c. In your browser navigate to your forums url i.e. http://www.yoursite.com/forum/install/upgrade.php provide your customer number and then follow the prompts on screen and upgrade!

Did it work? If yes then great! Enjoy

Quick Tips
* Don't forget to turn back on the mods so your CMS and Blog will work, you can now uninstall unwanted 3.x mods one at a time until they are removed if you did not uninstall them before upgrading and remember to delete the files associated with the modifications as well.

** If your experiencing some problems with links not working properly or something seems funky try:
(Thanks Birute for the Reminder!)
a) Clear your cookies, CLOSE your browser and then launch your browser again i.e. Internet Explorer, Firefox, Safari, Opera etc etc.
b) If that does not remedy it try: AdminCP > Maintenance > Update Counters and start updating! READ them all carefully as some can reset statistics you wish to retain and they will not be recoverable once the counters are updated unless you fall back to the most recent backup and possibly redo the upgrade process so be very careful and if anything refer to the older vBulletin 3 Manual as much of it stil pertains to the 4.0 version it just needs a bit of updating but for reference it's perfect: http://www.vbulletin.com/docs/html/



===================================


If the backup worked and your forum is upgraded and running fine please stop reading this guide now and go have fun with vBulletin 4.0! If you have any Bugs please confirm they are not specific to only you for some reason i.e. MySQL or PHP versions (Although you should have confirmed the minimum requirements were met before upgrading regardless).

===================================


Section 5 - What a bloody mess...

Continuing with this Guide from here down means you had a failed upgrade and wish to restore!

Big forum or you just don't want your live site to stay down while you wait on a fix.. is there a fix? Frantic are you? Well simply restore back to your previous version if you saved a copy of your forum files and database as you were told to above!

Depending on where the install script failed, it might not have modified you current database so you see errors because it's new files for 4.0 not communicating properly w/ the 3.x database . Simply re-upload your previous versions files as if you were updating and then run the upgrade script, there is an option to run it anyways please click that and proceed.

If it did not alter the DB then you should see your live site back up! If it still shows errors then you might be in trouble and want to restore back to your previous version or if you did not make a backup now might be the time to submit a support ticket otherwise without a backup you will need to do a fresh install and have all your members re-register.


Section 6 - The mop bucket.

1. You can try restoring your database via phpMyAdmin but some host have file upload or session limits/timeouts in place. You can ask them to restore it for you which is the quickest way.

They won't restore or charge $$$.$$ ?

Now you must do the rest plain and simple, buck up and let's get this done Good Sir! (or Lady )

1a. Restore it yourself by using Cpanel, MySQLDumper, or BigDump as listed above in Section 3 - Better Safe than Sorry and remember when restoring to change the config file details to the new database and you might have to run the tools.php as listed above in Section 1 - Don't be stubborn, read the instructions a copy of it is located in your do_not_upload folder that came with your vBulletin forum or suite download. Again, in regards to restoring your Database, if your not having success and it's getting to you that bad simply contact your host and ask for their assistance.

1b. Your files... Upload all of them back to the same directory and all the files are as they were with the database now restored!

Now check and see if it's restored? I hope it goes well for many of you, I had to save a 3.8 forum a while back from an owner who jumped then gun and tried to install herself http://www.vbulletin.com/forum/showt...of-upgrade-php so I thought I would post this up since many will be here for 4.0 ?'s and support just like many will only be on vbulletin.com!
______________________________
Reply With Quote
  #12  
Old 01-07-2010, 01:14 PM
TheLastSuperman's Avatar
TheLastSuperman TheLastSuperman is offline
Senior Member
 
Join Date: Sep 2008
Location: North Carolina
Posts: 5,844
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

vBulletin.com version was updated yesterday and I updated this here vb.org version yesterday as well however I simply forgot to post.

Updated 1.6.09

Also found on vbulletin.com:

http://www.vbulletin.com/forum/showt...grading-to-4-0

&

http://www.vbulletin.com/forum/showt...nd-Recovery%21

Mike
Reply With Quote
  #13  
Old 01-08-2010, 12:43 PM
COL NIL SATIS COL NIL SATIS is offline
 
Join Date: Aug 2009
Location: Liverpool UK
Posts: 802
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

brilliant advice!!!! we are upgrading today...very very useful advice..many thanks
Reply With Quote
  #14  
Old 01-10-2010, 03:11 PM
TheLastSuperman's Avatar
TheLastSuperman TheLastSuperman is offline
Senior Member
 
Join Date: Sep 2008
Location: North Carolina
Posts: 5,844
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by COL NIL SATIS View Post
brilliant advice!!!! we are upgrading today...very very useful advice..many thanks
It turns out I had to upgrade Col and his fellow admin Rammie's site due to some serious modifications they had installed but all went well . More info if anyone is interested in the thread for this tutorial at vBulletin.com i.e. http://www.vbulletin.com/forum/showthread.php?335689-[Suite-OR-Forum]-How-2-Guide-Backups-Upgrades-and-Recovery!

--------------- Added [DATE]1263143534[/DATE] at [TIME]1263143534[/TIME] ---------------

Updated 1.10.2010

*Added Quick Tips in Section 4

Mike
Reply With Quote
  #15  
Old 01-13-2010, 06:20 PM
TheLastSuperman's Avatar
TheLastSuperman TheLastSuperman is offline
Senior Member
 
Join Date: Sep 2008
Location: North Carolina
Posts: 5,844
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Updated 1.13.2010

1. Added in Screenshot/Image of default options when exporting via phpMyAdmin for use with BigDump .

--------------- Added [DATE]1263475199[/DATE] at [TIME]1263475199[/TIME] ---------------

Update 1.14.2010

1. Added in 1b to Section 1, reworded 1a to include information on Trevor Hannant's nice CMS Tutorial on how to upgrade to 4.0!
Reply With Quote
  #16  
Old 01-15-2010, 03:22 PM
TheLastSuperman's Avatar
TheLastSuperman TheLastSuperman is offline
Senior Member
 
Join Date: Sep 2008
Location: North Carolina
Posts: 5,844
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Update 1.15.2010

1. Added the statement below to Section 4, step 3a.

Quote:
3a. Revert back to your Default style, this is important and can be the difference between a viewable forum after your upgrade. If you do not have a default style or have modified it in some way please remember you can simply create a new fresh default style via the Style Manager.

** DELETE ALL OLD vBulletin 3.x Styles this can cause problems when upgrading if you do not! Only revert to default OR make a new Default for your 3.x before you upgrade!!
PLEASE delete all old vBulletin 3.x styles and revert to default or create a new default style if yours has ever been modified. I had an upgrade to perform last night that had CMS errors and with the old styles where as the forums and blog did not so it is known to cause issues if you do not delete your old 3.x styles and use default before you upgrade.

Mike
Reply With Quote
  #17  
Old 01-18-2010, 12:46 PM
Vaupell's Avatar
Vaupell Vaupell is offline
 
Join Date: Apr 2008
Location: Esbjerg, Denmark
Posts: 1,036
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

great guide, thank you, rated 5
Reply With Quote
  #18  
Old 01-19-2010, 07:48 AM
LordDB LordDB is offline
 
Join Date: Aug 2006
Location: CoffeeFads.Co.Uk
Posts: 189
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

In the structure, don't you have to tick:
Add DROP TABLE (as with vB3 backups!) ?
Reply With Quote
  #19  
Old 01-23-2010, 12:34 AM
TheLastSuperman's Avatar
TheLastSuperman TheLastSuperman is offline
Senior Member
 
Join Date: Sep 2008
Location: North Carolina
Posts: 5,844
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Vaupell View Post
great guide, thank you, rated 5
Glad it was helpful

Quote:
Originally Posted by daPLAYBOY View Post
In the structure, don't you have to tick:
Add DROP TABLE (as with vB3 backups!) ?
I have a screenshot provided, I do not check that with 90% of them that I do but on some I have to or it will not upload properly and it is noted to do so here: http://www.vbulletin.com/docs/html/m...myadmin_backup so try it either way first if it does not restore properly try leaving it unchecked and then give it a go.
Reply With Quote
  #20  
Old 03-24-2010, 01:47 PM
Bacon Butty Bacon Butty is offline
 
Join Date: Jun 2005
Posts: 309
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Brilliant. This thread hasn't received the accolades it deserves. Rated 5.

I'll be upgrading shortly and really anxious but this thread will be my bible.

Thanks very much!
Reply With Quote
  #21  
Old 03-24-2010, 08:44 PM
TheLastSuperman's Avatar
TheLastSuperman TheLastSuperman is offline
Senior Member
 
Join Date: Sep 2008
Location: North Carolina
Posts: 5,844
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Bacon Butty View Post
Brilliant. This thread hasn't received the accolades it deserves. Rated 5.

I'll be upgrading shortly and really anxious but this thread will be my bible.

Thanks very much!
Your welcome, when I launch my new vB3 and vB4 sites I will be making this into a video tutorial including how to use BigDump and install mysqldumper .
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 02:37 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04877 seconds
  • Memory Usage 2,363KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_code
  • (8)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_article
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete