[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
database = archive_mysql
# The name of the table within the database
table_name = archive
# The manager handles aggregation of data for historical summaries
manager = weewx.wxmanager.WXDaySummaryManager
# The schema defines the structure of the database.
# It is *only* used when the database is created.
schema = schemas.wview.schema
[[forecast_binding]]
database = forecast_sqlite
[[bmp_binding]]
database = bmp_mysql
table_name = archive
manager = weewx.wxmanager.WXDaySummaryManager
schema = schemas.wview.schema
[[bmp_fore_binding]]
database = bmp_fore_mysql
##############################################################################
# This section defines various databases.
[Databases]
# A SQLite database is simply a single file
[[archive_sqlite]]
database_type = SQLite
database_name = weewx.sdb
# MySQL
[[archive_mysql]]
database_type = MySQL
database_name = weewx
[[forecast_sqlite]]
database_name = forecast.sdb
database_type = SQLite
[[ bmp_mysql]]
database_type = MySQL
database_name = weewxbmp
[[bmp_fore_mysql]]
database_name = forecastbmp
database_type = MySQL
##############################################################################
This is the only one configured with the reporting service.