You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have been running Rocket.Chat with Percona server for MongoDB 3.6 for several months without any issues. However, after upgrading to the latest release 1.0.0, all of Rocket.Chat instances stopped working
Expected behavior:
Rocket.Chat 1.0.0 should work with Percona server for MongoDB 3.6 as it is compatible with MongoDB 3.6.
Server Setup Information:
Version of Rocket.Chat Server: 1.0.0
Operating System: Ubuntu 16.04
DB Replicaset Oplog: Enabled
NodeJS Version: 8.11.4
MongoDB Version: 3.6.8-2.0
Additional context
I believe this issue is caused by the semver module, which doesn't understand the version string 3.6.8-2.0 and consider it an older version of MongoDB and the fix should be simple.
Relevant logs:
YOUR CURRENT MONGODB VERSION IS NOT SUPPORTED, PLEASE UPGRADE TO VERSION 3.2 OR LATER
The text was updated successfully, but these errors were encountered:
Description:
We have been running Rocket.Chat with Percona server for MongoDB 3.6 for several months without any issues. However, after upgrading to the latest release
1.0.0
, all of Rocket.Chat instances stopped workingExpected behavior:
Rocket.Chat 1.0.0 should work with Percona server for MongoDB 3.6 as it is compatible with MongoDB 3.6.
Server Setup Information:
Additional context
I believe this issue is caused by the
semver
module, which doesn't understand the version string3.6.8-2.0
and consider it an older version of MongoDB and the fix should be simple.Relevant logs:
YOUR CURRENT MONGODB VERSION IS NOT SUPPORTED, PLEASE UPGRADE TO VERSION 3.2 OR LATER
The text was updated successfully, but these errors were encountered: