immich not loading in others devices

and how to uptate immich server
79 Replies
Immich
Immich2w ago
:wave: Hey @tntsimo, Thanks for reaching out to us. Please carefully read this message and follow the recommended actions. This will help us be more effective in our support effort and leave more time for building Immich :immich:. References - Container Logs: docker compose logs docs - Container Status: docker ps -a docs - Reverse Proxy: https://immich.app/docs/administration/reverse-proxy - Code Formatting https://support.discord.com/hc/en-us/articles/210298617-Markdown-Text-101-Chat-Formatting-Bold-Italic-Underline#h_01GY0DAKGXDEHE263BCAYEGFJA Checklist I have... 1. :blue_square: verified I'm on the latest release(note that mobile app releases may take some time). 2. :blue_square: read applicable release notes. 3. :blue_square: reviewed the FAQs for known issues. 4. :blue_square: reviewed Github for known issues. 5. :blue_square: tried accessing Immich via local ip (without a custom reverse proxy). 6. :blue_square: uploaded the relevant information (see below). 7. :blue_square: tried an incognito window, disabled extensions, cleared mobile app cache, logged out and back in, different browsers, etc. as applicable (an item can be marked as "complete" by reacting with the appropriate number) Information In order to be able to effectively help you, we need you to provide clear information to show what the problem is. The exact details needed vary per case, but here is a list of things to consider: - Your docker-compose.yml and .env files. - Logs from all the containers and their status (see above). - All the troubleshooting steps you've tried so far. - Any recent changes you've made to Immich or your system. - Details about your system (both software/OS and hardware). - Details about your storage (filesystems, type of disks, output of commands like fdisk -l and df -h). - The version of the Immich server, mobile app, and other relevant pieces. - Any other information that you think might be relevant. Please paste files and logs with proper code formatting, and especially avoid blurry screenshots. Without the right information we can't work out what the problem is. Help us help you ;) If this ticket can be closed you can use the /close command, and re-open it later if needed.
tntsimo
tntsimoOP2w ago
@Aviv so my dad and sister dowloaded the app ios and android and this is what is showing
aviv
aviv2w ago
Can you open an image that won't load and click on this option? Then check for errors in the logs.
No description
tntsimo
tntsimoOP2w ago
No description
tntsimo
tntsimoOP2w ago
all of them are not loading server and app have not the same version is this a problem?
aviv
aviv2w ago
High probability yes,
tntsimo
tntsimoOP2w ago
https://containrrr.dev/watchtower/ do i use this for updating the server? same probrem on ios and android old connected phones are working
aviv
aviv2w ago
This is not recommended because sometimes there are breaking updates and things need to be changed manually, which Watchtower is unable to handle. What is the server version and what is the application version?
tntsimo
tntsimoOP2w ago
so what is the best thing to do ? my server version is v1.132.3
aviv
aviv2w ago
and the app?
tntsimo
tntsimoOP2w ago
and app 1.134.0\ 200
aviv
aviv2w ago
On iPhone it won't be possible to go back like on Android So you will need to upgrade your server version, do you know how to do that? You mentioned that you are a portainer user This is what causes the problem. When the application version does not match the server and vice versa
tntsimo
tntsimoOP2w ago
and ios same version but build 208 nop new user 2 weeks im still fresh yes portainer user the logs are from portainer never updated a container
aviv
aviv2w ago
Okay, to update the server you will need to make some changes to the compose file as described here https://github.com/immich-app/immich/releases/tag/v1.133.0
tntsimo
tntsimoOP2w ago
ok so first i do a bakup
aviv
aviv2w ago
yes
tntsimo
tntsimoOP2w ago
docker exec -t immich_postgres pg_dumpall --clean --if-exists --username=postgres | gzip > "/path/to/backup/dump.sql.gz" whith sthis i just need to changhe the path?
aviv
aviv2w ago
Yes, at the end, you will notice that the backup file size is greater than 0kb. sure
tntsimo
tntsimoOP2w ago
ok i do it this backup saves only the configuration files rihgt?
aviv
aviv2w ago
Yes, it does not save the image files, videos or other files.
tntsimo
tntsimoOP2w ago
ok ok i have a potho backup in another hdd only photos
aviv
aviv2w ago
It is recommended to back up everything to an additional storage device, not just the photos.
tntsimo
tntsimoOP2w ago
yes photos an now config docker exec -t immich_postgres pg_dumpall --clean --if-exists --username=postgres | gzip > "/media/simone/BACKUP/backup/dump.sql.gz" i need lo leave dump.sql.gz right? that is the backup file
aviv
aviv2w ago
yes right
aviv
aviv2w ago
Now if you have completed the backup, make sure to edit the compose file as shown here. https://github.com/immich-app/immich/releases/tag/v1.133.0
GitHub
Release v1.133.0 · immich-app/immich
v1.133.0 - The Hot Summer Release Caution BREAKING CHANGES Mobile app version Please make sure to have the mobile app and the server on the same version for this release. Older versions of the mo...
tntsimo
tntsimoOP2w ago
nop it says to me command not found
aviv
aviv2w ago
what command ?
tntsimo
tntsimoOP2w ago
i need to use the console of the server right? in portainer
aviv
aviv2w ago
this command ?
tntsimo
tntsimoOP2w ago
yes and directory not found
tntsimo
tntsimoOP2w ago
No description
tntsimo
tntsimoOP2w ago
have tried cd
aviv
aviv2w ago
I'm not sure about Portainer, I'll try to see if one of the other support members who uses Portainer can help with this.
tntsimo
tntsimoOP2w ago
ok ! do i just try the console of linux???| insted of portainer?
Zack
Zack2w ago
You'd want to do it from the console of the server, you're currently inside the immich container which won't be able to run docker commands
tntsimo
tntsimoOP2w ago
okk!
Zack
Zack2w ago
However, you could check whether you have recent backups for your database at UPLOAD_LOCATION/backups We automatically take 14 days of database backups on your behalf
tntsimo
tntsimoOP2w ago
i have 1 from may 18 i do another one is better
CJPeckover
CJPeckover2w ago
Alternatively you can add a volume to the immich_postgress, then in the immich_postgres portainer console run the pg_dumpall --clean --if-exists --username=postgres | gzip > "/media/simone/BACKUP/backup/dump.sql.gz" ^pointing to your new volume of course instead of /media/*
Zack
Zack2w ago
^ This is essentially what I do for my postgres backups
tntsimo
tntsimoOP2w ago
ok' this did the job docker exec -t immich_postgres pg_dumpall --clean --if-exists --username=postgres | gzip > "/media/simone/FOTO/bakupimmich/dump.sql.gz" the other wanted components installed ok now i do this
tntsimo
tntsimoOP2w ago
direclty from the stack?
No description
tntsimo
tntsimoOP2w ago
and i add and delete as shown in the post but first i stop the stack? or i need to fin the file?
aviv
aviv2w ago
Yes, you will have to stop the stack to update the file, then pull the update and start the stack again.
tntsimo
tntsimoOP2w ago
ok
tntsimo
tntsimoOP2w ago
No description
tntsimo
tntsimoOP2w ago
my enviroment is diffrent? i just need to add DB_STORAGE_TYPE: 'HDD' my files are stored in an hdd
aviv
aviv2w ago
You edited the wrong part.
tntsimo
tntsimoOP2w ago
and then i just recompile the stack
aviv
aviv2w ago
What about the database?
tntsimo
tntsimoOP2w ago
image or the eviroment also
aviv
aviv2w ago
Instead of changing the database image, you changed the server image.
tntsimo
tntsimoOP2w ago
ah schet ok now is correct\
tntsimo
tntsimoOP2w ago
No description
tntsimo
tntsimoOP2w ago
ok now i restart
tntsimo
tntsimoOP2w ago
ineed to chek repull image?
No description
aviv
aviv2w ago
It's hard for me to say for sure I don't use portainer
tntsimo
tntsimoOP2w ago
@Zack ? @CJPeckover ?
NoMachine
NoMachine2w ago
check "re-pull" and update
CJPeckover
CJPeckover2w ago
Pretty sure checking repull image is what you want. I clear out the image and container manually, which is more steps
tntsimo
tntsimoOP2w ago
yesssssss thx to all of you the server is up and running! ok now i wait and see if the new phones connect for now is like this
aviv
aviv2w ago
still?
NoMachine
NoMachine2w ago
could you attach the logs from the phone app ?
tntsimo
tntsimoOP2w ago
of
tntsimo
tntsimoOP2w ago
my phone logs it is working
tntsimo
tntsimoOP2w ago
still not working yes
NoMachine
NoMachine2w ago
logout the app in iphone and login again, attach iphone logs. are both phones in the same network?
tntsimo
tntsimoOP2w ago
yes i try to log out
tntsimo
tntsimoOP2w ago
iphone login same problem
tntsimo
tntsimoOP2w ago
No description
tntsimo
tntsimoOP2w ago
It show how much GB Is used on the server any idea?
CJPeckover
CJPeckover2w ago
Have you set the Immich url in the app?
tntsimo
tntsimoOP2w ago
yes the gb are correct so is connected to the server
NoMachine
NoMachine2w ago
I wonder, is there anything uploaded to the server for that particular user? also, is there any album configured to be backed up? the logs seems to indicate there's nothing to show
tntsimo
tntsimoOP2w ago
omgggggggggg im dumbbbbbbb
CJPeckover
CJPeckover2w ago
Lol figured it out?

Did you find this page helpful?