Follow these instructions to update your current 1.2.* installation to a more recent 1.2.* version of FluxBB (hereinafter referred to as 1.2.x or 12x).
NOTE: Make a backup of your current forum directory before proceeding. Also, don't forget to make a backup of your forum database. Use the tool mysqldump for MySQL and pg_dump if you are using PostgreSQL. If you're using SQLite, just make a backup copy of the SQLite database file. You can also make database backups via most administration tools such as MySQL Administrator, phpMyAdmin and phpPgAdmin.
There are several ways to upgrade your install:
This is the easiest way to upgrade, but it is also the least flexible: any modifications you have made to files that you reupload will be deleted. It also only works when upgrading between single versions (eg: between 1.2.1 and 1.2.2).
This method is more suitable for advanced forum administrators who are comfortable working from the command line. There should be patchfiles from any old version of 1.2 to a newer version. Keep in mind that the forum database still has to be updated in the same way as specified above (in the Replace changed files section).
patch -ul -d [fluxbb_dir] -p2 < [patch_file]This method is more suitable for less advanced forum administrators, especially those who have modified their forums. There should be hdiffs from any old version of 1.2 to a newer version. Keep in mind that the forum database still has to be updated in the same way as specified above (in the Replace changed files section).
You should now be running FluxBB 1.2.x.