How to upgrade phpBB 3.0.4 to phpBB3.0.5

| 2 Comments

To upgrade phpBB properly without problem, I make a detailed upgrading plan. I would like to share it with you.

1. Disable forum board.
It is important to make the board clean. And keep resource usage low.

2. Backup
The most important part is backup.

2.1. Database backup
2.1.1. phpBB own tools
Admin Control Panel > Maintenance > Backup
Complete backup with gzip, including all tables, save and download.
(if your board has a lot of posts, the index table is very big. I prefer to clean the index first. Just like me, index table is about 200MB)

2.1.2. phpMyAdmin tool
Login your own phpMyAdmin web tool for MySQL database. Select your database and click Export all tables. My exported file is about 50MB.

2.2. Backup all phpBB 3.0.4 files.
SSH your host.

tar czvf forum.tar.gz ~/your.forum/

3. Download "Automatic Update Package".
For upgrade, I like this package. It can merge your previous changes or mod on you old phpBB when doing upgrading.
cd ~/source/
wget the package.
tar xjf phpBB-3.0.4_to_3.0.5.tar.bz2
cp -r ./install/ ~/your.forum/

4. Upgrade
http://your.forum/install/
start upgrade following the upgrading wizard.
After it. Rename the install folder or delete it.
Enable the board.

Done.





 
Subscribe in a reader


StumbleUpon  Toolbar


blog comments powered by Disqus

2 Comments

I'm sorry, I'm getting frustrated. I don't have an install folder! And I don't understand what all of this means *points down*

cd ~/source/
wget the package.
tar xjf phpBB-3.0.4_to_3.0.5.tar.bz2
cp -r ./install/ ~/your.forum/

Please help, I have it downloaded. I just don't know where to put it :(

About this Entry

This page contains a single entry by David Yin published on June 15, 2009 11:00 AM.

What can go wrong when including another file into your php file was the previous entry in this blog.

Schedule Backup MySQL database and FTP offsite in Centos is the next entry in this blog.

Find recent content on the main index or look in the archives to find all content.

Archives

Subscribe

Ads

Other Links