1. Yes I used the setup.py method and the database in weewx/archive/
2. cd weewx/archive
    echo "select count(dateTime) from archive;" | sqlite3 weewx.sdb      
----->  212000 records
    echo "select count(dateTime) from archive;" | sqlite3 weewx.sdb_new 
     ----->  30 records

Both weewx.sdb and weewx.sdb_new have the same column names except the 
extra ones I created with the schema method described in the guide.

Thank you.

-- 
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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to