this post was submitted on 16 Dec 2023
208 points (97.3% liked)

Selfhosted

60253 readers
821 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:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details.

Resources:

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

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

I know we had posts like this before, but Immich deserves ๐Ÿ‘

One more update, one less container, the best Google Photos alternative, its just amazing!!

Don't forget to edit your docker-compose before updating

you are viewing a single comment's thread
view the rest of the comments
[โ€“] agimus@startrek.website 1 points 2 years ago (2 children)

I am a bit confused what is meant by:

"You can do this by connecting to the immich database as a superuser and running..."

How do I connect to the database exactly?

[โ€“] doeknius_gloek@feddit.de 6 points 2 years ago

Use something like pgAdmin, DBeaver or the pg cli to connect to your postgres instance. Then run the command from the changelog as a SQL query.

You only need to do this in a specific scenario, "Note: If you are running your database with a non-superuser role for Immich"

If you're running the docker stack that immich provides you don't need to do this.