Hello, dear community! We have just completed a migration from Snap (RC 7) to Docker (RC 8). The entire process—including backup and restore—went very smoothly. However, we have now noticed two issues:
In the RC Android and iOS app (actually v4.72), user status is not being displayed (it appears as a gray circle). It works without any issues in the Windows app and in the browser. Neither reinstalling the apps nor clearing the server cache has helped. Do you have any ideas?
I am not entirely sure, but I suspect that the Oplog was active back when we were running on Snap with MongoDB v7. This is because, now that we are on Docker with MongoDB v8, we are encountering a phenomenon where the “Presence Service Cap” is auto disabled, and no sessions are being counted under “Subscriptions.” It permanently displays “0/200” for us. Do you have any ideas regarding this?
Thanks in advance for your support!
Means… in CE Version we dont have a Session Counter?
The Presence Cap Service is not in use, cuz we operate in community plan?
Proxy:
We use actually a Sophos WAF, but change soon to cloudflare.
Certs are valid with LetsEncrypt.
MongoDB:
I also don’t think it’s due to the oplog.
MobileApp: What do you think is the reason why we currently don’t see user presence statuses in the Android and iOS apps in RC version 8.4.1? Maybe a known issue?
I said that having asked there is no fixed limit in CE.
Your issues lie elsewhere.
As this affects mobiles the most common issue on mobile is websockets not working correctly, usually due to a misconfigured proxy/https. As you have just migrated from snaps to docker I suggest you check DNS, https etc.
(I strongly suggest you don’t touch cloudflare until you get this all working. It’ll just make it worse)
Thanks for your feedback. Then we misunderstood each other. The MongoDB is still on v8.2.9; I didn’t perform a downgrade there.
I was referring to the Rocket.Chat version.
The downgrade I just performed was merely an experiment to see if it would make a difference. Now I can confirm: yes, it does make a difference. We are now using RC 8.3.3, and on this version, the mobile apps work for us.
As for why that is—who knows? Perhaps something will be fixed in a future release or update of the mobile apps (Android, iOS).
Same thing applies. Been written multiple times (often by me). Rocket makes unseen db changes during upgrades that can be catastrophic on downgrade. This is true with many dbs, but particularly with mongo. YMMV.
Rocket is NOT a toy or something you can just flip versions without a thought.
Only safe “downgrade” is to restore an older version to the sams version levels on Rocket & Mongo, and then upgrade.
Any else risks problems. Hence well documented regular backups are essential.