You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Failed attempt to sync is still overwriting the syncfile when it shouldn’t, causing data to be lost/manipulated.
How to reproduce
On desktop, import custom config and record some data.
Export data as a syncfile
Clean up desktop so that you go back to default configuration
Attempt to sync with syncfile created in (2). It should fail
Import the same custom config used in (1)
Repeat (4). This time it seems like it works (no errors are surfaced), but notice that no database entries are being synced. Only media is synced.
If you look in the kappa.db folder, you’ll see media was successfully transferred over. You’ll also notice that the database file size has changed (probably decreased). Since syncfiles are two-way, step (6) essentially has removed the recorded database data from the syncfile, but the images remain. Those images will get ported over as you continue to use the same syncfile, accumulating “orphaned” images on the machine (i.e. images without associated db data)
Describe the bug
Failed attempt to sync is still overwriting the syncfile when it shouldn’t, causing data to be lost/manipulated.
How to reproduce
Mapeo Version:
Additional context
Video of the issue walkthrough - https://drive.google.com/drive/folders/1nXVOwdwtGdVkwADl2CXV7h1qTYph7gOg
The text was updated successfully, but these errors were encountered: