[6.1RC] Compatibility issue with Postgres 9.0 - db names in hex prevent connection
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Odoo Server (MOVED TO GITHUB) |
Fix Released
|
Medium
|
OpenERP's Framework R&D |
Bug Description
I've just installed OpenERP 6.1RC side by side to an existing 6.0 with PostgreSQL 9.0.
During the installation process a new database was created sucessfully - openerp61
When I try to use the GTK client, the OpenERP Login screen shows the list of PostgreSQL databases as HEX strings instead of plain characters. After clicking the OK button, it returns an error indicating the is unable to connect to the database ou de database does not exist.
Here are the corresponding error messages in the server log:
[2012-01-15 13:52:14,
Traceback (most recent call last):
File "C:\Program Files (x86)\OpenERP 6.1rc1-
OperationalError: FATAL: banco de dados "x6f70656e65727
Everything OpenERP v6.0 seems to be working fine.
I could not find any significant differences in the openerp-server.conf
Thanks you for helping
Related branches
affects: | openobject-addons → openobject-server |
Changed in openobject-server: | |
assignee: | nobody → OpenERP's Framework R&D (openerp-dev-framework) |
importance: | Undecided → Medium |
status: | New → Confirmed |
summary: |
- [6.1RC] Unable to connect - db names in hex + [6.1RC] Compatibility issue with Postgres 9.0 - db names in hex prevent + connection |
in postgresql.conf :
- #bytea_output = 'hex' # hex, escape
+ bytea_output = 'escape'