Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 388 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 388 Bytes

Running the migrations

npm run migrate

Making files available in docker

docker compose cp [DATA_FILE_PATH]/. geodb:var/lib/postgresql/data

Loading the csv files into the database tables

Run the sql loading commands from the 'load.sql' file. Omit the "Rollback" commands; they are intended as a safety stop-gap that should be skipped unless needed.