@paulkoan, You should start your server with the following command: >./openerp-server.py --update=all --database=your_base_name
(windows user can also do that through some config file I think). There might be a few catches though. So make sure to save a dump before. Also, you must be aware that if you do only that, the db schema will auto-adapt itself to the new object model (or try to), but it will also reload all DB records that came into the DB from the modules (through XML), cause they have an id, so the migration tool will identify them again and restore them. This can be useful but can also be a catch if you changed them without packaging those changes in custom modules. I hope they will come up with an in between choice to help migrating real prod servers better in the future. Raphaël Valyi. ------------------------ http://www.smile.fr -------------------- m2f -------------------- -- http://www.openerp.com/forum/viewtopic.php?p=28934#28934 -------------------- m2f --------------------
_______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman/listinfo/tinyerp-users
