Skip to content

Commit

Permalink
Update InfluxDB import command to show expected errors
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonacox committed Feb 18, 2025
1 parent 57d00dd commit c301e6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions upgrade.sh
Original file line number Diff line number Diff line change
Expand Up @@ -318,8 +318,8 @@ done
echo " up!"
sleep 2
echo ""
echo "Add downsample continuous queries to InfluxDB..."
docker exec --tty influxdb sh -c "influx -import -path=/var/lib/influxdb/influxdb.sql" &> /dev/null
echo "Add downsample continuous queries to InfluxDB ('already exist' errors expected)..."
docker exec --tty influxdb sh -c "influx -import -path=/var/lib/influxdb/influxdb.sql"
cd influxdb
for f in run-once*.sql; do
if [ ! -f "${f}.done" ]; then
Expand Down

0 comments on commit c301e6c

Please sign in to comment.