Hello
When trying to upgrade from 1.3RC3 to 1.3.1-1
I had to manualy fix the line:
ALTER TABLE `general_opt` ADD `graph_preferencies` INT '0' AFTER `perfparse_installed` ;
from the upgrade scripts to:
ALTER TABLE `general_opt` ADD `graph_preferencies` INT AFTER `perfparse_installed` ;
for it to work.
Also you guys coudl REALLY put more effort into making it easy to upgrade hehe. Like why not have 1 sql file for upgrading to newest version form each old version instaid of having 1 sql file between versnions requireing users to upgrade incrementally.
And i guess i dont have to whine about missing documentation
All that being said oreon is looking better and better
IT apears there where quite some changes from 1.2.x to 1.3.x though. it broke pretty much all my graphs. Again more documentation/info woudl have helped.
Cheers
E-bola
PS:
im running Debian with mysql 5 and php 4.4
When trying to upgrade from 1.3RC3 to 1.3.1-1
I had to manualy fix the line:
ALTER TABLE `general_opt` ADD `graph_preferencies` INT '0' AFTER `perfparse_installed` ;
from the upgrade scripts to:
ALTER TABLE `general_opt` ADD `graph_preferencies` INT AFTER `perfparse_installed` ;
for it to work.
Also you guys coudl REALLY put more effort into making it easy to upgrade hehe. Like why not have 1 sql file for upgrading to newest version form each old version instaid of having 1 sql file between versnions requireing users to upgrade incrementally.
And i guess i dont have to whine about missing documentation

All that being said oreon is looking better and better

IT apears there where quite some changes from 1.2.x to 1.3.x though. it broke pretty much all my graphs. Again more documentation/info woudl have helped.
Cheers
E-bola
PS:
im running Debian with mysql 5 and php 4.4
Comment