[PR #16766] [MERGED] docs: update unraid installation steps #15027

Closed
opened 2026-02-05 15:42:08 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/16766
Author: @jensenhuangyankai
Created: 3/10/2025
Status: Merged
Merged: 3/10/2025
Merged by: @zackpollard

Base: mainHead: patch-1


📝 Commits (1)

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 docs/docs/install/unraid.md (+1 -1)

📄 Description

Description

Current steps omit this key step, which results in the postgresql docker complaining about the data folder not being empty. (It tries to use the /mnt/user/appdata folder as its application data folder.

How Has This Been Tested?

Run across multiple unraid installs to ensure that it's not just my system.

Checklist:

  • [✔️ ] I have performed a self-review of my own code
  • [ ✔️] I have made corresponding changes to the documentation if applicable
  • [✔️ ] I have no unrelated changes in the PR.
  • [✔️ ] I have confirmed that any new dependencies are strictly necessary.
  • [ ✔️] I have written tests for new code (if applicable)
  • [✔️ ] I have followed naming conventions/patterns in the surrounding code
  • [✔️ ] All code in src/services/ uses repositories implementations for database calls, filesystem operations, etc.
  • [✔️ ] All code in src/repositories/ is pretty basic/simple and does not have any immich specific logic (that belongs in src/services/)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/immich-app/immich/pull/16766 **Author:** [@jensenhuangyankai](https://github.com/jensenhuangyankai) **Created:** 3/10/2025 **Status:** ✅ Merged **Merged:** 3/10/2025 **Merged by:** [@zackpollard](https://github.com/zackpollard) **Base:** `main` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`b239ea2`](https://github.com/immich-app/immich/commit/b239ea2a3800de291dd53a288e0f772d62abef51) Update unraid.md ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `docs/docs/install/unraid.md` (+1 -1) </details> ### 📄 Description ## Description Current steps omit this key step, which results in the postgresql docker complaining about the data folder not being empty. (It tries to use the `/mnt/user/appdata` folder as its application data folder. ## How Has This Been Tested? Run across multiple unraid installs to ensure that it's not just my system. ## Checklist: - [✔️ ] I have performed a self-review of my own code - [ ✔️] I have made corresponding changes to the documentation if applicable - [✔️ ] I have no unrelated changes in the PR. - [✔️ ] I have confirmed that any new dependencies are strictly necessary. - [ ✔️] I have written tests for new code (if applicable) - [✔️ ] I have followed naming conventions/patterns in the surrounding code - [✔️ ] All code in `src/services/` uses repositories implementations for database calls, filesystem operations, etc. - [✔️ ] All code in `src/repositories/` is pretty basic/simple and does not have any immich specific logic (that belongs in `src/services/`) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 15:42:08 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#15027