Back to Wekan

FerretDB 2

docs/Databases/FerretDB/2/README.md

10.51920 B
Original Source

FerretDB 2

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.

FileWhat is in it
PostgreSQL.mdInstalling WeKan on FerretDB 2 + PostgreSQL, step by step

The compose file for it is docker-compose-ferretdb-v2-postgresql.yml:

sh
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.

See also