Hi everyone,
I'm running weewx 5.1.0 with Debian 12 (bookworm) and upgrading to 5.2.0 failed with the following error:
link to log
Intuitively, I guess it somehow related to this part in my configuration:
[DataBindings]
[[wx_binding]]
# The database must match one of the sections in [Databases].
# This is likely to be the only option you would want to change.
database = archive_sqlite
# The name of the table within the database.
table_name = archive
# The manager handles aggregation of data for historical summaries.
manager = weewx.manager.DaySummaryManager
# The schema defines the structure of the database.
# It is *only* used when the database is created.
# schema = schemas.wview_extended.schema
schema = user.modifications.schema_avec_modifications
[[forecast_binding]]
database = forecast_sqlite
manager = weewx.manager.Manager
table_name = archive
schema = user.forecast.schema
Regards,
Gerard