Upgrade Postgres 9.1 to 9.2 problem

Asked by Andrew

I have not done any modifications to the openERP database but when I try to upgrade from version of 9.1 to 9.2 I get the following error.

UPDATE pg_catalog.pg_attribute
SET attislocal = false
WHERE attname = 'help'
  AND attrelid = 'ir_act_url'::pg_catalog.regclass;
UPDATE 1
ALTER TABLE ONLY ir_act_url INHERIT ir_actions;
psql:pg_upgrade_dump_db.sql:28018: ERROR: column "name" in child table must be marked NOT NULL

What can I do to fix this?

Here are the instructions I am following for upgrading:
https://gist.github.com/ivanvanderbyl/4222308

Question information

Language:
English Edit question
Status:
Open
For:
Odoo Server (MOVED TO GITHUB) Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:

Can you help with this problem?

Provide an answer of your own, or ask Andrew for more information if necessary.

To post a message you must log in.