[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Health] How to use another databases
From: |
Axel Braun |
Subject: |
Re: [Health] How to use another databases |
Date: |
Tue, 10 Jul 2018 08:41:20 +0200 |
Hello Leandro
small correction below:
[database]
uri = mysql:///
Am Dienstag, 10. Juli 2018, 00:33:29 CEST schrieb Leandro Poli:
> I wonder if / how can i install GNU/Health using MariaDB, instead of
> PostgreSQL.
This setting is driven from the [database] setting in the trytond.conf file.
See:
http://doc.tryton.org/4.2/trytond/doc/topics/configuration.html#topics-configuration
[database]
mysql:///
should do the job for a local (server and DB on the same machine) connection
HTH
Axel