-
Notifications
You must be signed in to change notification settings - Fork 11
Antonis Christofides edited this page Nov 5, 2019
·
2 revisions
loggertodb only uploads recent data (i.e. after the latest already stored date in the time series). There are two ways to do what you want:
The first way is manually. Download the time series data, add the older data to the time series, and re-upload the entire time series data, selecting "Discard any already existing data and replace them with this file".
The second way is to empty the time series (see below) and let loggertodb re-upload all the data. This will only work if the file(s) from where loggertodb reads the data contain all the data.
Currently it's a bit tricky.
- Create a file that contains only a newline character (e.g. on Windows, open Notepad, hit Enter to enter an empty line, and save the file.)
- Upload this file as if it was time series data, selecting "Discard any already existing data and replace them with this file".
