usaspending-api
usaspending-api copied to clipboard
docker-compose run --rm usaspending-manage python3 -u manage.py migrate ---- relation "transaction_search" does not exist
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.