soul
IImmich
•Created by soul on 11/27/2024 in #help-desk-support
Error Updating using aio image, states space not found
this was it, scrubbed the machine learning version away and its back under 25gb, thanks! sorry for wasting ur time haa
17 replies
IImmich
•Created by soul on 11/27/2024 in #help-desk-support
Error Updating using aio image, states space not found
if thats just the size of the Immich image, then I'm good, anyways thanks for your help
17 replies
IImmich
•Created by soul on 11/27/2024 in #help-desk-support
Error Updating using aio image, states space not found
17 replies
IImmich
•Created by soul on 11/27/2024 in #help-desk-support
Error Updating using aio image, states space not found
@Zeus do you know roughly how much space an installation of immich takes up, I'm seeing about 3GB
17 replies
IImmich
•Created by soul on 11/27/2024 in #help-desk-support
Error Updating using aio image, states space not found
17 replies
IImmich
•Created by soul on 11/27/2024 in #help-desk-support
Error Updating using aio image, states space not found
no thats just the parity check, i run my parity every 30 days so since I have added stuff to /system it just lets you know not everything is backed up to current time
17 replies
IImmich
•Created by soul on 11/27/2024 in #help-desk-support
Error Updating using aio image, states space not found
17 replies
IImmich
•Created by soul on 11/27/2024 in #help-desk-support
Error Updating using aio image, states space not found
17 replies
IImmich
•Created by soul on 11/27/2024 in #help-desk-support
Error Updating using aio image, states space not found
such an odd issue, just installed 3 docker images from the store and they installed fine. and uploaded a 2gb video to immich for the current version and that worked fine as well. trying to debug where its not getting access to storage
17 replies
IImmich
•Created by soul on 9/2/2023 in #help-desk-support
Updating via stack cause 500 Error
that worked, thank you for your help
6 replies
IImmich
•Created by soul on 9/2/2023 in #help-desk-support
Updating via stack cause 500 Error
database:
container_name: immich_postgres
image: postgres:14
env_file:
- .env
environment:
POSTGRES_PASSWORD: ${DB_PASSWORD}
POSTGRES_USER: ${DB_USERNAME}
POSTGRES_DB: ${DB_DATABASE_NAME}
PG_DATA: /var/lib/postgresql/data
volumes:
- pgdata:/var/lib/postgresql/data
restart: always
immich-proxy:
container_name: immich_proxy
image: altran1502/immich-proxy:release
environment:
# Make sure these values get passed through from the env file
- IMMICH_SERVER_URL
- IMMICH_WEB_URL
ports:
- 2283:8080
logging:
driver: none
depends_on:
- immich-server
restart: always
volumes:
pgdata:
model-cache:
tsdata:
6 replies
IImmich
•Created by soul on 9/2/2023 in #help-desk-support
Updating via stack cause 500 Error
services:
version: "3.8"
services:
immich-server:
container_name: immich_server
image: altran1502/immich-server:release
entrypoint: ["/bin/sh", "./start-server.sh"]
volumes:
- ${UPLOAD_LOCATION}:/usr/src/app/upload
env_file:
- .env
environment:
- NODE_ENV=production
depends_on:
- redis
- database
- typesense
restart: always
immich-microservices:
container_name: immich_microservices
image: altran1502/immich-server:release
entrypoint: ["/bin/sh", "./start-microservices.sh"]
volumes:
- ${UPLOAD_LOCATION}:/usr/src/app/upload
env_file:
- .env
environment:
- NODE_ENV=production
depends_on:
- redis
- database
- typesense
restart: always
typesense:
container_name: immich_typesense
image: typesense/typesense:0.24.0
environment:
- TYPESENSE_API_KEY=${TYPESENSE_API_KEY}
- TYPESENSE_DATA_DIR=/data
logging:
driver: none
volumes:
- tsdata:/data
immich-machine-learning:
container_name: immich_machine_learning
image: altran1502/immich-machine-learning:release
entrypoint: ["/bin/sh", "./entrypoint.sh"]
volumes:
- ${UPLOAD_LOCATION}:/usr/src/app/upload
env_file:
- .env
environment:
- NODE_ENV=production
depends_on:
- database
restart: always
immich-web:
container_name: immich_web
image: altran1502/immich-web:release
entrypoint: ["/bin/sh", "./entrypoint.sh"]
env_file:
- .env
environment:
# Rename these values for svelte public interface
- PUBLIC_IMMICH_SERVER_URL=${IMMICH_SERVER_URL}
restart: always
redis:
container_name: immich_redis
image: redis:6.2
restart: always
6 replies
IImmich
•Created by soul on 6/15/2023 in #help-desk-support
Broken Previews, missing uploads?
gotcha, appreciate the troubleshooting
28 replies
IImmich
•Created by soul on 6/15/2023 in #help-desk-support
Broken Previews, missing uploads?
so I figure its safe to assume that these are prob just RAWs and I can delete
28 replies
IImmich
•Created by soul on 6/15/2023 in #help-desk-support
Broken Previews, missing uploads?
hmm I'm not sure how they got uploaded, I exclude --recursive
28 replies
IImmich
•Created by soul on 6/15/2023 in #help-desk-support
Broken Previews, missing uploads?
ARW from the Sony Alpha
28 replies
IImmich
•Created by soul on 6/15/2023 in #help-desk-support
Broken Previews, missing uploads?
But I made sure to only upload png/jpg formats for this bulk upload
28 replies
IImmich
•Created by soul on 6/15/2023 in #help-desk-support
Broken Previews, missing uploads?
Unfortunately not, when I click the info tab it provides nothing. From yesterday, I thought the error was RAW files from the camera.
28 replies
IImmich
•Created by soul on 6/15/2023 in #help-desk-support
Broken Previews, missing uploads?
28 replies
IImmich
•Created by soul on 6/15/2023 in #help-desk-support
Broken Previews, missing uploads?
You only wanted me to run the Generate Thumbnails one correct?
28 replies