echo .tables | sqlite3 weewx.sdb--
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+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
OK Thanks Pat and Tom! I got the sdb file migrated over from the old PC onto my RPi PC- it is working and recording new data just fine: HOWEVER (you knew that was coming didn't you?) I am *not* seeing any of the weather data for January 2018 thru July 2018. Curious. I have no idea what is up (or down). When I look at the yearly summary (at bottom of ) index.html file from the 'old' pc all the data for the year is there! When I look at the same summary index file on the Rpi- only August appears. This is certainly no big deal mind you- I'm just hoping I can access all the data in the sdb file for the year 2018.
echo "select datetime(dateTime,'unixepoch','localtime'),dateTime from archive where dateTime > 1535574000 and dateTime < 1535580000 limit 10" ; | sqlite3 weewx.sdb
2018-08-29 13:25:00|15355743002018-08-29 13:30:00|15355746002018-08-29 13:35:00|15355749002018-08-29 13:40:00|15355752002018-08-29 13:45:00|15355755002018-08-29 13:50:00|15355758002018-08-29 13:55:00|15355761002018-08-29 14:00:00|1535576400
Thank you Vince- I get the following reply:bash: syntax error near unexpected token `|
Thanks all- I think I misread/misunderstood the size of the original sdb file- I thought it was big enough to contain all the archived data for the year- I expected it to have all the 2018 data- but it didn't turn out that way. End of this story. /Eric