From c60f07ffe9f9f6a4de069a11893696443dfef4da Mon Sep 17 00:00:00 2001 From: NickStallman Date: Sun, 27 Oct 2024 07:43:48 +1100 Subject: [PATCH] Fix broken link to multi-tree doc (#26) --- docs/install_setup/postgres.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install_setup/postgres.md b/docs/install_setup/postgres.md index 4c42e7b..7bc7d83 100644 --- a/docs/install_setup/postgres.md +++ b/docs/install_setup/postgres.md @@ -55,7 +55,7 @@ To configure Web API for use with the PostgreSQL database, add the following und ## Using a shared PostgreSQL database in a multi-tree installation -When using a [multi-tree setup](https://www.grampsweb.org/multi-tree/), the SharedPostgreSQL addon is a convenient option to host all trees, also newly created ones via the API, in a single PostgreSQL database without compromising privacy or security. +When using a [multi-tree setup](multi-tree.md), the SharedPostgreSQL addon is a convenient option to host all trees, also newly created ones via the API, in a single PostgreSQL database without compromising privacy or security. To achieve this, set up a container based on the `gramps-postgres` image as described above and simply set the config option `NEW_DB_BACKEND` to `sharedpostgresql`, e.g. via the `GRAMPSWEB_NEW_DB_BACKEND` environment variable.