this post was submitted on 20 Apr 2024
118 points (95.4% liked)

Selfhosted

42834 readers
684 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] barbara@lemmy.ml 17 points 10 months ago* (last edited 10 months ago) (4 children)

I mounted that volume the first time I opened immich's compose file, glad they changed it =)

[–] eskuero@lemmy.fromshado.ws 8 points 10 months ago

lol same I like to know exactly where the data is

[–] sabreW4K3@lazysoci.al 6 points 10 months ago

Me too!

- /opt/immich/postgres:/var/lib/postgresql/data
[–] Lem453@lemmy.ca 5 points 10 months ago

Exactly this, my docker host has a folder for docker data. In there are sub folders for each docker app. Borg back grabs the entire docker data folder and backs it up.

If there are any issues, I can easily see all the files.

I have no idea how people trust things like docker volumes with valuable data without the ability to just see into the filesystem easily.

[–] saddlebag@lemmy.world 2 points 10 months ago (1 children)

I’m not using immich in docker. Can you explain what this breaking is there to fix?

[–] barbara@lemmy.ml 7 points 10 months ago

The datbase files were saved in an internal docker directory and the breaking change is that the location is now different, outside of docker.