From 70881bc97f4f6b95b4cc8d088f81d396837d3453 Mon Sep 17 00:00:00 2001 From: Nicholas Flamy <30300649+NicholasFlamy@users.noreply.github.com> Date: Mon, 4 Mar 2024 21:51:20 -0500 Subject: [PATCH] Update truenas.md with permission info. (#7606) * Update truenas.md with permission info. This is very important information about permissions on datasets used by immich. * Update truenas.md * Update truenas.md with proper formatting --- docs/docs/install/truenas.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/docs/install/truenas.md b/docs/docs/install/truenas.md index 742478f10f..271cd52cab 100644 --- a/docs/docs/install/truenas.md +++ b/docs/docs/install/truenas.md @@ -28,6 +28,10 @@ Or before beginning app installation, [create the datasets](https://www.truenas. Immich requires seven datasets: **library**, **pgBackup**, **pgData**, **profile**, **thumbs**, **uploads**, and **video**. You can organize these as one parent with seven child datasets, for example `mnt/tank/immich/library`, `mnt/tank/immich/pgBackup`, and so on. +:::info Permissions +The **pgData** dataset must be owned by the user `netdata` (UID 999) for postgres to start. The other datasets must be owned by the user `root` (UID 0) or a group that includes the user `root` (UID 0) for immich to have the necessary permissions. +::: + ## Installing the Immich Application To install the **Immich** application, go to **Apps**, click **Discover Apps**, either begin typing Immich into the search field or scroll down to locate the **Immich** application widget.