monger/bin/ci
quelist 705f4d6f47 Add MongoDB shell version detection to before scripts
Update before_script.sh and before_script_docker.sh to automatically detect and use the appropriate MongoDB shell command (mongo or mongosh) based on availability. This ensures compatibility with both:
- Legacy MongoDB versions using 'mongo' shell
- Modern MongoDB versions (5.0+) using 'mongosh'

The scripts now:
- Check for command availability
- Use the appropriate shell
- Exit with helpful error if no shell is found
2024-11-28 12:54:54 +05:30
..
before_script.sh Add MongoDB shell version detection to before scripts 2024-11-28 12:54:54 +05:30
before_script_docker.sh Add MongoDB shell version detection to before scripts 2024-11-28 12:54:54 +05:30
before_script_server_3.6.x.sh Add a 3.6.x-compatible test seed script 2018-12-02 21:42:29 +03:00
install_mongodb.sh Travis: provision MongoDB 4.x 2018-12-02 21:38:56 +03:00