The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

#labels Phase-Deploy #how to upgrade your Foorum application

Introduction

It's for upgrade from old version to new Foorum. If u are trying to install from the beginning, try read INSTALL

Details

Let's explain in an example like upgrade from 0.1.5 to 0.2.0 * check bin/upgrade dir. then u will find a lot of dirs like 0.1.1 0.1.2 like. try run each scripts under those dirs from 0.1.6 (no 0.1.5 since we ran that when upgrade to 0.1.5) to 0.2.0. here we have 0.1.7, 0.1.8 and 0.2.0 * run them from old to new like "perl 0.1.7/up.pl" then "perl 0.1.8/upl.pl", and at last "perl 0.2.0/scraper.pl" (if u have scraper option on)

CAVEATS

   * Please don't run them more than 1 time (even some scripts can run many times, but some are not)
   * Report to L<AUTHORS> if there is something wrong