From f9e99ddfe5e7e471bb56442abe780138a8aadf4d Mon Sep 17 00:00:00 2001 From: Vikash Kothary Date: Thu, 13 Oct 2022 20:34:30 +0100 Subject: [PATCH] docs: Document how to migrate data from tsudoko's sync server --- docs/src/migrate_from_tsudoko.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 docs/src/migrate_from_tsudoko.md diff --git a/docs/src/migrate_from_tsudoko.md b/docs/src/migrate_from_tsudoko.md new file mode 100644 index 0000000..3d14705 --- /dev/null +++ b/docs/src/migrate_from_tsudoko.md @@ -0,0 +1,17 @@ +## Migrate Data from Tsudoko's anki-sync-server + +This project continues on from tsudoko's work. I believe there's been no changes to the data store since the tsudoko's version as such you can update the server code and have everything work as it should. + +1. Make a copy for the data of cards[configued in the ankisyncd.conf]. + +2. Uninstall the old version[tsudoko] and install the one provided by ankicommunity. + +3. Update the ankisyncd.conf, change it's data_root to the copy's path in step 1. + +4. Add a user as same as the older one. + +5. Restart the service. + +6. Sync data, choose either side you want to keep. + +If you have any issues, please feel free to raise it in this ticket: https://github.com/ankicommunity/anki-sync-server/issues/96. \ No newline at end of file