I’m using the Immich app from TrueNAS, how do I properly update it? Or is it being taken care off by TrueNAS?
Edit: I asked on the TrueNAS discord for help and someone who already updated their Immich figured out how to fix the installation afterwards. I copy&paste the guide here:
This guide assumes that Heavyscript is installed and pgAdmin.
https://github.com/Heavybullets8/heavy_script
https://truecharts.org/charts/stable/pgadmin/
Upgrade Immich to v.1.95.1.
If Immich fails to deploy check the logs heavyscript pod --logs immich
. If the logs complain that indexes need to be deleted continue with this guide.
Access the shell for the postgres pod heavyscript pod -s immich
.
Select the postgres
pod.
Inside the pod run env
and record the password. Then type exit
to exit the pod.
Get the DNS address and port for Immich postgres pod. heavyscript dns -a
Launch pgAdmin and right-click on Servers
select Register > Server
.
In the Connection
tab put the hostname and port from step 6. The username is immich and use the password from step 3.
Once connected create a backup by expanding Servers > Immich > Databases
and right-click on immich
then select Backup...
. Follow the prompts to create a backup.
Right-click on immich
and select Query Tool
.
Use the following query to delete your indexes.
FROM pg_index X JOIN
pg_class I ON I.oid = X.indexrelid JOIN
pg_am A ON A.oid = I.relam
WHERE A.amname = 'vectors';
Stop Immich with heavyscript heavyscript app --stop immich
.
Once all pods have scaled down start Immich heavyscript app --start immich
.
The SQL query will complain about a syntax error but it will work regardless. It just takes some time to redeploy immich.
Credit goes to @verbalsiegeengine on Discord
Read the links of the comment you are replying to.
TrueNAS Scale
I was talking about law making not you specifically.
Waiting for the perfect solution that might never come without doing anything in the meantime accomplishes nothing.
I love seeing recap statistics:
It does not include Mastodon. Everything that has implemented the ActivityPub protocol is called the Fediverse.
But they do, don’t they? mozilla.social
Crossposting does exist on Lemmy.
This is nice, I just added them to both of my communities
For Lemmy there are multiple web apps such as Photon, Tesseract, Alexandrite, mlmym.
For Android I use Sync for Lemmy.
The ability to make comments on my profile private so that no one can see what else you commented when someone goes to your profile.
I use Megalodon for Mastodon and Sync for Lemmy.
You can edit links and titles on Lemmy.
It does feel a little dead here.
This is also partly to blame on the sorting algorithm. There is an active PR to improve this https://github.com/LemmyNet/lemmy/pull/3378 (Relevant issue: https://github.com/LemmyNet/lemmy/issues/3622)
lemmy.fmhy.ml is down and all its communities are obviously missing as well. That might be it
They stated themselves that it was for price reasons.
Internally they do block that but the problem are people outside the network sending something to a .mil address and mistyping.
Yep the power to choose the algorithm you want to use is so nice.