From 7b82faf62d87c55c4d0a6bb1db6878f73177cad4 Mon Sep 17 00:00:00 2001 From: Justin Clareburt <122523970+justo-mend@users.noreply.github.com> Date: Thu, 5 Dec 2024 16:27:27 +0100 Subject: [PATCH] Update uid info for v9 (#621) --- docs/configuration-options.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/configuration-options.md b/docs/configuration-options.md index 8c4d6f8e..f3b92e69 100644 --- a/docs/configuration-options.md +++ b/docs/configuration-options.md @@ -87,10 +87,11 @@ Important: Webhooks will be only installed on repos that the account has at leas **`MEND_RNV_SQLITE_FILE_PATH`**: Optional: Provide a path to persist the database. (eg. '/db/renovate-ce.sqlite', where 'db' is defined as a volume) > [!IMPORTANT] -> The container running either the Renovate EE server service or the Renovate CE service requires read, write, and execute (rwx) permissions for the parent folder of the SQLite file. Additionally, the process inside the container executes with `uid=12021` (node) and `gid=12021` (node). +> The container running either the Renovate EE server service or the Renovate CE service requires read, write, and execute (rwx) permissions for the parent folder of the SQLite file. +> Additionally, the process inside the container executes with `uid=12021` (ubuntu) and `gid=12021`. > [!NOTE] -> Prior to `v9`, the process executed with `uid=1000` and `gid=1000`. +> In versions before `v9`, the process executed with `uid=1000` (node) and `gid=1000`. The [sqlite3](https://sqlite.org/cli.html) CLI tool is preinstalled in the Renovate CE/EE(server) images, allowing direct interaction with the underlying SQLite database.