I ran into the validity check error as well and did the following:
- Checked hash of downloaded deb:
sha256sum mongodb-org-tools_100.10.0_x86_64.deb
> c6fe2ed12637bb6a5b2ff6893a6403578155f78d75c847074baf4130b9b60205 mongodb-org-tools_100.10.0_x86_64.deb
- Looked up hash virustotal: https://www.virustotal.com/gui/file/c6fe2ed12637bb6a5b2ff6893a6403578155f78d75c847074baf4130b9b60205/details. Note that this was all clear.
- Removed the downloaded mongodb-org-tools_100.10.0_x86_64.deb file
- Ran an update again, which succeeded with no errors/warnings.
- Ran sha256sum on the new deb and checked virustotal for the new hash, which did not previously exist. The scan came back clean, however.
I believe this to be safe and the recommended path to get past this error.
Pinned Comments
ali.molaei commented on 2020-08-01 15:37 (UTC)
"As of MongoDB 4.3.4, the tools are no longer released along with the MongoDB Server. Going forward, the tools will be released and versioned independently."
ali.molaei commented on 2019-02-15 08:32 (UTC)
The mongoreplay binary does not exist in -tools packages of mongodb-org repo of any distro!
I filed a bug here about it, and maybe it will be added soon. https://jira.mongodb.org/browse/TOOLS-2220