The biggest change is in the database API to allow new databases to be installed as an extension. An extension for support of
PostgreSQL is available as a proof-of-concept.
All changes listed at the bottom.
pip
To install the beta version using pip, use the command:
Debian
For Debian, go into /etc/apt/sources.list.d/weewx.list and change the line
to
then proceed as normal
Redhat
Redhat is similar. Edit the file /etc/yum.repos.d/weewx.repo and change the line that reads
to
then proceed as normal
Change list
Moved database-specific code into the `weedb` module. This is in anticipation
of allowing new databases to be installed as an extension.