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? Michael _______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman/listinfo/tinyerp-users
