Is it possible to have a concurrent 'clone' of the local database and a remote database?
--
You received this message because you are subscribed to a topic in the Google Groups "weewx-user" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/weewx-user/xCWvbw-4l_I/unsubscribe.
To unsubscribe from this group and all its topics, send an email to weewx-user+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Gary
The weeWX StdArchive service (the service that handles the database) uses a single database binding so a standard weeWX install will use one or the other. Thinking outside the box though, it may be possible to run a 2nd StdArchive service with a different binding (which is similar to how weeWX-WD supports its database) to use a db of another flavour, but it's not going to be a simple case of just change this setting and it's up and running. It's going to take a little development.
The why on keeping the sqlite database would be for its ‘local’ benefits. Easy backup, easy access, simple administration. The remote site is a web server and so the mySQL database is more appropriate for that setting anyway and backups are harder to do from a user perspective.
--
--
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 weewx-user+...@googlegroups.com.