Back to Ferretdb

RPM package

website/versioned_docs/version-v1.24/quickstart-guide/rpm.md

2.7.0903 B
Original Source

RPM package

To install the .rpm packages for FerretDB on your RHEL, CentOS, and other .rpm-based systems, you can use rpm tool.

Download the latest FerretDB .rpm package from our release pages, rename it to ferretdb.rpm, then run the following command in your terminal:

sh
sudo rpm -i ferretdb.rpm

You can check that FerretDB was installed by running

sh
ferretdb --version

FerretDB does not automatically install PostgreSQL or other backends. To install PostgreSQL, run the following commands:

sh
sudo yum install -y postgresql

The .rpm package ships with the systemd unit for starting FerretDB automatically. For more information about its configuration, please take a look at systemd configuration guide.

Find out more about: