You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 16, 2023. It is now read-only.
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)