Unknown opened 3 years ago
|
|
Hi!
First of all - database is only used to store information about users, but is not used to exchange dynamic presence information. The presence itself (and message exchange happens) over cluster connection (port 5277) directly. A couple of pointers:
Btw. I would recommend using latest stable version: 8.1.0. |
|
Thank you:
Our db schema is old and I could not manage to upgrade the system. Is there a solution for that to upgrade the data in tables for 8.1.0. |
|
I assumed as much. I was suggesting a test if messages are being delivered across the cluster. A couple more of troubleshooting questions:
In general there is an schema upgrade script that should handle the whole process without any problems: https://docs.tigase.net/tigase-server/master-snapshot/Administration_Guide/html/#_upgrade_database_schema |
We have a problem with the setup of the Tigase 2 nodes Cluster:
We have setup a cluster using 2 nodes Tigase 7.1 and a shared Postgresql DB. The initialization of cluster is OK. No problem. We can see the cluster is communication through port 5277.
The Problem is: We have an app and we need presence information for the app to perform. As there are two nodes, we have two UI in different external IPs and when we enter to one Tigase UI we see our client online but in the other node Tigase UI, our client is not visible online. Although the db is shared external, that info is not passed to the second node.
During our studies we have found out that may be we need ACS but we are not sure. Please see attached our init.properties file.
Your help is appreciated. Thanks in advance.
Setup DETAILS: