[freeside-users] New server upgrade

Ivan Kohler ivan at 420.am
Sat Jul 1 04:34:38 PDT 2006


Fix commited to HEAD and 1.5 branch
http://www.sisd.com/cgi-bin/viewcvs.cgi/freeside/FS/FS/Record.pm?r1=1.110.2.1&r2=1.110.2.2

Still looking for a maintainer or maintainers for 1.6.x.  See
http://www.sisd.com/pipermail/freeside-devel/2006-May/000546.html

-- 
_ivan


On Fri, Jun 30, 2006 at 11:25:13AM -0500, Damon Vincent wrote:
> Ran into an issue which I have not resolved yet.  Posting a payment 
> causes the following:
> 
> Error: error inserting FS::cust_pay=HASH(0xa6c9ae4): can't parse 
> cust_pay.paynum default value for sequence name: 
> nextval(('"cust_pay_paynum_seq"'::text)::regclass)
> 
> I dont understand the language of the 
> nextval(('"cust_pay_paynum_seq"'::text)::regclass).  can someone explain 
> this?  The cust_pay_paynum_seq table is populated and looks reasonable.
> 
> 
> Damon Vincent wrote:
> >Everything seems to have worked per your advice.. couple of things.
> >
> >in the upgrade10.html file i had to do the following in postgre8.1
> >
> >ALTER TABLE cust_main ALTER COLUMN payinfo TYPE varchar(512);
> >ALTER TABLE h_cust_main ALTER COLUMN payinfo TYPE varchar(512);
> >
> >instead of
> >
> >ALTER TABLE cust_main ALTER COLUMN payinfo varchar(512) NULL;
> >ALTER TABLE h_cust_main ALTER COLUMN payinfo varchar(512) NULL;
> >
> >Where is the config stored?  I thought it was in db?
> >
> >
> >Ivan Kohler wrote:
> >>You can probably just follow the instructions in the current 
> >>upgrade10.html file, ignoring any schema changes that are already 
> >>done in your database.
> >>
> >>  
> >


More information about the freeside-users mailing list