Blackbox 2.3.2
A recent change made to support arm64 has broken mongodb backups for users on amd64 architecture.
This is because mongotools has no file named [...]-ubuntu2004-amd64-100.6.1.deb
available for download. This file is actually called [...]-ubuntu2004-x86_64-100.6.1.deb.
This version will change it so that x86_64
is the default architecture to use for downloading mongotools, and will only switch to arm64 (which does exist) if umode -m
returns either arm64
or aarch64
.