On Wednesday, January 3, 2018 at 2:39:04 PM UTC-8, Chris Alemany wrote: > > 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. > > > Why have a db on the remote webserver at all ?
I use sqlite on my LAN-only weewx box, and the 'rsync' feature in weewx to push the locally-generated output files and up to my Amazon lightsail internet-facing VM. No need for any database at all on the Internet VM, just nginx serving the files. -- 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.
