Re: [weewx-user] Modified schema for my sqlite database

2018-02-14 Thread Tryphon Cosinus
I used DB browser for SQlite under Ubuntu to copy the data into the new database. I gave the new database to this command: ../bin/wee_database ../weewx.conf --rebuild-daily and it failed during the process because this command : ../bin/wee_database --check-strings told that the database has n

Re: [weewx-user] Modified schema for my sqlite database

2018-02-13 Thread Tryphon Cosinus
1. I repeated the wee_database command and I see the same log. 2. Total is 8 GB and the current usage is about 2 GB. I have a desktop with 8 GB but to try the command on it I will have to install Weewx. If it helps, I will do. Thank you. Le mardi 13 février 2018 09:11:52 UTC-5, Tom Keffer a écr

Re: [weewx-user] Modified schema for my sqlite database

2018-02-13 Thread Thomas Keffer
1. Are you confident you are seeing the entire log? 2. How much memory does this thing have? Could you try wee_database on something with more memory, such as an RPi? -tk On Tue, Feb 13, 2018 at 6:02 AM, Tryphon Cosinus wrote: > > I use QTS 4.3 (Qnap server) based on Debian. Weewx weather page

Re: [weewx-user] Modified schema for my sqlite database

2018-02-13 Thread Tryphon Cosinus
I use QTS 4.3 (Qnap server) based on Debian. Weewx weather page is fully working in this OS. 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-use

Re: [weewx-user] Modified schema for my sqlite database

2018-02-13 Thread Thomas Keffer
What operating system are you using? I am wondering whether you are seeing the complete log. -tk On Mon, Feb 12, 2018 at 12:42 PM, Tryphon Cosinus wrote: > 1. Yes I used the setup.py method and the database in weewx/archive/ > 2. cd weewx/archive > echo "select count(dateTime) from archive;

Re: [weewx-user] Modified schema for my sqlite database

2018-02-12 Thread Tryphon Cosinus
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

Re: [weewx-user] Modified schema for my sqlite database

2018-01-28 Thread Thomas Keffer
Two things to try: 1. Make sure it is operating on the database you think it is operating on. >From the way you invoked the command wee_database, I assume you used the setup.py method of install, which means, unless you did something unusual, the database should be in /home/weewx/archive/weewx.sdb