On 19.06.2013 16:42, Tristian Paul wrote: > Hi, is there a manual or specific instructions on how to upgrade from > Tryton 2.4 to 2.6?, > I'd like to upgrade all the way to 2.8 but would like to know if there > are any caveats > or if it could be done by just replacing the tryton server and client code.
Depends on whether you use custom modules. If yes, you should migrate the code according to the wiki notes[1] first. You may want to use this nice migration tool[2] for the repetitive tasks. If you rely on official tryton.org modules only, update the server and module packages and run a database upgrade according to the wiki page[3]. The API changes with 2.8 are quite minimal, so you'll probably want to go straight for 2.8 due to some performance problems with 2.6[4]. [1] http://code.google.com/p/tryton/wiki/Migration_2_6 [2] https://bitbucket.org/albertnan/tryton_migration_tools [3] http://code.google.com/p/tryton/wiki/Update [4] https://groups.google.com/forum/?fromgroups#!topic/tryton-dev/bdPmYsXNoL4
