Hi,

I'm currently playing with Tryton 3.4.1. same procedure as in previous 
releases, I have created a DB-user tryton, and manually created a DB for 
him:

postgres@linux-elpm:/home/test > psql -l
                                   Liste der Datenbanken
    Name     | Eigentümer | Kodierung | Sortierfolge | Zeichentyp  |  
Zugriffsprivilegien  
-------------+------------+-----------+--------------+-------------+-----------------------
 postgres    | postgres   | UTF8      | de_DE.UTF-8  | de_DE.UTF-8 | 
 template0   | postgres   | UTF8      | de_DE.UTF-8  | de_DE.UTF-8 | 
=c/postgres          +
             |            |           |              |             | 
postgres=CTc/postgres
 template1   | postgres   | UTF8      | de_DE.UTF-8  | de_DE.UTF-8 | 
=c/postgres          +
             |            |           |              |             | 
postgres=CTc/postgres
 test        | tryton     | UTF8      | de_DE.UTF-8  | de_DE.UTF-8 | 

Tryton Server sees these DB (from the Tryton-log):
Mon Dec 15 12:58:08 2014] INFO:server:using /etc/tryton/trytond_log.conf as 
logging configuration file
Mon Dec 15 12:58:08 2014] INFO:trytond.server:using 
/etc/tryton/trytond.conf as configuration file
Mon Dec 15 12:58:08 2014] INFO:trytond.server:initialising distributed 
objects services
Mon Dec 15 12:58:08 2014] INFO:trytond.server:starting JSON-RPC protocol on 
localhost:8000
Mon Dec 15 12:58:55 2014] INFO:database:connect to "template1"
Mon Dec 15 12:59:29 2014] INFO:database:connect to "test"

Nevertheless, the client only offers the option to create a database, 
although the server is configures to list databases:
# Shall available databases be listed in the client?
list = True

Any idea?
Thx!

Reply via email to