Replies: 3 comments 10 replies
-
The Check your Mac for the file permissions: # From the Powerwall-Dashboard folder
ls -l
# check influxes
ls -l influxes If you see different users, that is a problem. You can fix it with something like this (replace Jason with your username): # fix user ownership on files recursively
sudo chown -R Jason dashboards
# restart stack
./compose-dash stop
./compose-dash.sh up -d
# more troubleshooting? look at the logs
docker logs influxdb |
Beta Was this translation helpful? Give feedback.
-
Thanks for the assistance, Jason. I set a fresh install on my Intel Mac mini this morning. The command 'ls -l' shows a user on that system that I expected to see. The command 'ls -l influxes' gives a no such file or directory message. I'll let the new install run a few hours and then back up the Synology system to the tar file and move to the Mac mini and try the restore again. If it fails again I'll try the 'chown' command and check the logs. |
Beta Was this translation helpful? Give feedback.
-
I am having a similar problem, i followed the backup and restore guide, but none of my data is there. If i back up the data directly using the influx commands I get an archive of about 145MB, is I use the back up script I get a back up of 6.5KB |
Beta Was this translation helpful? Give feedback.
-
I've gone through the backup steps a couple of times and each time I am left with a non-functioning Powerwall-Dashboard.
I have Powerwall-Dashboard running successfully on my Synology. I got a new Mac mini for Christmas so decided to install Powerwall-Dashboard on my old one. I first installed Docker Desktop and then used the setup.sh to install Powerwall-Dashboard on the Intel Mac mini. The system starts up fine and data is collected from my Powerwalls.
So on the Synology I run the backup.sh to do the backup and move the resulting file to the Mac mini into the backups folder. The README says backup but the dir is actually backups. I shut down the running Powerwall-Dashboard on the Intel Mac mini and use the tar command from the Powerwall-Dashboard folder. I'm not sure it is actually working but I get no errors. However the command output looks like -
✔ Container influxdb Stopped 0.1s
billr@billrs-Mac-mini Powerwall-Dashboard % tar -Jxvf /Users/billr/Powerwall-Dashboard/backups/Powerwall-Dashboard.2024-01-03.tar
x influxdb/
x influxdb/dropcq.sql
x influxdb/run-once-2.8.0.sql
x influxdb/run-once-2.8.3.sql
x influxdb/run-once-2.9.2.sql
x influxdb/meta/
x influxdb/meta/meta.db
x influxdb/data/....
Note the 'x' before each item. Does that indicate an error? In any case something must be getting replaced as when I start the Powerwall-Dashboard I get no errors on startup but no data is seen.
The data source for influxdb shows the error -
As I said I did this twice now each time starting fresh on the Intel Mac mini with fresh tar files from my Synology and fresh Powerwall-Dashboard setup. So my questions would be has anyone done this successfully (I'm sure that's the case) and what is wrong with the way I am doing it?
Beta Was this translation helpful? Give feedback.
All reactions