On 04 Apr 10:38, Axel Braun wrote: > For case 1, manual creation of the database, the folowing steps are to be > performed: > > * Creating the database: > > # su - postgres -c "createdb mydb --encoding='UTF-8' --owner=tryton" > > * Initializing the database: > > # /usr/bin/trytond -c /etc/tryton/trytond.conf -u res -d mydb
Better to use “--all” instead of “-u res” because res could be renamed in the future. > You will be asked for the admin password for this database. > > As result you will have a bare Tryton database with the base modules > installed. -- Cédric Krier - B2CK SPRL Email/Jabber: [email protected] Tel: +32 472 54 46 59 Website: http://www.b2ck.com/
