Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

DIFF upgrades

Jacob G. edited this page Jan 18, 2015 · 1 revision

If you have a previous version of FutureBB installed with some extensions, you can preserve them by upgrading with a DIFF file rather than replacing them all. To do that, simply download the file https://github.com/futuresight/futurebb/compare/v1.1...master.diff (for upgrading from v1.1 to the latest development version).

Once you do that, switch to your forum directory and type in the following command (if using Linux): patch -p1 < upgrade.diff (replace "upgrade.diff" with whatever filename you chose to save it as)

Clone this wiki locally