Unable to migrate DB after create
See original GitHub issueI’m trying to stand this up locally and everything is good until I get to the DB migrate step. I have my environmental variables set up in my ~/.bash_profile
I’ve tried making the postgresql database on my own and following the Docker instructions found here: https://github.com/hotosm/tasking-manager/wiki/Dev-Ops#creating-a-local-postgis-database-with-docker
The database is created in both instances but when I run the update I get the following error complaining
column "tsv" of relation "project_info" does not exist
I’m assuming this is because the db is empty and doesn’t have the schema required by tasking-manager.
Is this a correct assumption? How do I init the schema to the db?
I apologize if this is already answered, I couldn’t find an existing issue or anything in the README.md
Thanks!
Issue Analytics
- State:
- Created 6 years ago
- Comments:8 (2 by maintainers)
Top GitHub Comments
Thanks for the replies all!
I will double check my commit and try again
No problem @olearytd. 😃 Always happy to rubber duck an issue with someone.