Package Details: mongodb-tools-bin 100.10.0-3

Git Clone URL: https://aur.archlinux.org/mongodb-tools-bin.git (read-only, click to copy)
Package Base: mongodb-tools-bin
Description: The MongoDB tools provide import, export, and diagnostic capabilities.
Upstream URL: https://github.com/mongodb/mongo-tools
Keywords: mongo mongodb mongodb-tools mongodump mongoexport mongofiles mongoimport mongorestore mongostat mongotop
Licenses: Apache
Conflicts: mongodb-tools
Provides: mongodb-tools
Submitter: ali.molaei
Maintainer: ali.molaei (rafaelff)
Last Packager: ali.molaei
Votes: 32
Popularity: 0.004740
First Submitted: 2019-02-14 15:53 (UTC)
Last Updated: 2024-09-24 21:52 (UTC)

Dependencies (2)

Required by (13)

Sources (2)

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

Latest Comments

1 2 Next › Last »

trevordf commented on 2024-12-05 15:45 (UTC)

I ran into the validity check error as well and did the following:

  1. 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
  1. Looked up hash virustotal: https://www.virustotal.com/gui/file/c6fe2ed12637bb6a5b2ff6893a6403578155f78d75c847074baf4130b9b60205/details. Note that this was all clear.
  2. Removed the downloaded mongodb-org-tools_100.10.0_x86_64.deb file
  3. Ran an update again, which succeeded with no errors/warnings.
  4. 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.

rafaelff commented on 2024-08-27 18:50 (UTC)

I wasn't able to reproduce the checksum issue you found. Consider removing the deb file "mongodb-org-tools_100.10.0_x86_64.deb" from your local system and running makepkg again so it re-downloads the deb file.

mostafaasadi commented on 2024-08-27 18:34 (UTC) (edited on 2024-08-27 18:36 (UTC) by mostafaasadi)

==> Validating source_x86_64 files with sha256sums... mongodb-org-tools_100.10.0_x86_64.deb ... FAILED ==> ERROR: One or more files did not pass the validity check! :: Unable to build mongodb-tools-bin - makepkg exited with code: 1

ali.molaei commented on 2024-08-26 12:59 (UTC)

@chovy try a clean build or manually remove mongodb-org-tools_100.10.0_x86_64.deb and redownload it, the filenames are the same for focal and jammy so it's thinking the file is already there, so checksum fails

chovy commented on 2024-08-26 11:33 (UTC)

==> Making package: mongodb-tools-bin 100.10.0-2 (Mon 26 Aug 2024 04:32:33 AM PDT) ==> Retrieving sources... -> Found mongodb-org-tools_100.10.0_x86_64.deb ==> WARNING: Skipping verification of source file PGP signatures. ==> Validating source_x86_64 files with sha256sums... mongodb-org-tools_100.10.0_x86_64.deb ... FAILED ==> ERROR: One or more files did not pass the validity check! -> error downloading sources: /home/ettinger/.cache/yay/mongodb-tools-bin context: exit status 1

:: (1/1) Parsing SRCINFO: mongodb-tools-bin ==> Making package: mongodb-tools-bin 100.10.0-2 (Mon 26 Aug 2024 04:32:34 AM PDT) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Found mongodb-org-tools_100.10.0_x86_64.deb ==> Validating source_x86_64 files with sha256sums... mongodb-org-tools_100.10.0_x86_64.deb ... FAILED ==> ERROR: One or more files did not pass the validity check! -> error making: mongodb-tools-bin-exit status 1 -> Failed to install the following packages. Manual intervention is required: mongodb-tools-bin - exit status 1 [ettinger@archlinux]:➜ ~

rafaelff commented on 2022-11-05 23:45 (UTC)

@ubmarco: please make sure to update your system. openssl-1.1 is a package in [core] repo, and openssl is now in version 3.0.7.

ubmarco commented on 2022-11-05 22:39 (UTC) (edited on 2022-11-05 22:40 (UTC) by ubmarco)

For the update 100.6.1-1 -> 100.6.1-2 I'm getting

-> Could not find all required packages:
   openssl-1.1 (Wanted by: mongodb-tools-bin)

Pacman says this:

pacman -Q openssl
openssl 1.1.1.q-1

tylercrompton commented on 2021-07-17 15:27 (UTC) (edited on 2021-07-17 15:27 (UTC) by tylercrompton)

I'm running into the same issue that @dalu posted. Will you please look into fixing the checksums?

$ sha256sum mongodb-database-tools_100.4.0_*
4f65de24640ad86e51988616c58e3813e024427c88879218d0a4d245bdad24e5  mongodb-database-tools_100.4.0_amd64.deb
572adc95660bb137ff2a74ee74873e71fd1ea5405415b81b21696c8ed722147f  mongodb-database-tools_100.4.0_arm64.deb

dalu commented on 2021-07-17 08:54 (UTC)

  -> Found mongodb-org-tools_100.4.0_x86_64.deb
==> Validating source_x86_64 files with sha256sums...
    mongodb-org-tools_100.4.0_x86_64.deb ... FAILED
==> ERROR: One or more files did not pass the validity check!
error downloading sources: mongodb-tools-bin

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."