The local pouchdb database at one of my users has gone out of sync with the Couchdb servers.
- Some docs have different revs
- Some docs missing in local pouchdb.
- Some docs missing in remote couchdb.
I have 2 way live sync with retry turned on.
Why does this happen? Does it make sense to copy the docs (get and put) from local to remote and vice versa?
Thanks for your help.