New question #231188 on OpenUpgrade Server:
https://answers.launchpad.net/openupgrade-server/+question/231188

I'm trying to migrate OpenERP6.0 to 6.1, but migration fails with

Traceback (most recent call last):
  File "/opt/openupgrade-server/openerp-server", line 95, in preload_registry
    db, registry = openerp.pooler.get_db_and_pool(dbname, 
update_module=config['init'] or config['update'], pooljobs=False)
  File "/opt/openupgrade-server/openerp/pooler.py", line 33, in get_db_and_pool
    registry = RegistryManager.get(db_name, force_demo, status, update_module, 
pooljobs)
  File "/opt/openupgrade-server/openerp/modules/registry.py", line 180, in get
    update_module, pooljobs)
  File "/opt/openupgrade-server/openerp/modules/registry.py", line 202, in new
    openerp.modules.load_modules(registry.db, force_demo, status, update_module)
  File "/opt/openupgrade-server/openerp/modules/loading.py", line 485, in 
load_modules
    modobj.button_upgrade(cr, 1, ids)
  File "/opt/openupgrade-server/openerp/addons/base/module/module.py", line 
426, in button_upgrade
    raise orm.except_orm(_('Error'), _('You try to upgrade a module that 
depends on the module: %s.\nBut this module is not available in your system.') 
% (dep.name,))
except_orm: ('Error', u'You try to upgrade a module that depends on the module: 
mail_gateway.\nBut this module is not available in your system.')

according to the 
[docs](http://openupgrade-server.readthedocs.org/en/latest/modules60-61.html) 
mail_gateway is supposed to be covered

any ideas where can I find it?

-- 
You received this question notification because you are a member of
OpenUpgrade Drivers, which is an answer contact for OpenUpgrade Server.

-- 
Mailing list: https://launchpad.net/~openupgrade-drivers
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~openupgrade-drivers
More help   : https://help.launchpad.net/ListHelp

Reply via email to