Skip to content
Antonis Christofides edited this page Nov 5, 2019 · 2 revisions

How can I upload older data with loggertodb?

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:

1. Manual

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".

Screenshot

2. Delete all data and let loggertodb re-upload it.

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.

How do I empty a time series?

Currently it's a bit tricky.

  1. 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.)
  2. Upload this file as if it was time series data, selecting "Discard any already existing data and replace them with this file".

Screenshot