User Location Is Not Found

Hi All,

Some users’ locations are not found in the elastic search and couchdb, is there any mechanism to restore lost locations?

Thanks,

Locations are stored only in PostgreSQL. If a user's location doesn't show up here, it's possible it was deleted. I'd check the user document in couchdb to verify that a location is assigned, which you can do here:
/hq/admin/raw_doc/?id=USER_ID
Then if so, I'd look up that location ID to see if it's still around. If it's been archived, you can undo that, but if it's been deleted, then you can't.

Thank you so much @Ethan_Soergel, it must be deleted. It is missing from "locations_sqllocation".