X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=README.1.4.0pre12;h=abbf6e55cb91b93ad9cde374d7aa5824c7367c8c;hb=8932bfd9e536bc1e0c075500847e05f51f639a7a;hp=824b7fd86c24b93919bf6142dba5ef79bcd86b24;hpb=f96adaf19c0097ef8c9d6f29a5541b75381cc05d;p=freeside.git diff --git a/README.1.4.0pre12 b/README.1.4.0pre12 index 824b7fd86..abbf6e55c 100644 --- a/README.1.4.0pre12 +++ b/README.1.4.0pre12 @@ -15,12 +15,29 @@ ALTER TABLE cust_bill_event ADD status varchar(80); ALTER TABLE cust_bill_event ADD statustext text NULL; UPDATE cust_bill_event SET status = 'done'; +CREATE TABLE radius_usergroup ( + usergroupnum int primary key, + svcnum int not null, + groupname varchar(80) not null +); +CREATE INDEX radius_usergroup1 ON radius_usergroup ( svcnum ); +CREATE INDEX radius_usergroup2 ON radius_usergroup ( groupname ); + Run bin/dbdef-create Run bin/create-history-tables Run bin/dbdef-create again +the mxmachines, nsmachines, arecords and cnamerecords configuration values have been deprecated. Use the defaultrecords configuration value instead. + +New export code has landed! If you were using the icradiusmachines, +icradius_mysqldest, icradius_mysqlsource, or icradius_secrets files, see +the "sqlradius" export instead. Use MySQL replication + +or point the "sqlradius" export directly at your external ICRADIUS or +FreeRADIUS (or through an SSL-encrypting proxy...) + Arrange for freeside-expiration-alerter to be run daily, if desired. Restart Apache and freeside-queued