DEB package
note
We provide different .deb
packages for various deployments.
- For most use cases, we recommend using the production package (e.g.,
documentdb.deb
). - For debugging purposes, use the development package (contains either
-dev
or-dbgsym
suffix e.g.,documentdb-dev.deb
/documentdb-dbgsym.deb
). It includes features that significantly slow performance and is not recommended for production use.
FerretDB uses PostgreSQL with DocumentDB extension as a database engine.
Download the DocumentDB .deb
package from our release page,
you can use dpkg
tool to install it.
tip
For more information on the best FerretDB version to use, see the DocumentDB release notes.
You need to install PostgreSQL and additional dependencies required by the DocumentDB extension.