The openerp database should not be created via createdb (error: ir_module_module does not exists)
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Odoo Addons (MOVED TO GITHUB) |
Invalid
|
Undecided
|
Unassigned | ||
openerp-server (Baltix) |
New
|
Undecided
|
Unassigned | ||
openerp-server (Debian) |
Fix Released
|
Unknown
|
|||
openerp-server (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
/usr/share/
OpenERP uses a PostgreSQL database to store its data. With the first generation of packages, you have to setup this database manually. Here is a short explanation how to achieve this:
1. Creating the database
# su - postgres -c "createdb -q --encoding=UNICODE openerp"
These instructions are incorrect - according to openerp developers the openerp database should not be created via createdb, openerp-client should be used instead, see comments bellow.
Problem exists in 5.0.0-3-1 deb package. Please change instructions in /usr/share/
Please note for example
http://
http://
http://
description: | updated |
Changed in openobject-addons: | |
status: | Incomplete → Invalid |
Changed in openerp-server (Debian): | |
status: | Unknown → New |
summary: |
- ir_module_module does not excist + The openerp database should not be created via createdb (error: + ir_module_module does not exits) |
summary: |
The openerp database should not be created via createdb (error: - ir_module_module does not exits) + ir_module_module does not exists) |
description: | updated |
tags: | added: jaunty |
Changed in openerp-server (Debian): | |
status: | New → Fix Committed |
Changed in openerp-server (Debian): | |
status: | Fix Committed → Fix Released |
How did you create your database ? with the clients or with createdb from postgresql ?
Thanks