There is no community server download for Debian 12:
- Go to MongoDB Community Server Download
- Click Select package
- Click on the Platform popup menu
Expected Result: I expected Debian 12 to be present in this list
Actual result: Only “Debian 11.0 x64” is listed, not Debian 12.
The Debian 12 repository for amd64/x86_64 is missing the package mongodb-database-tools:
- Go to http://repo.mongodb.org/apt/debian/dists/bookworm/mongodb-org/7.0/main/binary-amd64/
- In the Packages file, observe that mongodb-org depends on mongodb-org-tools, which depends on mongodb-database-tools
Expected Result: I expected mongodb-database-tools to be available as package.
Actual result: mongodb-database-tools is not listed in the Packages file, nor is there a mongodb-database-tools_*.deb file available for download.
The Debian 12 repository for arm64/aarch64 is missing most packages (no mongodb-org, no mongodb-org-server package, etc.):
- Go to http://repo.mongodb.org/apt/debian/dists/bookworm/mongodb-org/7.0/main/binary-arm64/
Expected Result: I expected packages available, such as mongodb-org and mongodb-org-server.
Actual result: These packages (and many more) are missing.
The manual only describes Debian 11, not Debian 12.
- Go to https://www.mongodb.com/docs/manual/tutorial/install-mongodb-on-debian/
- Follow the instructions, but replace bullseye (Debian 11) with bookworm (Debian 12)
Expected result: I expected a working installation of MongoDB
Actual result: At step 4 of the instruction, the error (caused by the above) occurs:
The following packages have unmet dependencies:
mongodb-org-tools : Depends: mongodb-database-tools but it is not installable
E: Unable to correct problems, you have held broken packages.