Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
2 Odpovědi
11814 Zobrazení

I have openerp working via postgresql but I'm using mysql for several others webapps and I'm wondering if I can use it for openerp so I can eliminate postgresql. Is this possible and production-ready?

Avatar
Zrušit
Nejlepší odpověď

Short answer: No.

Longer answer: No, you can't. :)

Full answer: OpenERP uses a lot of postgresql that MySQL (or mariadb) doesn't support. Use the xmlrpc api from your application to talk to OpenERP.

Avatar
Zrušit
Autor Nejlepší odpověď

LOL, thank you. :)

Avatar
Zrušit