HI, In mongodb site there are two setups available in production release.So what is nightly whats the difference between 1.6.5 and nightly?
HI, In mongodb site there are two setups available in production release.So what is
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I would expect the 1.6.5 one is the official build release for that version. The nightly build is most likely the nightly build for that branch of development.
If there was a bug (security issue, whatever) which was discovered in 1.6.5, it would likely be fixed (over however many days it might take), at which point the fix (which may or may not be feature-complete) would appear in the nightlies, but not yet in the final release above it. When they were happy it was ready for release, there would be a new release from the 1.6 branch (most likely
1.6.6) and the cycle would continue until the1.8branch (which is currently1.7) replaced 1.6 as the stable GA branch. MongoDB’s version numbering strategy is explained here.I hope that makes sense, and I believe that would most likely be what happens. Of course, if anyone is involved in MongoDB’s development and wishes to correct me, feel free. 🙂