Page MenuHomeSolus

Update mongodb to 4.0.5
ClosedPublic

Authored by der_eismann on Dec 23 2018, 10:35 PM.
Tags
None
Referenced Files
F11065318: D4806.id12200.diff
Fri, Aug 11, 4:28 PM
F11065317: D4806.id.diff
Fri, Aug 11, 4:28 PM
F11046629: D4806.diff
Thu, Aug 10, 1:49 PM
F10904532: D4806.id11739.diff
Jul 6 2023, 12:28 AM
F10887405: D4806.id11739.diff
Jun 26 2023, 11:48 AM
F10887254: D4806.id11895.diff
Jun 26 2023, 9:30 AM
F10886880: D4806.id11748.diff
Jun 26 2023, 4:23 AM
F10885958: D4806.id12200.diff
Jun 25 2023, 4:55 PM

Details

Summary

Release notes available here

Test Plan
  • sudo systemctl start mongodb
  • systemctl status mongodb
  • mongo -> show dbs -> show users -> show logs -> use testdb ...

Diff Detail

Repository
R2090 mongodb
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

der_eismann added a subscriber: kyrios123.

I'm actually not sure about the license, maybe @kyrios123 can help. MongoDB changed their licensing:
https://www.mongodb.com/community/licensing
However the SSPL is not listed at SPDX.

I'm actually not sure about the license, maybe @kyrios123 can help. MongoDB changed their licensing:
https://www.mongodb.com/community/licensing
However the SSPL is not listed at SPDX.

I'd put SSPL as you did, but I'd add a comment besides, something like #no SPDX identifier : https://www.mongodb.com/licensing/server-side-public-license

An issue should be raised @ mongo to tell them to make a request to add their new license in the SPDX list

DataDrake added a subscriber: DataDrake.
DataDrake added inline comments.
pspec_x86_64.xml
8

Unfortunately your comment gets pulled in here. It's enough that we know it just isn't an SPDX license.

This revision now requires changes to proceed.Dec 26 2018, 2:02 PM
pspec_x86_64.xml
8

It is strange because when I do the same, I don't have the problem : https://dev.getsol.us/D4860

Sorry, I was lazy/dumb and pasted it by hand.

This revision is now accepted and ready to land.Dec 31 2018, 4:50 PM

@DataDrake can you please commit this patch this week? Wiredtiger was already accepted last week and I didn't test the compatibility between new wiredtiger/old mongodb.

@DataDrake can you please commit this patch this week? Wiredtiger was already accepted last week and I didn't test the compatibility between new wiredtiger/old mongodb.

That update never landed due to failed test, so will have to be resolved prior to landing this.

Dammit... I had the issue, too. The tests succeeded on my Solus laptop, but failed on my Ubuntu server with solbuild.
Going to try this again.

This revision was automatically updated to reflect the committed changes.