Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8641dd7

Browse files
authored
chore: point install script to 3.8.0 (#27030)
1 parent024dda5 commit8641dd7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

‎install_influxdb.sh‎

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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:
@@ -72,7 +72,7 @@
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"
170170
EDITION="Core"
171171
EDITION_TAG="core"
172172

@@ -1223,7 +1223,7 @@ case "$INSTALL_TYPE" in
12231223
printf"Visit:${BLUE}https://www.docker.com/${NC}\n\n"
12241224
exit 1
12251225
fi
1226-
1226+
12271227
# Set default installation directory
12281228
DOCKER_DIR="$HOME/.influxdb/docker"
12291229

@@ -1615,4 +1615,4 @@ fi
16151615
printf"┌────────────────────────────────────────────────────────────────────────────────────────┐\n"
16161616
printf"│ Looking to use a UI for querying, plugins, management, and more? │\n"
16171617
printf"│ Get InfluxDB 3 Explorer at${BLUE}https://docs.influxdata.com/influxdb3/explorer/#quick-start${NC} │\n"
1618-
printf"└────────────────────────────────────────────────────────────────────────────────────────┘\n\n"
1618+
printf"└────────────────────────────────────────────────────────────────────────────────────────┘\n\n"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp