← 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 Amit,

I've tested again with OpenERP v6.0.1 and there is no issue with
backup/restore. There are differences in Postgres log. With openerp
v6.0.2, these lines appear when doing backup action. But in v6.0.1, it
doesn't exist. So I'm sure that there is an issue in backup/restore
functions in openerp client. Could you check it again with v6.0.1? and
give me where these functions are?

Note that: I test with the same config files of postgres, openerp
server/client in v6.0.1 and v6.0.2.

Postgres log in v6.0.2, server (3436), webclient(4622), addons (4612). It can't backup, and give this error.
===
2011-06-06 14:12:46 ICT LOG:  could not receive data from client: Connection reset by peer
2011-06-06 14:12:46 ICT LOG:  could not receive data from client: Connection reset by peer
===

Postgres log in v6.0.1. It does backup when doing backup action in openerp client 6.0.1
===
2011-06-06 14:08:12 ICT LOG:  statement: SET DATESTYLE = ISO
2011-06-06 14:08:12 ICT LOG:  statement: SET INTERVALSTYLE = POSTGRES
2011-06-06 14:08:12 ICT LOG:  statement: SET extra_float_digits TO 2
2011-06-06 14:08:12 ICT LOG:  statement: SET synchronize_seqscans TO off
2011-06-06 14:08:12 ICT LOG:  statement: SET statement_timeout = 0
2011-06-06 14:08:12 ICT LOG:  statement: BEGIN
2011-06-06 14:08:12 ICT LOG:  statement: SET TRANSACTION ISOLATION LEVEL SERIALIZABLE
2011-06-06 14:08:12 ICT LOG:  statement: SET search_path = pg_catalog
2011-06-06 14:08:12 ICT LOG:  statement: SELECT tableoid, oid, nspname, (SELECT rolname FROM pg
_catalog.pg_roles WHERE oid = nspowner) AS rolname, nspacl FROM pg_namespace
===

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,


References