From cde56d5a226d466d5585163fad39a2c20b727be1 Mon Sep 17 00:00:00 2001 From: Nahin Khan Date: Sat, 29 Jul 2023 06:30:05 +0300 Subject: [PATCH] Clarify immich-admin command usage (#3456) Some parts of the documentation state that administrative tasks like changing the admin password can be done via the `immich` function, but that is incorrect; instead, the `immich-admin` function should be used. --- docs/docs/administration/server-commands.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/docs/administration/server-commands.md b/docs/docs/administration/server-commands.md index 13167b50ce..22f911ca40 100644 --- a/docs/docs/administration/server-commands.md +++ b/docs/docs/administration/server-commands.md @@ -12,10 +12,12 @@ The `immich-server` docker image comes preinstalled with an administrative CLI ( ## How to run a command -To run a command, [connect](/docs/guides/docker-help.md#attach-to-a-container) to the `immich_server` container and then execute the command via `immich `. +To run a command, [connect](/docs/guides/docker-help.md#attach-to-a-container) to the `immich_server` container and then execute the command via `immich-admin `. ## Examples +Note that the commands below should begin with `immich-admin`. + Reset Admin Password ![Reset Admin Password](./img/reset-admin-password.png)