mongorestore Compatibility and Installation
This page describes software compatibility and installation for version
100.10.0
of mongorestore
.
Starting in MongoDB 4.4, the MongoDB Database Tools are released separately from
the MongoDB Server. The MongoDB Database Tools use their own versioning, with an
initial version of 100.0.0
.
MongoDB Server Compatibility
mongorestore
version 100.10.0
supports the following versions
of the MongoDB Server:
MongoDB 8.0
MongoDB 7.0
MongoDB 6.0
MongoDB 5.0
MongoDB 4.4
MongoDB 4.2
While mongorestore
may work on earlier versions of MongoDB server,
any such compatibility is not guaranteed.
Platform Support
mongorestore
version 100.10.0
is supported on the following
platforms:
x86_64 | ARM64 | PPC64LE | s390x | |
---|---|---|---|---|
Amazon Linux 2023 | ✓ | ✓ | ||
Amazon 2 | ✓ | ✓ | ||
Amazon 2013.03+ | ✓ | |||
Debian 12 | ✓ | |||
Debian 11 | ✓ | |||
Debian 10 | ✓ | |||
Debian 9 | ✓ | |||
RHEL / CentOS 9 | ✓ | ✓ | ||
RHEL / CentOS 8 | ✓ | ✓ | ||
RHEL / CentOS 7 | ✓ | ✓ | ✓ | |
RHEL / CentOS 6 | ✓ | |||
SUSE 15 | ✓ | |||
SUSE 12 | ✓ | |||
Ubuntu 24.04 | ✓ | ✓ | ||
Ubuntu 22.04 | ✓ | ✓ | ||
Ubuntu 20.04 | ✓ | ✓ | ||
Ubuntu 18.04 | ✓ | ✓ | ||
Ubuntu 16.04 | ✓ | ✓ | ✓ | |
Windows 8 and later | ✓ | |||
Windows Server 2012 and later | ✓ | |||
macOS 11 and later | ✓ | ✓ | ||
macOS 10.12 - 10.15 | ✓ |
Additional Considerations for Ubuntu 18.04
Ubuntu 18.04 may use a non-standard DNS resolver. When you use a
non-standard DNS resolver, mongorestore
returns an error message like:
error parsing uri: lookup <HOSTNAME> on 127.0.0.53:53: cannot unmarshal DNS message
To resolve the problem, edit /etc/resolv.conf
to point to a
different DNS resolver.
Installation
The mongorestore
tool is part of the MongoDB Database Tools package:
➤ Follow the Database Tools Installation Guide to install mongorestore
.