David Albrecht
David Albrecht
Hmm, closer, but not quite right. I'd really like to figure this out, and I have a few ideas, but it'd be easier if I had access to the data....
Thanks for the data export! This turned out to be a bit trickier than I had first anticipated, but I've got it figured out. The challenge is that Influx v1...
Great! I should have put the DROP statements before the creations to avoid that error, but renaming it is perfectly fine. Next we'll need to create CQs and backfills for...
Hey @acloaf, has the power monitor been running? I am not seeing any newer data in the database export. 
That's odd - for some reason, it's not including any additional data. Can you try to remove `/tmp/backup_dir` first with `rm -r /tmp/backup_dir`? Maybe it's refusing to backup to the...
So odd - still the same for me. Maybe try to remove the start and db flags, so just: ```bash influxd backup -portable /tmp/new_backup_dir tar -czf ~/new-database-backup.tar.gz /tmp/new_backup_dir cp new-database-backup.tar.gz...
Ok - that's a good thing! All the previous DB exports were about 5 MB. If that doesn't work, I'd suggest to add back in the -start flag with the...
Sorry about the wait! I was away over the long Labor Day weekend and am revisiting this now. The new database export worked this time. For your CT2's power appearing...
Hi @2rkoester, it is possible to install on Bookworm, but you'll want to create a Python virtual environment and set the project up inside it. You can do so like...
> Thank you, I will give that a try. Also do you have any suggestions on how to edit the config.toml file when using a mounted network drive for backup...