odoo/doc/migrate/3.4.0-4.0.0
ced e5f739ad5d MIGRATION: fix migration of account_uos to product_uos
bzr revid: ced-f20de95479823b3df5d1ebc0a10ecb8995efb2d7
2007-03-13 12:51:56 +00:00
..
README Improve migration 2006-12-28 11:58:44 +00:00
post-tiny.py Improve migration 2006-12-28 14:41:28 +00:00
post.py MIGRATION: fix migration of account_uos to product_uos 2007-03-13 12:51:56 +00:00
pre-tiny.py Improve migration 2006-12-28 14:41:28 +00:00
pre.py KERNEL: fix migration and add id to some menuitem 2007-02-07 15:44:53 +00:00

README

This document describes the steps to follow to migrate from a version 3.4.0 of Tiny ERP server to a version 4.0.0

Warning: the migration scripts involved in this migration are only meant for 
a standard Tiny ERP installation. It might not work or even break some data 
if you added or modified some code to the default Tiny ERP distribution.

To migrate a 3.4.0 server to version 4.0.0 you should:

- stop Tiny ERP server 3.4.0

- backup your database
	For example: pg_dump terp340 > backup340.sql

- run the pre.py script (located in this directory)
	You might need to pass it some optional arguments so that it can connect 
	to the database.

	For example: python pre.py -d terp340

- run TinyERP server 4.0.0 with "-d terp340 -u all" in the parameters
	For example: ./tinyerp-server.py -d terp340 -u all

- stop TinyERP server 4.0.0

- run the post.py script (located in this directory)
	You might need to pass it some optional arguments so that it can connect 
	to the database.

- you are ready to work with the new version.