66#
77# PURPOSE:
88# Automated setup script for InfluxDB 3 with intelligent installation method
9- # selection and environment-aware configuration management. This script is
9+ # selection and environment-aware configuration management. This script is
1010# designed to be run for quick installation and non-production evaluation.
1111#
1212# INSTALLATION METHODS:
7272# CONFIGURATION OPTIONS:
7373# Command Line Arguments:
7474# [enterprise] Install Enterprise edition (default: Core)
75- # --version VERSION Specify InfluxDB version (default: 3.7 .0)
75+ # --version VERSION Specify InfluxDB version (default: 3.8 .0)
7676#
7777# Interactive Prompts (Binary Installation):
7878# Installation Type: Docker Compose or Binary
@@ -166,7 +166,7 @@ PORT=8181
166166
167167# Set the default (latest) version here. Users may specify a version using the
168168# --version arg (handled below)
169- INFLUXDB_VERSION=" 3.7 .0"
169+ INFLUXDB_VERSION=" 3.8 .0"
170170EDITION=" Core"
171171EDITION_TAG=" core"
172172
@@ -1223,7 +1223,7 @@ case "$INSTALL_TYPE" in
12231223printf " Visit:${BLUE} https://www.docker.com/${NC} \n\n"
12241224exit 1
12251225fi
1226-
1226+
12271227# Set default installation directory
12281228 DOCKER_DIR=" $HOME /.influxdb/docker"
12291229
16151615printf " ┌────────────────────────────────────────────────────────────────────────────────────────┐\n"
16161616printf " │ Looking to use a UI for querying, plugins, management, and more? │\n"
16171617printf " │ Get InfluxDB 3 Explorer at${BLUE} https://docs.influxdata.com/influxdb3/explorer/#quick-start${NC} │\n"
1618- printf " └────────────────────────────────────────────────────────────────────────────────────────┘\n\n"
1618+ printf " └────────────────────────────────────────────────────────────────────────────────────────┘\n\n"