1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-06-29 16:55:32 +00:00

Bump Radicale 1.1.4 to 1.1.5

This commit is contained in:
Unrud 2017-07-24 02:56:48 +02:00
parent 680e73989d
commit 1f698c6df0

View file

@ -40,16 +40,16 @@ locks**. Other storage types can be used by creating
[plugins]({{ site.baseurl }}/plugins/). [plugins]({{ site.baseurl }}/plugins/).
To migrate data to Radicale 2.x.x the command line argument 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 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 ``--export-storage path/to/empty/folder``. Radicale will export the storage
into the specified folder. This folder can be directly used with the into the specified folder. This folder can be directly used with the
default storage backend of Radicale 2.x.x. 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 ```shell
$ python3 -m pip install --upgrade radicale==1.1.4 $ python3 -m pip install --upgrade radicale==1.1.5
``` ```
### Authentication ### Authentication