s/Migrating/Downsampling

This commit is contained in:
m0duspwnens
2021-06-30 17:53:09 -04:00
parent eb8a030966
commit 108fb12612

View File

@@ -24,7 +24,7 @@ echo -e "\nThis script is used to reduce the size of InfluxDB by downsampling ol
echo -e "\nInfluxDB will now be downsampled. This could take a few hours depending on how large the database is and hardware resources available."
read -r -p "Are you sure you want to continue? [y/N] " yorn
if [[ "$yorn" =~ ^([yY][eE][sS]|[yY])$ ]]; then
echo -e "\nMigrating InfluxDb started at `date`. This may take several hours depending on how much data needs to be downsampled."
echo -e "\nDownsampling InfluxDb started at `date`. This may take several hours depending on how much data needs to be downsampled."
{% for dest_rp in influxdb.downsample.keys() %}