콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
1 회신
4744 화면

Hi all


My boss give me a task to migrate a OpenERP V6 DB that have CRM installed on it and have CRM data to migrate it to V8 without any loss of the data

I need to know how to implement something like that or how to move the data and update the database from v6 to v8


update 1 :

i tried to use openupgrade ,, i have downloaded migrate.py and run command python migrate.py --config=[openerp-server.conf] --database=[kamel] --run-migrations=7.0 but i alawys got an error

No user found in configuration 

and here is my openerp-server.conf:

[options]
; This is the password that allows database operations:
admin_passwd = admin
db_host = localhost
db_port = 5432
db_user = odoo
db_password = odoo
addons_path = /Users/mostafa/Documents/odoo-develop/odoo8/addons,/Users/mostafa/Documents/odoo-develop/net2do_work,/Users/mostafa/Documents/odoo-develop/more_net2do,/Users/mostafa/Documents/odoo-develop/freelance_work,/Users/mostafa/Documents/odoo-develop/custom_addons
pg_path= /usr/local/bin

아바타
취소
베스트 답변

Hi John,

You have two options here. The first is to buy the upgrade from V6 to V8 from Odoo but you will need to pay extra because you have such an old version. You can find more information about that here: https://upgrade.odoo.com/database/upload

 Your second option is to do the migration yourself. There is an open source alternative to the Odoo upgrades, named OpenUpgrade. With this you should be able to migrate your database from V6 to V7 and then from V7 to V8. For more information see https://github.com/OCA/OpenUpgrade and https://doc.therp.nl/openupgrade/intro.html 

Yenthe

아바타
취소
작성자

i tried to use openupgrade ,, i have downloade migrate.py and run command python migrate.py --config=[openerp-server.conf] --database=[kamel] --run-migrations=7.0 but i aawys got an error No user found in configuration and here is my config file : [options] ; This is the password that allows database operations: admin_passwd = admin db_host = localhost db_port = 5432 db_user = odoo db_password = odoo addons_path = /Users/mostafa/Documents/odoo-develop/odoo8/addons,/Users/mostafa/Documents/odoo-develop/net2do_work,/Users/mostafa/Documents/odoo-develop/more_net2do,/Users/mostafa/Documents/odoo-develop/freelance_work,/Users/mostafa/Documents/odoo-develop/custom_addons pg_path= /usr/local/bin

@John I'd suggest you to create an issue on https://github.com/OCA/OpenUpgrade I'm sure one of the guys will help you further!

작성자

i did and wait for help .. but i'm asking if anyone did it before and face same problem.

관련 게시물 답글 화면 활동
1
10월 21
4126
0
10월 15
3210
1
8월 15
3226
0
3월 15
4046
1
3월 15
4351