← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 777205] Re: backup and restore database issue web revision 4592

 

*** This bug is a duplicate of bug 744786 ***
    https://bugs.launchpad.net/bugs/744786

Hi,

I found the solution for this issue. In file pg_hba.conf config file of
Postgres, if you configure method 'trust' as below, it will run well

===
host    all         all         127.0.0.1/32       trust
===

This is the critical issue with openerp. If using other methods such as
password, md5,..It will failed.

In production environment, if using trust method, it will be very
dangerous.

OpenERP team, please consider this issue.

Thanks,

-- 
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/777205

Title:
  backup and restore database issue web revision 4592

Status in OpenERP Web Client:
  Incomplete

Bug description:
  Hi,

  Today I've faced 2 new bugs related to backup and restore database.

  Server: 3418 revision
  Web: 4592 revison
  addons: 4558

  - With backup, it's back to login screen when click on Back up button.
  - With restore, it informs like the attached image.

  Regards,

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-client-web/+bug/777205/+subscriptions


References