on the same machine ? if you decide just to update server, clients and postgresql but not addons, use command pg_dump to export your database, install last sources 5.0.10 to another path and dependencies, and copy just addons which are in your server/addons but not in your new server/bin/addons (do not copy base, quality integration, __init__.py, gen_graph.sh, module_graph.py), and import your database.dump, modify too path and files.conf.
if you want to update addons too, you should use an etl else you will have errors for your database import I think, but for this which are very experiences of openerp and etl. see by example (but don't ask me how it works) : http://github.com/rvalyi/ooor -------------------- m2f -------------------- -- http://www.openobject.com/forum/viewtopic.php?p=56567#56567 -------------------- m2f -------------------- _______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman2/listinfo/tinyerp-users
