How to change Immich UPLOAD_LOCATION?

My Immich docker uses /mnt/storage/immich as UPLOAD_LOCATION and I would like to change it to /mnt/storage/containers/immich.

When I tried mv /mnt/storage/immich /mnt/storage/containers/immich && docker compose down && docker compose up -d, I had this 2 errors:
Then I found the Backup and restore guide
https://documentation.immich.app/docs/administration/backup-and-restore#database
and it seems like I have to create a new Immich empty instance to restore. How can I do this the simpliest way?
Was this page helpful?