Skip to content

v18.2.8

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 16 Oct 14:34
· 1 commit to main since this release

v18.2.8 (2024-10-16)

Fixes

  • fix: adding replicaset info to mongosh connection command. Adding mongodb port variable (#145)
  • Include the MongoDB port in the mongosh command (useful when running MongoDB in a different port)
  • Include the replica set info in the mongosh command. It could be the case you aren't connected to a replica set primary but to a secondary one. If the replica set name is not specified, the mongosh command will fail since it is not possible to write to a secondary (8855736)