new export! infostreet and sqlradius provisioning switched over
[freeside.git] / README.1.4.0pre12
1 the following is necessary to upgrade from 1.4.0pre11 to 1.4.0pre12
2
3 if you're upgrading from before 1.4.0pre12 see README.1.4.0pre11 first!
4
5 if you're upgrading from 1.3.1 follow the instructions in
6 httemplate/docs/upgrade8.html instead
7
8 ----
9
10 install HTML-Widgets-SelectLayers from CPAN or http://www.420.am/selectlayers
11
12 install the FS perl modules and httemplate as per install.html or upgrade8.html
13
14 ALTER TABLE cust_bill_event ADD status varchar(80);
15 ALTER TABLE cust_bill_event ADD statustext text NULL;
16 UPDATE cust_bill_event SET status = 'done';
17
18 Run bin/dbdef-create
19
20 Run bin/create-history-tables
21
22 Run bin/dbdef-create again
23
24 the mxmachines, nsmachines, arecords and cnamerecords configuration values have been deprecated.  Use the defaultrecords configuration value instead.
25
26 New export code has landed!  If you were using the icradiusmachines,
27 icradius_mysqldest, icradius_mysqlsource, or icradius_secrets files, see
28 the "sqlradius" export instead.  Use MySQL replication 
29 <http://www.mysql.com/documentation/mysql/bychapter/manual_MySQL_Database_Administration.html#Replication>
30 or point the "sqlradius" export directly at your external ICRADIUS or
31 FreeRADIUS (or through an SSL-encrypting proxy...)
32
33 Arrange for freeside-expiration-alerter to be run daily, if desired.
34
35 Restart Apache and freeside-queued
36