Adding Storage Pool to use Immich
My Windows install became corrupt. I reinstalled all programs including docker. I had backed up all data including my compose and folders. I am trying to run my docker-compose with my connected storage pool. But it wont show it in the storage on my immich install. it shows my internal drive. Before it was showing my storage pool but now it shows my internal is there a way to fix it. I checked my .env has the correct directory and drive
15 Replies
???
Anyone have any ideas?
If you post your compose and give us some more information about your storage pool paths, we might be able to help.
It's quite hard to help with almost no information :-)
Sorry I forgot the compose file my bad. I got it working. I had some pending updates that were causing issues with docker. But I tried this command to upload using the cli and received a bunch of errors and the files did not show up in my album
node bin/index.js upload --key (API KEY)--server http://192.168.1.111:2283/api -d J:\Google-Photos\KLove+Steven+Connor+Hudson -al KLove+Steven+Connor+Rosalee+Hudson
any idea why this would here s the loganyone any have any ideas?
Where’s your docker compose?
Im only using docker-compose for my immich-app my immich-cli is using native. Do you still need my docker-compose for my immich-app?
@sonder
It wouldn’t hurt
And have you tried using Immich CLI from an alternative route like Docker or NPM instead of from source?
thats what im using for cli is npm
if you take a look at the log posted it shows the npm log from running the command
i followed these instructions to a t https://github.com/immich-app/CLI
GitHub
GitHub - immich-app/CLI: CLI utilities for Immich to help with uplo...
CLI utilities for Immich to help with upload images and videos from a location on a desktop machine or a server to the Immich's server - GitHub - immich-app/CLI: CLI utilities for Immich to...
oh wait let me try the npm repo i didnt see that as an option
Cool, yeah, try from NPM. Saw the start of your command was
node bin/index.js
which is from sourceAlso, see https://github.com/immich-app/CLI/issues/65. Similar issue which was resolved by ensuring the CLI tool was up to date (docker method)
GitHub
Issues · immich-app/CLI
CLI utilities for Immich to help with upload images and videos from a location on a desktop machine or a server to the Immich's server - Issues · immich-app/CLI