[freeside-users] New server upgrade

Damon Vincent damon at ourcomputershop.com
Fri Jun 30 07:06:16 PDT 2006


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