Matěj Štolfa
Matěj Štolfa
https://github.com/RocketChat/Rocket.Chat/issues/26231 FIX
yeah, I use docker compose.. still it is mongodb problem and should be solved with the code I provided.
Try this shell into mongo and write rs.initiate( _id: "rs0", members: [ { _id: 0, host: "MONGODB URL" } ] )
Ok, drop the database beforehand, then use rs.initiate()
It will.. you completely reset it.. but I assume that is not the biggest problem now if the whole db is not working anyway
because you try to initialize replica which is already initialized, thats why you do the reconfig() option I linked above.