Skip to content

Commit 83e04ea

Browse files
committed
Update history script
1 parent bf4ccdf commit 83e04ea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

images/full-history/start.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ download_dump_file() {
4848
# Upload planet + state
4949
# ===============================
5050
upload_planet_file() {
51-
echo "Uploading planet file and updating state.txt..."
51+
echo "Uploading history planet file and updating state.txt..."
5252

5353
if [ "$CLOUDPROVIDER" == "aws" ]; then
5454
AWS_URL=${AWS_S3_BUCKET/s3:\/\//http:\/\/}
@@ -69,11 +69,11 @@ upload_planet_file() {
6969

7070
if [ "$PLANET_EXPORT_METHOD" == "planet-dump-ng" ]; then
7171
download_dump_file
72-
echo "Generating planet file with planet-dump-ng..."
72+
echo "Generating history planet file with planet-dump-ng..."
7373
export PLANET_EPOCH_DATE="$PLANET_EPOCH_DATE"
7474
planet-dump-ng \
7575
--dump-file "$dumpFile" \
76-
--pbf "$local_planetPBFFile"
76+
--history-pbf "$local_planetPBFFile"
7777

7878
elif [ "$PLANET_EXPORT_METHOD" == "osmosis" ]; then
7979
echo "Generating history planet file with osmosis..."

0 commit comments

Comments
 (0)