harrisc
IImmich
•Created by harrisc on 9/30/2023 in #help-desk-support
Backup on Windows 10
I understand from the documentation that one canbackup the Immich by using the command
docker exec -t immich_postgres pg_dumpall -c -U postgres | gzip > "/path/to/backup/dump.sql.gz"
Unfortunately gzip is not available on Windows 10.
What's the best way to backup Immich on Windows 10?
8 replies
IImmich
•Created by harrisc on 8/26/2023 in #help-desk-support
Updating on in Docker on Windows 10
I had v1.74.0 installed on a Windows 10 PC. I see that there is an update to v.175.0. I rang the command from the immich app folder in Program Data
docker-compose pull && docker-compose up -d
Docker seemed to downlaod everything but I got the following meassage
- Container immich_server Recreate 1.3s
Error response from daemon: Conflict. The container name "/d1a619a9defc_immich_server" is already in use by container "0512e6f65842ab99f89f30f8ca12a29e6dc3b2d19b4263e059c4206745f8f328". You have to remove (or rename) that container to be able to reuse that name.
What do I have to complete the update in Docker on Windows 10?
{Sorry but I don't know anything about Docker programs)
7 replies
IImmich
•Created by harrisc on 8/20/2023 in #help-desk-support
Very high memory usage on Windows
I had v1.73.0 installed on a Windows 10 PC. It was running well. I just upgraded to version 1.74.0. The program is running but "hogging" memory on the Windows PC.
The total memory usage is about 83 to 96 percent of the availble memory. The PC has 16 Gb installed. Vmmem is using about 5,500MB, Docker desktop 79 Mb and Docker backend 31MB. The machine is slow to respond to commands
When I rebooted the Windows PC without Docker (and Immich) the PC worked normally. After staring Docker and Immich the memory use went up again.
Is there anything I have done to cause this problem?
How do I cut down the memory useage?
6 replies
IImmich
•Created by harrisc on 8/14/2023 in #help-desk-support
G Photos import
Immich
I am running Immich on a Windows 10 Desktop version v1.72.2. I have imported all the current photos on my Windows PC using the CLI uploader. All is working well.
All these photos and others are on Google Photos in “high quality” not original quality. There has been facial recognition and location detection on all the photos. I want the extra photos/albums etc in Immich. I have downloaded the photos in a Takeout. I have some questions.
1. Do I have to do anything to the Takeout files before uploading?
2. Will the Google facial recognition be used and will it assist the Immich facial recognition?
3. Will the duplicates of the existing photos not be used or removed?
4. If duplicates are recognised, what happens to the Google “High quality” copies of existing photos? Will they be removed or will they be classed as new photos?
Thanks
7 replies
IImmich
•Created by harrisc on 8/12/2023 in #help-desk-support
Accessing Immich server on local LAN
I am running Immich on a Windows 10 Desktop version v1.72.2. Its web address on the Windows PC is http://192.168.50.21:2283/photos. On other computers on same LAN can I cannot access the Immich server at this address.
I have other servers running on the Windows PC and they accessible from an appropriate email address eg http://192.168.50.21:441
What do I have to do to get the Immich Server accessible by other computers on the same local LAN?
3 replies
IImmich
•Created by harrisc on 8/12/2023 in #help-desk-support
CLI import
I am running Immich on a Windows 10 Desktop version
v1.72.2. I am trying to import mu existing library. The command that I am using is
docker run -it --rm -v "D:\1\DigitalPhotos:/import" ghcr.io/immich-app/immich-cli:latest upload --key gXXXXXXXXXXXXXX04eNqiBDRtzfTP0 --server http://192.168.50.21:2283/api.
This imports the photos in that directory but is NOT recursive.
How do a recursive import?
6 replies