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.
> On Jan 3, 2018, at 2:21 PM, vince <[email protected]> wrote: > > On Wednesday, January 3, 2018 at 2:06:19 PM UTC-8, gjr80 wrote: > 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. > > > > Question I'd wonder about is 'why' - once you work hard enough to use mysql > why not just use mysql ? > > Or is there a use case I'm not seeing somewhere.... > > -- > 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 > <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 > [email protected] > <mailto:[email protected]>. > For more options, visit https://groups.google.com/d/optout > <https://groups.google.com/d/optout>. -- 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.
