Hi,
is there a possibility to sync the local database to a remote mySQL database? I do not mean the usual push functionality where one basically builds a SQL statement that puts selected data into the remote database but a real "replication" of the local database.
Ideally such a replication keeps track of the last record successfully synced and catches up as soon as the remote database is online again (should it be offline some time). By the way, which database is actually used locally?
Thanks,
Marko
Syncing the local database content to a remote mySQL database
Moderator: Mattk
Re: Syncing the local database content to a remote mySQL database
Meteobridge uses a sqlite3 database and I don't think there are methods of automatically having this replicated with another sqlite3 or even your preferred mySQL database. I think you are asking a bit to much from an embedded device 
