usaspending-api icon indicating copy to clipboard operation
usaspending-api copied to clipboard

docker-compose run --rm usaspending-manage python3 -u manage.py migrate ---- relation "transaction_search" does not exist

Open ntstech opened this issue 6 months ago • 0 comments

At this step on new install on Centos 9 which is the only system that can be downloaded now, I have made it through all the previous steps and will be putting a full how to when done - but at this step - docker-compose run --rm usaspending-manage python3 -u manage.py migrate it erros with: Applying search.0014_additional_transaction_search_cols...Traceback (most recent call last): File "/usr/local/lib/python3.8/site-packages/django/db/backends/utils.py", line 84, in _execute return self.cursor.execute(sql, params) psycopg2.errors.UndefinedTable: relation "transaction_search" does not exist

I am using the Master Repository for this build. ANY help would be appreciated, even if it is start over and use XYZ.

ntstech avatar Aug 12 '24 03:08 ntstech