On Monday, January 1, 2018 at 12:56:27 PM UTC-8, Chris Alemany wrote: > > Is it possible to have a concurrent 'clone' of the local database and a > remote database? > > Switching to mysql will get you that kind of functionality, albeit at the added complexity and compute capacity needs that mysql brings with it.
(cloud example - amazon RDS with multi AZ enabled is essentially this) I guess the question is how important it is to you. Many folks just make periodic db dumps of their sqlite3 db(s) and stash them in Dropbox or the like. There's something to be said for the simplicity of sqlite3. -- 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.
