Closed rustprooflabs closed 1 year ago
The docker exec
command involved is:
docker exec -it \
-e POSTGRES_PASSWORD=mysecretpassword \
-e POSTGRES_USER=postgres \
-u 1000:1000 \
pgosm python3 docker/pgosm_flex.py \
--layerset=minimal \
--ram=2 \
--replication \
--input-file=/app/output/custom_source_file.osm.pbf \
--skip-qgis-style --skip-nested
Python versions that might matter here:
docker exec -it pgosm /bin/bash -c "pip freeze | grep psycopg"
psycopg==3.1.10
psycopg-binary==3.1.10
What version of PgOSM Flex are you using?
Building from latest
main
branch following steps here for ensuring full updates.What did you do exactly?
What did you expect to happen?
The
make
command would complete successfully.What did happen instead?
Truncated output, including versions used.
What did you do to try analyzing the problem?
Verified the issue is scoped to the
--replication
functionality and isn't a wider problem. Running the simpler unit tests suggested in the Makefile succeeds.truncated output