Replies: 3 comments 20 replies
-
Hi @MattMake, you can install using the # on old host
cd Powerwall-Dashboard
# stop influxdb to ensure nothing is being written
docker stop influxdb
# create archive
sudo tar -zcvf snapshot.tgz influxdb
# start influxdb back up
docker start influxdb
# copy snapshot.tgz to new host
# on new host - after setup, shut down stack
cd Powerwall-Dashboard
./compose-dash.sh stop
sudo tar -zxvf snapshot.tgz
./compose-dash.sh up -d |
Beta Was this translation helpful? Give feedback.
-
I know this is a long-shot, but I was attempting to back up the influxdb and I think I overwrote it with a prior save. Any chance of this data in another location or restore from log file or something? |
Beta Was this translation helpful? Give feedback.
-
Ditto here! ;-) |
Beta Was this translation helpful? Give feedback.
-
I tested this on one PC, and love it. I'm looking to move to a permanent micro-PC running ubuntu / docker, but wanted to know if there was anything specific I should look out for when moving the docker images. Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions