I'm trying to connect Tryton to a postgres database. In the Tryton client profile, I used the following details:
- Hostname : localhost
- port : 8000
- username : admin
Now everytime I put in the details above, the database labels show:
Incompatible version of the server
So I check out Tryton server and client version and I found out its:
tryton = 2.6.0
trytond = 2.0.1
Ok, now I know that the trytond is not the same as my tryton version. I have searched the web many times to find a matching client and server version but failed.
Even in Ubuntu synaptic package manager, I can't find a real same version.