-
Notifications
You must be signed in to change notification settings - Fork 126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BUG: Operational error while to trying to load data #273
Comments
I have the same problem. Any insight? |
I also faced this issue:
|
I will take a look on this during the weekend. |
Hey people, this looks more like a problem in your database configuration than something general. Can you add more information on what database you have and if you checked any of the Stackoverflow answers? |
Same issue for me, couldn't find to make it work. I tried Postgres with and without Postgis versions 12, 14, 15 and initial import always fail with same error.
Always fails with:
Full log:
|
Hello @marianoeramirez |
Thanks, that's very helpful for understanding the issue. In the meantime we include any longterm improvement in the code, please drop the index that is generating that problem, from the logs looks like "cities_light_city_search_names_fb77fed2" |
Another alternative is you can use |
#287 fixes the problem with the default configuration for PostgreSQL, to allow the owner of the project decide on the index depending on his use. Closing this ticket for now. |
Hello, I'm trying to load all data on a postgres 13 database, but I run into some Integrity errors and then a operational error, after running the command like this:
python3 manage.py cities_light -v 3 --progress --traceback
I haven't changed any of the default settings. All help is appreciated.
Results:
The text was updated successfully, but these errors were encountered: