The "Daily summary tables are at version 4.0" has nothing to do with the 
weewx version.  Just ignore it.

To reconfigure your database you need to do the following (tested with 
sqlite3):

# stop weewx
sudo systemctl stop weewx

# edit weewx.conf to set "schema = weewx.schemas.wview_extended.schema"

# reconfigure the db to use the specified schema
weectl database reconfigure

# copy the new database into place

# create and populate the summary tables
weectl database rebuild-daily

# start weewx
sudo systemctl start weewx

You should have 115 tables when complete.

I don't know the mariadb command to do this, but for sqlite3
echo ".tables" | sqlite3 weewx.sdb | wc -w





On Friday, December 5, 2025 at 2:32:38 AM UTC-8 Zed wrote:

> As mentioned before  "weectl database reconfigure ..." created just a 
> single table "archive" which i moved from weewx_new to weewx.
> All other tables are left as before.
> John Smith schrieb am Freitag, 5. Dezember 2025 um 11:20:03 UTC+1:
>
>> On Fri, 5 Dec 2025 at 21:07, Zed <[email protected]> wrote:
>>
>>> Daily summary tables are at version 4.0.
>>
>>
>> I don't think this is the same as the weeWX version.
>>
>> Did the daily summary tables get created after all that? 
>>
>

-- 
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 [email protected].
To view this discussion visit 
https://groups.google.com/d/msgid/weewx-user/5ea368b4-4af6-4183-82df-5ba53e6934ben%40googlegroups.com.

Reply via email to