From c11cbed46797151dbe0e65650ba7872d6016bab2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Wed, 30 Dec 2020 09:47:15 +0100 Subject: [PATCH] Document caching --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8b53e3d..de49c1d 100644 --- a/README.md +++ b/README.md @@ -29,3 +29,5 @@ myself. Pull requests are still welcome though. 4. Start `rt2zammad.py` to perform the migration. 5. Verify the migration results. 6. In case you need to roll back Zammad, please follow https://community.zammad.org/t/reset-database-to-start-from-zero/326 + +Note: The RT content is cached in `rt2zammad.cache`. In case the RT is still receiving updates, you might want to delete the file for consequent runs.