vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3 Articles (https://vborg.vbsupport.ru/forumdisplay.php?f=187)
-   -   [How-to] easy vB upgrade with *nix and shell (https://vborg.vbsupport.ru/showthread.php?t=104467)

calorie 01-03-2006 10:00 PM

[How-to] easy vB upgrade with *nix and shell
 
Requirements: *nix server and shell access with full cd, gunzip, tar, cp, and rm capabilities

Skill Level: moderate to advanced skill level (do not attempt if you are unsure of something)

Warning: this will overwrite the vB files with those contained in the vbulletin.com download

Code:

Make a backup of everything before beginning.

Go to members.vbulletin.com and download the Tarball Format (.tar.gz)

Grab the 'Package - no Images' file to not overwrite /images content

Rename vbulletin_3-5-X_0123456789.tar.gz to forum.tar.gz (for brevity)

FTP forum.tar.gz in binary mode to a new directory, not inside /forum

Turn off the vB board via ACP.

Via shell, cd to the directory containing forum.tar.gz and do these:

> gunzip forum.tar.gz

> tar -xvf forum.tar upload

> cp -r upload/* /change/this/to/full/path/to/forum/.

> rm -r upload

> rm forum.tar

Delete the newly created directory as it is now empty.

Run http://www.domain.com/forum/install/upgrade.php

Go delete /forum/install/install.php when told.

Turn on the vB board via ACP.


HaMaDa4eVeR 01-14-2006 07:22 PM

hello
is toooooooo much
u can do all the above without shell access , via cPanel in 1 step
Upload .zip file throght FTP and extra files with cPanel (file manger ) and enjoy :)

calorie 01-14-2006 10:22 PM

What about if you don't have cPanel? ;)

Corriewf 01-15-2006 11:12 AM

Quote:

Originally Posted by calorie
What about if you don't have cPanel? ;)

Get a better host... lol

Nice instructions though. ;)


All times are GMT. The time now is 09:12 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01008 seconds
  • Memory Usage 1,714KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (4)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete