On 06/09/07 12:00 +0200, Yumi wrote: > > I have two installations both funktion without the "terp" database. Webmin > does not show this. > > Starting the rc2 with --update=all results in an error message that database > "terp" does not exist. > > Traceback (most recent call last): > File "./tinyerp-server.py", line 172, in <module> > pooler.get_db_and_pool(tools.config['db_name'], > update_module=True) > File "/home/dhxadmin/tinyerp-server-4.2.0-rc2/bin/pooler.py", line 45, > in get_db_and_pool > db = sql_db.db_connect(db_name) > File "/home/dhxadmin/tinyerp-server-4.2.0-rc2/bin/sql_db.py", line > 172, in db_connect > tdb = psycopg.connect('%s %s %s %s %s' % (host, port, > name, user, password), serialize=0, maxconn=maxconn) > psycopg.OperationalError: FATAL: database "terp" does not exist > > Is this database required? >
When you make an update, you must specify the database with '--database=databasename' And by default the database name is terp. -- Cédric Krier Tiny sprl Chaussée de Namur, 40 B-1367 Gérompont Belgique Tel: +32 81 81 37 00 Fax: +32 81 73 35 01 Web: http://www.tiny.be
pgpoIR1TnrJJH.pgp
Description: PGP signature
_______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman/listinfo/tinyerp-users
