Local Nominatim and DB Error: insufficient permissions

Hi guys, hope someone can help me with the problem of my local nominatim installation. I’ve installed nominatim as described in wiki but after all when i’m trying to search some address it will return long trace that i can’t figure out what to do with it. It’s long but i think it should be posted as is to provide more info to you.

PS: looks like its permission problem but i don’t know how to fix it - i’ve created user as mentioned in wiki and didn’t change connection string.

Fixed this one

sudo su postgres
psql -d gazetteer
GRANT ALL PRIVILEGES ON country_name TO PUBLIC;