v1.120.0 - 50.000 Stars Release #13953
Replies: 8 comments 23 replies
-
I realize this is probably a very simple question, but does the built in database back up mean that I can remove the following section from my docker-compose.yml file? backup: If I can/should remove this, do I just need to run 'sudo docker compose up -d' afterwards? Appreciate the help and any guidance! |
Beta Was this translation helpful? Give feedback.
-
I've encountered an issue after update to this release. When viewing videos on the mobile app, the video starts playing at as expected but the video appears to freeze then a smaller version of the same video plays. The original video appears as a border around the playing, smaller video. Doesn't affect all files. I reinstalled the app but it didn't make a difference. This is happening on iOS and Android App. I will downgrade the server to test when I get a chance. I can provide whatever logs if needed. |
Beta Was this translation helpful? Give feedback.
-
Would this backup feature also create backups for external libraries or just assets uploaded via Immich? |
Beta Was this translation helpful? Give feedback.
-
If I wanted more data safety, and have my backup on a separate disk, is it possible to mount the backup location like this in the docker compose?
Where I have an env variable pointing to a file path to my 2nd hard drive? Edit: For anyone seeing this in the future, I wouldn't recommend doing this. IT DOES work, but docker is pretty flimsy on how it handles volumes that overlap like this. I noticed that my ${UPLOAD_LOCATION} HAD a backups folder, and my ${BACKUP_LOCATION} had the Unless you know docker volume mounting well, probably wait until a feature extension where the backup location is customizable. |
Beta Was this translation helpful? Give feedback.
-
Thank you for adding an automatic db backup feature to immich! This will help so many people recover from a broken update! |
Beta Was this translation helpful? Give feedback.
-
Thank you for this release. I don't know if it's related toi the move to Svelte 5, but the UI feels "snappier". One small semantic comment: I'd call the new feature an automatic DB dump, not automatic DB backup, since it's not really backed up. A backup would be taking this DB dump and storing it somewhere else where it would be safe in case something happened to the machine running Immich. |
Beta Was this translation helpful? Give feedback.
-
Hey! Does the db dump backup still follow the same pattern as it was before (with the added config to the compose file)? With having backups not only for daily, but still keeping weekly and monthly backup stored as well? |
Beta Was this translation helpful? Give feedback.
-
Would restoring db backups via GUI in Settings be a thing soon? #5441 |
Beta Was this translation helpful? Give feedback.
-
v1.120.0 - 50.000 Stars Release
Welcome to release
v1.120.0
of Immich. We've reached 50.000 stars on GitHub. Thank you for your love, support, and contributions to the project.This release introduces a new built-in automatic database dump feature as well as bug fixes and enhancements. Some of the highlights include:
Built-in automatic database backups
This release introduces a mechanism that automatically creates a database dump and is enabled by default. It will run at 2 AM server time and keep the last 14 backups, all of which are configurable. You can find the settings in Administration > Settings > Backup Settings
The database zip files are placed at
<UPLOAD_LOCATION>/backups
.Below is an example of a database backup size for a library with 80_000 assets.
Currently, restores must be done manually, and instructions can be found in the documentation
Timeline location indicator on scrolling
The timeline on the web will now show the Month/Year information while scrolling to better indicate the viewport context.
Screen.Recording.2024-11-06.at.08.46.53.mov
Faster CPU transcoding for HDR videos
Immich now uses a faster tone-mapping implementation developed by the Jellyfin team to map colors from HDR to SDR. During testing, overall transcoding speed improved by as much as 69% for a 4K target resolution. The exact improvement will depend on hardware, source video, and transcoding settings.
Note
Note for third-party Immich distributions: as this filter only exists in jellyfin-ffmpeg, please ensure you use this build instead of a standard FFmpeg build.
Support Immich
If you find the project helpful, you can support Immich by purchasing a product key at https://buy.immich.app.
Cheers! 🍻
What's Changed
🚀 Features
🌟 Enhancements
🐛 Bug fixes
📚 Documentation
🌐 Translations
New Contributors
Full Changelog: v1.119.1...v1.120.0
This discussion was created from the release v1.120.0 - 50.000 Stars Release.
Beta Was this translation helpful? Give feedback.
All reactions