[PR #3942] [MERGED] docs: bulk upload: Fix "upload directory" instructions #10173

Closed
opened 2026-02-05 14:17:09 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/3942
Author: @pentix
Created: 9/1/2023
Status: Merged
Merged: 9/2/2023
Merged by: @jrasm91

Base: mainHead: patch-1


📝 Commits (1)

  • 7be8c82 docs: bulk upload: Fix "upload directory" instructions

📊 Changes

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

View changed files

📝 docs/docs/features/bulk-upload.md (+4 -4)

📄 Description

The command examples are titled Upload current directory and Upload target directory, however the presented commands skip the /import directory, if the --recursive flag is not explicitly specified.

I noticed this issue when performing a bulk upload and wondering why the presented command in the docs would not find any files:

Checking connectivity with Immich instance...
Server status: OK
Checking credentials...
Login status: OK
Successful authentication for user xyzxyz
Indexing local assets...
No local assets found, exiting

Adding the --recursive flag fixed this.


🔄 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/3942 **Author:** [@pentix](https://github.com/pentix) **Created:** 9/1/2023 **Status:** ✅ Merged **Merged:** 9/2/2023 **Merged by:** [@jrasm91](https://github.com/jrasm91) **Base:** `main` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`7be8c82`](https://github.com/immich-app/immich/commit/7be8c8270e0dfc95419d576082b320038d99ba16) docs: bulk upload: Fix "upload directory" instructions ### 📊 Changes **1 file changed** (+4 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `docs/docs/features/bulk-upload.md` (+4 -4) </details> ### 📄 Description The command examples are titled *Upload current directory* and *Upload target directory*, however the presented commands skip the `/import` directory, if the `--recursive` flag is not explicitly specified. I noticed this issue when performing a bulk upload and wondering why the presented command in the docs would not find any files: Checking connectivity with Immich instance... Server status: OK Checking credentials... Login status: OK Successful authentication for user xyzxyz Indexing local assets... No local assets found, exiting Adding the `--recursive` flag fixed this. --- <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 14:17:09 +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#10173