X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=README.2.0.0;fp=README.2.0.0;h=3f5f1158fd8e2326cf5eaff846dab78434001bbe;hb=cbbd0225b07269209c674733bcf70f1c1308e84a;hp=0000000000000000000000000000000000000000;hpb=04175bb893448a31153bdca1539c44db6db0c003;p=freeside.git diff --git a/README.2.0.0 b/README.2.0.0 new file mode 100644 index 000000000..3f5f1158f --- /dev/null +++ b/README.2.0.0 @@ -0,0 +1,17 @@ + +make install-perl-modules +run "freeside-upgrade username" to uprade your database schema + +(if freeside-upgrade hangs, try stopping Apache, all Freeside processes, and + anything else connected to your database, especially on older Pg versions) + +If you have any records in the cust_tax_exempt table, you *MUST* migrate them +to the new cust_tax_exempt_pkg table. An example script to get you started is +in bin/fs-migrate-cust_tax_exempt - it may need to be customized for your +specific data. + +------ + +make install-docs + (or "make deploy" if you've got everything setup in the Makefile) +