You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support Extending powerwall.yml by modifying compose-dash.sh to look for powerwall.extend.yml and including it in docker compose commands.
Change backup.sh to backup.sh.sample.
Modify instructions to indicate that backup.sh.sample should be copied to backup.sh
Copy file name to clipboardexpand all lines: backups/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ Backup the Powerwall-Dashboard folder. In that folder are two important folders:
11
11
12
12
The following shows an example of how to migrate the data (influxdb) from one system to another (see backup.sh):
13
13
14
-
Copy backup.sh.sample to backup.sh, and edit the line that says DASHBOARD="/home/user/Powerwall-Dashboard" to have your dashboard location.
14
+
Copy backup.sh.sample to backup.sh (cp backup.sh.sample backup.sh), and edit the line that says DASHBOARD="/home/user/Powerwall-Dashboard" to have your dashboard location.
0 commit comments