Skip to content

Commit

Permalink
Merge pull request #9 from cwagz/main
Browse files Browse the repository at this point in the history
Update backup.sh
  • Loading branch information
jasonacox authored Mar 1, 2022
2 parents ff3926b + d3b501f commit 7e4db61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backups/backup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ echo "Creating InfluxDB Backup"
cd ${DASHBOARD}
mkdir -p influxdb/backups
chmod g+w influxdb/backups
docker exec -it influxdb influxd backup -database powerwall /var/lib/influxdb/backups
docker exec influxdb influxd backup -database powerwall /var/lib/influxdb/backups

# Backup Powerwall-Dashboard
echo "Backing up Powerwall-Dashboard (influxdb grafana)"
Expand Down

0 comments on commit 7e4db61

Please sign in to comment.