How to duplicate measurement values from one day to another

Hi,
running influx 1.8.1
Problem: system was down for a few days, and now there is a hole in the graphs. (just some temperature, humidity etc values)
Is there an easy way to take the data of the last working day A, and copy it across days B,C,D,E
?

Hello @galaxy,
Welcome!
Hmm that’s not super easy with 1.x.
I recommend querying the data and using something like python and pandas to shift the timestamps/generate new ones and then write the data back to InfluxDB.