pducharme / UniFi-Video-Controller

Docker for Unifi-Video Controller (Ubiquiti Networks)
199 stars 105 forks source link

Get featureCompatibilityVersion sorted out #112

Closed fryfrog closed 5 years ago

fryfrog commented 6 years ago

It looks like Ubiquity is going to finally support MongoDB 3.6 in 3.10.0 w/ Ubuntu 18.04. We've been ignoring featureCompatibilityVersion for awhile, since 3.4 is fine w/ a 3.2 db.

I'm adding a check and set to the run.sh to get to 3.4. At some point, we'll be able to go to 3.6.

My plan for allowing that is to maintain a mongo-3.4 tag so that anyone w/ the issue can use that one which will set featureCompatibilityVersion to 3.4, then they can go to 3.6 w/o issue.

I also plan on leaving it at 3.4 for a long time, so that hopefully everyone will update naturally and just not have issues.

fryfrog commented 6 years ago

8e601bf88302e637684a9e05a24e8688caa75422

^ The commit that adds the check and set to beta.

fryfrog commented 5 years ago

Closing because the startup script covers 3.4, 3.6 and 4.0.