docs/Databases/FerretDB/2/README.md
Upstream FerretDB 2. It speaks the MongoDB wire protocol like v1, but stores into PostgreSQL with the DocumentDB extension and nothing else — every other backend was dropped after v1.
| File | What is in it |
|---|---|
| PostgreSQL.md | Installing WeKan on FerretDB 2 + PostgreSQL, step by step |
The compose file for it is docker-compose-ferretdb-v2-postgresql.yml:
docker compose -f docker-compose-ferretdb-v2-postgresql.yml up -d
It runs two containers — ghcr.io/ferretdb/postgres-documentdb and
ghcr.io/ferretdb/ferretdb:2 — where FerretDB v1 runs one, or two when a
separate SQL server is used.