diff --git a/1to2.md b/1to2.md index 4d8bcee1..f439706a 100644 --- a/1to2.md +++ b/1to2.md @@ -40,16 +40,16 @@ locks**. Other storage types can be used by creating [plugins]({{ site.baseurl }}/plugins/). To migrate data to Radicale 2.x.x the command line argument -``--export-storage`` was added to Radicale 1.1.4. +``--export-storage`` was added to Radicale 1.1.x. Start Radicale 1.x.x as you would normally do, but add the argument ``--export-storage path/to/empty/folder``. Radicale will export the storage into the specified folder. This folder can be directly used with the default storage backend of Radicale 2.x.x. -You can install version 1.1.4 with: +You can install version 1.1.5 with: ```shell -$ python3 -m pip install --upgrade radicale==1.1.4 +$ python3 -m pip install --upgrade radicale==1.1.5 ``` ### Authentication