Skip to content

Commit

Permalink
Update uid info for v9 (#621)
Browse files Browse the repository at this point in the history
  • Loading branch information
justo-mend authored Dec 5, 2024
1 parent e33d83e commit 7b82faf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/configuration-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 7b82faf

Please sign in to comment.