Skip to content

Commit

Permalink
do not activate h3 by default for backward compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
NyakudyaA committed Aug 5, 2023
1 parent 10d8854 commit 6ee4b9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/env-data.sh
Original file line number Diff line number Diff line change
Expand Up @@ -278,9 +278,9 @@ function postgres_ssl_setup() {

if [ -z "${POSTGRES_MULTIPLE_EXTENSIONS}" ]; then
if [[ $(dpkg -l | grep "timescaledb") > /dev/null ]];then
POSTGRES_MULTIPLE_EXTENSIONS='postgis,hstore,postgis_topology,postgis_raster,pgrouting,h3,h3_postgis,timescaledb'
POSTGRES_MULTIPLE_EXTENSIONS='postgis,hstore,postgis_topology,postgis_raster,pgrouting,timescaledb'
else
POSTGRES_MULTIPLE_EXTENSIONS='postgis,hstore,postgis_topology,postgis_raster,pgrouting,h3,h3_postgis'
POSTGRES_MULTIPLE_EXTENSIONS='postgis,hstore,postgis_topology,postgis_raster,pgrouting'
fi
fi

Expand Down

0 comments on commit 6ee4b9e

Please sign in to comment.