← Back to team overview

c2c-oerpscenario team mailing list archive

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

 

Hi,

I've just updated all versions, server (3436), webclient(4622), addons (4612). Here is the log from postgres db server when I do backup action.
===
2011-05-30 13:38:48 ICT LOG:  could not receive data from client: Connection reset by peer
2011-05-30 13:38:48 ICT LOG:  could not receive data from client: Connection reset by peer
2011-05-30 13:38:48 ICT LOG:  statement: SET DATESTYLE TO 'ISO'
2011-05-30 13:38:48 ICT LOG:  statement: SHOW client_encoding
2011-05-30 13:38:48 ICT LOG:  statement: SHOW default_transaction_isolation
2011-05-30 13:38:48 ICT LOG:  statement: BEGIN; SET TRANSACTION ISOLATION LEVEL READ COMMITTED
2011-05-30 13:38:48 ICT LOG:  statement: select decode(datname, 'escape') from pg_database where datdba=(select usesysid from pg_user where usename=E'openerp') and datname not in ('template0', 'template1', 'postgres') order by datname
2011-05-30 13:38:48 ICT LOG:  statement: ROLLBACK
===

With restore action, here is the log.
===
2011-05-30 13:42:07 ICT FATAL:  database "man_06" does not exist
2011-05-30 13:42:07 ICT LOG:  statement: SET DATESTYLE TO 'ISO'
2011-05-30 13:42:07 ICT LOG:  statement: SHOW client_encoding
2011-05-30 13:42:07 ICT LOG:  statement: SHOW default_transaction_isolation
2011-05-30 13:42:07 ICT LOG:  statement: CREATE DATABASE "man_06" ENCODING 'unicode' TEMPLATE "template0" 
2011-05-30 13:42:08 ICT LOG:  could not receive data from client: Connection reset by peer
2011-05-30 13:42:08 ICT FATAL:  password authentication failed for user "openerp"
2011-05-30 13:42:08 ICT FATAL:  password authentication failed for user "openerp"
===

Please help.

-- 
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