Changed Files
This method is meant for those wanting to only replace the files that were changed between a previous version and the latest version.
This package contains a number of sub-archives, each contains the files changed from a given release to the latest version. You should select the appropriate archive for your current version, e.g. if you currently have 3.3.0 and are updating to 3.3.1, you should select the phpBB-3.3.0_to_3.3.1.zip/tar.bz2 sub-archive.
Make a backup of the original files
Make a backup of the database
Locally, perform for the following steps:
Download the phpBB 3.3 Changed Files archive
Extract the
install/
directoryExtract the
vendor/
directoryExtract the contents of the desired sub-archive for your version
On your web server, delete the
vendor/
directoryUpload the
install/
directoryUpload the
vendor/
directoryUpload the contents of the selected sub-archive
Update the database:
Tip
For large boards, you may wish to update via the command line instead of using a web browser. From your board's root, execute the following command:
php ./bin/phpbbcli.php db:migrate --safe-mode
Using your web browser, visit /install/app.php/update in your board's root (e.g. http://www.example.com/yourforum/install/app.php/update). You will see the following warning message: No valid update directory was found, please make sure you uploaded the relevant files. This is expected and not an error.
Select "Update database only" and click Submit
Wait for the progress bar to reach 100% and for a message indicating that the update has completed
Depending on your previous version this will make a number of database changes. You may receive FAILURES during this procedure. They should not be a cause for concern unless you see an actual ERROR, in which case the script will stop (in this case you should seek help via our forums).
Delete the
install/
directory on the server
Licensed under the CC Attribution-NonCommercial-ShareAlike 3.0 license