Open dolohow opened 1 year ago
Hi @dolohow ! Did you set the correct feature compatibility in mongodb ? -> db.adminCommand( { setFeatureCompatibilityVersion: "5.0" } )
The issue also happened on 5.0, later I upgraded to 6.0 and it still there.
Anyway 5.0 was a freeh cluster so feature compatibility should be there. I'll double check later.
I have 6.0 and currently I have, while running 6.0.4
. Issue is present.
db.adminCommand( { getParameter: 1, featureCompatibilityVersion: 1 } )
{
featureCompatibilityVersion: { version: '5.0' },
ok: 1,
'$clusterTime': {
clusterTime: Timestamp({ t: 1678448947, i: 1 }),
signature: {
hash: Binary(Buffer.from("0000000000000000000000000000000000000000", "hex"), 0),
keyId: Long("0")
}
},
operationTime: Timestamp({ t: 1678448947, i: 1 })
}
Im having the same problems as the OP.
Same problem at first boot ... the error disappeared on the second boot.
Same issue for us, and I reproduce the error disappearance on the second boot.
The site doesn't load though (although it may be for other errors shown in the log)
Hi, I think this error is likely harmless and you should not worry about it ;) Did the server happen to crash because of this?
Couple of points related to this change since this was a major one:
As described in https://github.com/RocketChat/Rocket.Chat/issues/29614#issuecomment-1693805378, this can be resolved with:
mongosh
. Then drop the old indices.use rocketchat
db.rocketchat_uploads.dropIndexes()
Description:
Error after upgrading from
5.4.4
to6.0.0
on application startupServer Setup Information:
Relevant logs: