I can't restore my Teslalogger.
Hello :)
Teslalogger runs in Docker for me
I selected the Mysqldump file as described in the instructions for restoring. After about 10 minutes the following message appears: filename: Size compressed
I also unpacked the file but then a white window appears after a short time.
There is nothing in the log.
Docker or raspberry 3 / 4?
Docker
I have now copied the entire TeslaLogger folder. This works now but Grafana doesn't start. I ran chmod 777 TeslaLogger/GrafanaDB and also updated Compose.yaml according to the instructions. Message remains and Grafana does not start
the Grafana container always restarts. I have already deleted it and re-pulled it but no change
I have the same problem. I tried to restore a backup. Once from a Raspberry Pi 3 to a Docker instance and vice versa, both times the same message appeared in the browser: filename: Size compressed:
Logfile: StartTime: 8/10/2024 5:32:28 PM Database sizes: DB teslalogger 14.08.2024 06:38:37 : restore_upload.php! 14.08.2024 06:38:37 : Filesize compressed: 14.08.2024 06:39:37 : restore_upload.php! 14.08.2024 06:39:38 : Filesize compressed: 14.08.2024 07:00:11 : TeslaLogger process statistics
What size is your backup.gz file?
What size is your backup.gz file?
131.8 MB
This might be above some Apache and/or php limits, I know I had issues there and restored manually with dbeaver. I‘ll try to check.
How can I perform the restore with Dbeaver?
How can I perform the restore with Dbeaver?
I successfully restored the database using this tutorial Tutorial
- unpack mysqldump20240820010001.gz to mysqldump20240820010001 and add .sql extension mysqldump20240820010001.sql
- give dBeaver a lot of ram https://github.com/dbeaver/dbeaver/wiki/Command-Line#vm-arguments
- open SQL script for your TeslaLogger connection
- load mysqldump20240820010001.sql and execute
does someone call help me solving uploading a 290Mb database