travis-cookbooks
travis-cookbooks copied to clipboard
Install AGPL version of MongoDB
What is the problem that this PR is trying to fix?
This is the last version available before MongoDB git distributed under the SSPL license. This ensures that this version is installed.
What approach did you choose and why?
Pinning the metapackage to 4.0.3 did not result in the child packages to be of the specified version.
This PR removes the metapackage mongodb-org
, and installs its dependencies explicitly with version 4.0.3.
How can you make sure the change works as expected?
Reviewed the files /usr/share/doc/*mongo*/copyright
, which all state that the files are distributed under the AGPL license.