TIGER import failing, error says "UndefinedTable: relation "location_road_2" does not exist" #2462
-
I've verified the rest of my database is working as intended. I downloaded TIGER data and compiled it from source, and my CSV files look accurate. I even added some print() statements in the To try and debug further, I enabled sql error logging in the
My best guess is that I need to import the base nominatim data with an additional parameter I missed somewhere. I ran the import with the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Did you use |
Beta Was this translation helpful? Give feedback.
Did you use
--drop
during or after the import?