Upgrading to 1.3.0 from 1.2.2
If migrating from 1.0.0, see these
instructions
first.
If migrating from less than 1.1.4, see these
instructions
first.
If migrating from less than 1.2.0, see these
instructions
first.
If migrating from less than 1.2.2, see these
instructions
first.
Back up your data and current Freeside installation.
Apply the following changes to your database:
ALTER TABLE svc_acct_pop ADD loc CHAR(4);
Copy or symlink htdocs to the new copy.
Remove the symlink or directory
(your_site_perl_directory)
/FS.
Change to the FS directory in the new tarball, and build and install the Perl modules:
$ cd FS/ $ perl Makefile.PL $ make $ su # make install
Run bin/dbdef-create. This file uses MySQL-specific syntax. If you are running a different database engine you will need to modify it slightly.