İçereği Atla
Menü
Bu soru işaretlendi
1 Cevapla
4742 Görünümler

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

Avatar
Vazgeç
En İyi Yanıt

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

Avatar
Vazgeç
Üretici

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!

Üretici

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

İlgili Gönderiler Cevaplar Görünümler Aktivite
1
Eki 21
4117
0
Eki 15
3205
1
Ağu 15
3220
0
Mar 15
4046
1
Mar 15
4350