We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce6945f commit f0f6f5aCopy full SHA for f0f6f5a
bin/v-delete-database-host
@@ -45,6 +45,9 @@ check_hestia_demo_mode
45
46
# Deleting server
47
sed -i "/HOST='$host' /d" "$HESTIA/conf/$type.conf"
48
+# Delete RRD database
49
+rm -fr $HESTIA'/web/rrd/db/'$type'_'$host'.rrd'
50
+rm -fr $HESTIA'/web/rrd/db/'*-$type'_'$host'.*'
51
52
#----------------------------------------------------------#
53
# Hestia #
0 commit comments