radicale2: improve INSTALL.msg
Radicale 2.x users should normally not need to migrate data.
This commit is contained in:
parent
cf0183848f
commit
6a7b121429
2 changed files with 5 additions and 13 deletions
|
@ -1,12 +1,4 @@
|
||||||
If you want to switch from 1.x.x, there are couple steps:
|
You are installing the 2.x version of radicale.
|
||||||
|
If you need to migrate data, use the radicale 1.x package.
|
||||||
- Disabling the radicale 1.x service
|
For more information, refer to the official radicale migration guide:
|
||||||
- (Optionally) backing up the radicale 1.x collections in /var/lib/radicale
|
<https://radicale.org/1to2/>
|
||||||
- Moving the old collections to a location that will not conflict with radicale 2.x
|
|
||||||
- Exporting the radicale 1.x collections in the 2.x format to /var/lib/radicale
|
|
||||||
(--export-storage path/to/empty/folder)
|
|
||||||
- Installing radicale 2.x (removing radicale 1.x)
|
|
||||||
- Enabling the radicale 2.x service
|
|
||||||
- (Optionally) removing the radicale 1.x collections once radicale 2.x service is confirmed to work
|
|
||||||
|
|
||||||
More info at http://radicale.org/1to2/
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'radicale2'
|
# Template file for 'radicale2'
|
||||||
pkgname=radicale2
|
pkgname=radicale2
|
||||||
version=2.1.11
|
version=2.1.11
|
||||||
revision=1
|
revision=2
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="Radicale-${version}"
|
wrksrc="Radicale-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
|
|
Loading…
Reference in a new issue