Is weewx running on the Raspberry Pi? Weewx on my Raspberry Pi uses MySQL for logging data. I use master/slave replication to duplicate they database on my Windows computer, but it would certainly work on a Linux computer. When either is down it catches up when they are both back up.
Replication is a built in function of MySQL. On Wednesday, December 27, 2017 at 2:46:03 AM UTC-5, Markus wrote: > > Hello, > > i am building up a Raspberry Pi based home made weather station at my > garden house. > The data collecting script will be self written (more to this script here: > https://www.wxforum.net/index.php?topic=22428.0 ) > For a stable system the RasPi will run with a industrial grade microSD > (Transcend High Endurance) and a UPS. > > The weather data will be collected locally on the RasPi but should also be > stored on my Linux server - both are connected via LAN. > The Linux server is also responsible for visualizing the weather data. > > When the Linux server or the RasPi were down, they should synchronize to > the latest available data automatically when they up again. > > My question: > Which approach may be a good solution (and easy maintainable) for this > requirements? > May be a mqtt with two servers be used? > I am happy for every proposal. > > Regards > Markus > > > -- 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]. For more options, visit https://groups.google.com/d/optout.
