why openerp-server 7.0 need access to postgres table?
I have installed openerp 6.1 on webfaction shared hosting, it doesn't have create db permision, creating db on another server and migrating to webfaction postgres db, works....
When openerp 7.0 was realeased I installed on webfaction and when I try it thought an error trying to access postgres table.... but the user hasn't rights to do it.... passing thought the error it works ok, it create product, clients, etc,
the question is why openerp need access to postgres table, and if I can solve it?
TRACEBACK:
Client Traceback (most recent call last):
File "/home/
response[
File "/home/
return db_list(req)
File "/home/
dbs = proxy.list()
File "/home/
result = self.session.
File "/home/
raise xmlrpclib.
Server Traceback (most recent call last):
File "/home/
return openerp.
File "/home/
result = ExportService.
File "/home/
return fn(*params)
File "/home/
cr = db.cursor()
File "/home/
return Cursor(self._pool, self.dbname, serialized=
File "/home/
self._cnx = pool.borrow(
File "/home/
return fun(self, *args, **kwargs)
File "/home/
result = psycopg2.
File "/usr/local/
connection_
OperationalError: FATAL: no pg_hba.conf entry for host "127.0.0.1", user "marianodan_
FATAL: no pg_hba.conf entry for host "127.0.0.1", user "marianodan_
Question information
- Language:
- English Edit question
- Status:
- Answered
- Assignee:
- No assignee Edit question
- Last query:
- Last reply:
Can you help with this problem?
Provide an answer of your own, or ask Mariano Dangelo for more information if necessary.