#Hide Faces Feature

1 messages · Page 1 of 1 (latest)

cyan pollen
#

I accidentally hid some faces with the new Show & Hide faces feature and i want to get them back.

shut gazelle
#

Do you have more than 500 faces ?

cyan pollen
#

probably yea

shut gazelle
#

Unfortunately for now, there’s not straightforward solution and you have to update manually your database

cyan pollen
#

is there a fix in the foreseeable future

shut gazelle
#

Of course !

#

It’s the number 4.a here

cyan pollen
#

good to hear that thank you very much!

shut gazelle
#

You’re welcome 😁

cyan pollen
#

When does the bug get fixed?

shut gazelle
#

🤷🏻‍♂️

cyan pollen
shut gazelle
#

Do you have some experience with postgres and psql ?

cyan pollen
#

yea a little

cyan pollen
shut gazelle
#

Nice

#

Should be easy with dbeaver

#

Connect to your immich database, go to the "person" table

#

All the people you hid have the isHidden row set to true

#

If you have set a name to the person you accidentally hid, it should be easy to find

cyan pollen
#

thanks. do you know what the credentials for the database are

shut gazelle
#

If you didn't set a name, my recommendation would be to set false to all isHidden entries

#

No, but you can find it in your .env file 😉

#

If you didn't change it, the username and password should be postgres

cyan pollen
#

still cant connect, also treid the hostname from the .env file. any tipps

shut gazelle
#

Yes don't use localhost

#

use directly your ip address

cyan pollen
#

do you have any idea why i still doesnt work

shut gazelle
#

Are you sure you used the correct password ?

cyan pollen
#

yes i am

cyan pollen
#

The issue still isnt resolved and i cant connect to the database could you take a look at that one more time?

shut gazelle
#

Can you try to query your table in your Postgres docker ?

wooden sluice
#

Normally the DB shouldnt be exposed to the outside by default
Probably the port isnt open, but you could temporarily change that

cyan pollen
#

Can you explain how?

sand coral
cyan pollen
#

like this?

#

environment:
POSTGRES_PASSWORD: ${DB_PASSWORD}
POSTGRES_USER: ${DB_USERNAME}
POSTGRES_DB: ${DB_DATABASE_NAME}
PG_DATA: /var/lib/postgresql/data
expose:
- "5432"

#

sorry the markdown editing kicks in

wooden sluice
wooden sluice
#

should be the same though