You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
4 years ago | |
|---|---|---|
| docker | 4 years ago | |
| src | 4 years ago | |
| .gitignore | 4 years ago | |
| README.md | 4 years ago | |
| geodata-catalog.code-workspace | 4 years ago | |
README.md
Requirements
Minimal versions
- python 3.7
- postgresql 12
Known issues
ERROR: duplicate key value violates unique constraint "pg_type_typname_nsp_index" DETAIL: Key (typname, typnamespace)=(headers, 2200) already exists.
at the first database init.
https://www.postgresql.org/message-id/28194.1101582367%40sss.pgh.pa.us
Simple restart seems to fix it.
Use of Alembic might help