Document caching

This commit is contained in:
Michal Čihař 2020-12-30 09:47:15 +01:00
parent 68a0e93b79
commit c11cbed467

View file

@ -29,3 +29,5 @@ myself. Pull requests are still welcome though.
4. Start `rt2zammad.py` to perform the migration. 4. Start `rt2zammad.py` to perform the migration.
5. Verify the migration results. 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 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.