← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 779461] Re: [6.1 trunk]: create new database error: OperationalError: FATAL: database does not exist

 

Bogdan,

> bzr revno
run inside the repo will give you the revision number
> bzr log -l1 --line
will also give you the date

You can also tell 'since yesterday' or something like that...

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

Title:
  [6.1 trunk]: create new database error: OperationalError: FATAL:
  database does not exist

Status in OpenERP Server:
  Confirmed

Bug description:
  hi there!

  when creating a new database, the server throws this error.

  [2011-05-08 11:20:00,137][?] INFO:server:OpenERP server is running, waiting for connections...
  [2011-05-08 14:27:52,170][bs_test_minimal] ERROR:db.connection_pool:Connection to the database failed
  Traceback (most recent call last):
    File "/usr/local/lib/python2.7/dist-packages/openerp_server-6.1_dev-py2.7.egg/openerp/sql_db.py", line 303, in borrow
      result = psycopg2.connect(dsn=dsn, connection_factory=PsycoConnection)
  OperationalError: FATAL:  database "bs_test_minimal" does not exist

  [2011-05-08 14:27:53,791][template1] INFO:web-services:CREATE DATABASE: bs_test_minimal
  [2011-05-08 14:28:30,486][bs_test_minimal] INFO:init:module base: loading objects

  afterwards everything goes on as expected...

  thank you
  bogdan


Follow ups

References