npm run migrate
docker compose cp [DATA_FILE_PATH]/. geodb:var/lib/postgresql/data
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.
npm run migrate
docker compose cp [DATA_FILE_PATH]/. geodb:var/lib/postgresql/data
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.