martinmeinke / rlog

Raspberry Pi based logger for KACO Powador inverters
6 stars 0 forks source link

daily backup does not work #21

Closed stylpen closed 11 years ago

stylpen commented 11 years ago

it does not insert the values into backup table. i think this is because of the IDs which already exist in backup table. deleting works!

martinmeinke commented 11 years ago

What about not selecting IDs?

INSERT INTO backup (date, lW)SELECT date, lWFROM current

2013/3/25 stylpen notifications@github.com

it does not insert the values into backup table. i think this is because of the IDs which already exist in backup table. deleting works!

— Reply to this email directly or view it on GitHubhttps://github.com/martinmeinke/rlog/issues/21 .