Skip to content

Commit

Permalink
fix: Add DB_DATA_LOCATION config. (#13754)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sweebah authored Oct 27, 2024
1 parent 9204cd6 commit f8a2bce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/docs/install/unraid.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ alt="Select Plugins > Compose.Manager > Add New Stack > Label it Immich"
7. Paste the entire contents of the [Immich example.env](https://github.com/immich-app/immich/releases/latest/download/example.env) file into the Unraid editor, then **before saving** edit the following:

- `UPLOAD_LOCATION`: Create a folder in your Images Unraid share and place the **absolute** location here > For example my _"images"_ share has a folder within it called _"immich"_. If I browse to this directory in the terminal and type `pwd` the output is `/mnt/user/images/immich`. This is the exact value I need to enter as my `UPLOAD_LOCATION`
- `DB_DATA_LOCATION`: Change this to use an Unraid share (preferably a cache pool, e.g. `/mnt/user/appdata`). If left at default it will try to use Unraid's `/boot/config/plugins/compose.manager/projects/[stack_name]/postgres` folder which it doesn't have permissions to, resulting in this container continuously restarting.

<img
src={require('./img/unraid05.webp').default}
Expand Down

0 comments on commit f8a2bce

Please sign in to comment.