2013/10/29 Axel Braun <[email protected]>

> Hi,
>
> I filed a new bug and received the not really helpful answer:
>
> You just have to delete the reference to "test" module in ir_module_module
> table.
>

Can anyone tell me how to do that? Dig in with a DB-Admin tool?
> Will the problem affect only upgrades or new installations as well?
>
>
Since a linux shell of the server where is installed PostgreSQL (if you
have Debian Linux server or similar) run this:

sudo su postgres

psql

\c your_database_name

delete from ir_module_module where name = 'test';


> Thx/Ax




-- 

Jesús Martín

Zikzakmedia SL
Dr. Fleming, 28, baixos
08720 Vilafranca del Penedès
☏ 93 890 21 08

Reply via email to