immich icon indicating copy to clipboard operation
immich copied to clipboard

Unclear onboarding message for "storage template engine"

Open Cretezy opened this issue 2 years ago • 1 comments

The bug

This message is unclear in the onboarding. What happens if the storage template engine is off? Does it use the default settings? This should be explained here

image

The OS that Immich Server is running on

Docker, Unraid

Version of Immich Server

v1.94.1

Version of Immich Mobile App

v1.94.1

Platform with the issue

  • [ ] Server
  • [X] Web
  • [ ] Mobile

Your docker-compose.yml content

N/A

Your .env content

N/A

Reproduction steps

Go through onboarding setup.

Additional information

No response

Cretezy avatar Feb 15 '24 07:02 Cretezy

You're right that we should explain what happens when it's disabled. It means that when assets are uploaded to the upload folder, they stay there instead of being moved based on the storage template.

The reason you might prefer this is if the move would be slow. In most cases, the move is done instantly by "renaming" the file to be in a different path. But depending on the file system, whether those two folders are in the same drive, whether they're network storage, etc., the whole file may need to be copied. This can cause a lot of disk wear, hence why it's opt-in.

mertalev avatar Feb 15 '24 18:02 mertalev

You're right that we should explain what happens when it's disabled. It means that when assets are uploaded to the upload folder, they stay there instead of being moved based on the storage template.

The reason you might prefer this is if the move would be slow. In most cases, the move is done instantly by "renaming" the file to be in a different path. But depending on the file system, whether those two folders are in the same drive, whether they're network storage, etc., the whole file may need to be copied. This can cause a lot of disk wear, hence why it's opt-in.

There is an explanation I previously added to the documentation, we can use it or put a link to it. https://immich.app/docs/administration/backup-and-restore#asset-types-and-storage-locations

aviv926 avatar Feb 19 '24 13:02 aviv926