X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=README.1.4.0pre2-3;h=eac5dae10bea304e3882e6808098fa3310a7bf76;hp=23b838e3b7e9bc4ef36fb67b17a0c8eaabdc85b5;hb=fba31d6a0954ccfbb1d491ec018f0513d2a4ee2a;hpb=57d69d5c1f98f778a0df82795ce21ee7bd21042a diff --git a/README.1.4.0pre2-3 b/README.1.4.0pre2-3 index 23b838e3b..eac5dae10 100644 --- a/README.1.4.0pre2-3 +++ b/README.1.4.0pre2-3 @@ -1,5 +1,7 @@ the following is necessary to upgrade from 1.4.0pre2 to pre3 or later. +install the perl modules and httemplate as per install.html or upgrade8.html + CREATE TABLE part_svc_column ( columnnum int primary key, svcpart int not null, @@ -10,7 +12,28 @@ CREATE TABLE part_svc_column ( CREATE UNIQUE INDEX part_svc_column1 ON part_svc_column ( svcpart, columnname ); -Run bin/fs-migrate-part_svc +CREATE TABLE queue ( + jobnum int primary key, + job varchar not null, + _date int not null, + status varchar(80) not null +); + +CREATE TABLE queue_arg ( + argnum int primary key, + jobnum int not null, + arg varchar null +); + +CREATE INDEX queue_arg1 ON queue_arg ( jobnum ); Run bin/dbdef-create +Run bin/fs-migrate-part_svc + +Create the `/usr/local/etc/freeside/cache.datasrc' directory + (ownded by the freeside user). + +freeside-queued was installed with the Perl modules. Start it now and ensure +that it is run upon system startup. +