What does the log say? Stop weeWX, start weeWX and let it run for a couple of archive periods. Post the log from startup covering the couple of archive periods.
Gary
sudo cp /var/lib/weewx/weewx.sdb /var/tmp/weewx.sdb.backup
apt-get install sqlite3
sudo sqlite /var/lib/weewx/weewx.sdbsqlite> DELETE FROM archive WHERE dateTime > 1514181600;sqlite> .quit
sudo wee_database --rebuild-daily --from 2017-12-25
--
You received this message because you are subscribed to the Google Groups "weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email to weewx-user+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Try dropping the daily summaries before rebuilding:
sudo wee_database --drop-daily
sudo wee_database --rebuild-daily
Since 3.7.0 (I think) you can usually, but not always, rebuild without first dropping. I think this is one of those exceptions.
Gary
--
You received this message because you are subscribed to a topic in the Google Groups "weewx-user" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/weewx-user/RezDiRbbCks/unsubscribe.
To unsubscribe from this group and all its topics, send an email to weewx-user+unsubscribe@googlegroups.com.
To unsubscribe from this group and all its topics, send an email to weewx-user+...@googlegroups.com.
Gary
I'm not necessarily seeing anything wrong here. I would take it from the top again and this time post the entire log, covering the wee_database operations and weeWX startup and any errors. Better to post an full and complete log rather than disjointed excerpts, far easier to read what is happening. systemctl status is great for looking at the state of the weeWX daemon but not much chop for looking at logs, it is like reading them through a drinking straw.
Gary
--
You received this message because you are subscribed to a topic in the Google Groups "weewx-user" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/weewx-user/RezDiRbbCks/unsubscribe.
To unsubscribe from this group and all its topics, send an email to weewx-user+unsubscribe@googlegroups.com.