Replies: 2 comments 18 replies
-
Current state of the import/migration featureThe import is still buggy in the latest release 2.0.4. Updating Qt lead to some regressions and the import/export using a Zip archive also had some bugs as I haven't tested all cases before. I've already fixed these various details with the commits I've just pushed to the master branch today. Only with that this is expected to work smoothly so I'd wait for the next release or build from master. With this it is really as simple as importing a Zip file. You just have to enable this under "Tweaks" as the default import/export method is not using an archive. You'll also have to enter the encryption password if the archive is encrypted. (By default, the import/export feature let's you select a directory for import/export. Maybe I should change the default to use an archive under Android.) NOT recommended: full database importIf you do a full import with the database, then you have to ensure that the app you exported that database from is stopped and never started again. Otherwise you'll have two different Syncthing devices that claim the same identity but use different databases. That will probably break things. So I do NOT recommend that. (The app will also turn into a red theme like with other potentially dangerous options if you select the full import.) recommended: import only folder and device settingsIf you just import the folder and device settings, then the Syncthing Tray app will simply be another new Syncthing instance (with a different device ID). That new Syncthing instance can be installed alongside any other Syncthing app on the same device (as it will still have a different device ID). This kind of setup doesn't cause any data loss and being able to have multiple apps installed at the same time can be useful for comparing the apps. (You should probably avoid running the two Syncthing instances at the same time, though.) That's also why I recommend only importing folder/device settings. (And that's also how I migrated my own devices. I only uninstalled the Syncthing-Fork app very recently on my devices in response to Catfriend no longer maintaining it. Before that I had both apps installed and also opened the one from Catfriend once in a while.) To be extra safe, all devices and folders are imported in the "Paused" state so you can review what has been imported (and maybe do changes if needed) before Syncthing will do anything. There will also not happen much besides scanning until you accept sharing the folder on at least one other device. Of course I still can't give any guarantees regarding data loss. |
Beta Was this translation helpful? Give feedback.
-
|
I've just migrated my old Nokia 7 Plus with Android 10 that I keep as backup phone and it works (using the version from https://martchus.dyn.f3l.de/shares/apks). I did the following concrete steps:
These concrete steps worked for me. These steps are of course a bit opinionated, e.g.:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have read both docs about migration on syncthing-android and syncthingtray, but still don't get how to do android version migration from syncthing-android to syncthingtray, is it as simple as importing the .zip file?
I can't risk of data loss, so currently i have migrate from catfriend1 last release to nel0x version. But haven't got enough info on how to safely migrate from syncthing-android to syncthingtray android version.
links:
https://github.com/nel0x/syncthing-android-gplay/blob/main/wiki/migration/Switching-from-the-deprecated-official-version.md
https://github.com/Martchus/syncthingtray/blob/master/docs/android.md#migrating-data-from-your-existing-app-setup
Beta Was this translation helpful? Give feedback.
All reactions