Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 527 Bytes

File metadata and controls

10 lines (8 loc) · 527 Bytes

To Build Your Own Debian Packages With Docker

Run ./ferretdb_packaging/build_packages.sh -h and follow the instructions. E.g. to build for Debian 12 and PostgreSQL 16 for 0.100.0ferretdb2.0.1 version, run:

./ferretdb_packaging/build_packages.sh --os deb12 --pg 16 --version 0.100.0~ferretdb~2.0.1

Packages can be found at the packages directory by default, but that can be configured with the --output-dir option.

Note: The packages do not include pg_documentdb_distributed in the internal directory.