aboutsummaryrefslogtreecommitdiff
path: root/nixos/doc/manual/release-notes/rl-1709.xml
diff options
context:
space:
mode:
authorAneesh Agrawal <aneeshusa@gmail.com>2017-09-18 01:46:07 -0700
committerAneesh Agrawal <aneeshusa@gmail.com>2017-09-18 09:11:36 -0700
commit28c2cea847026b62c4215aaaa808ee561d8b04ad (patch)
treec180cde3d2e757c0687115eb7251fcaf160a4aad /nixos/doc/manual/release-notes/rl-1709.xml
parent61de150aa8c2b6dab46cf0a3344f5df641bdc5eb (diff)
radicale: Test migration functionality
This also provides an example of how to migrate.
Diffstat (limited to 'nixos/doc/manual/release-notes/rl-1709.xml')
-rw-r--r--nixos/doc/manual/release-notes/rl-1709.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/doc/manual/release-notes/rl-1709.xml b/nixos/doc/manual/release-notes/rl-1709.xml
index 35534af1f1dc..55b39209f0d5 100644
--- a/nixos/doc/manual/release-notes/rl-1709.xml
+++ b/nixos/doc/manual/release-notes/rl-1709.xml
@@ -107,7 +107,7 @@ rmdir /var/lib/ipfs/.ipfs
The <literal>mysql</literal> default <literal>dataDir</literal> has changed from <literal>/var/mysql</literal> to <literal>/var/lib/mysql</literal>.
</para>
<para>
- Radicale's default package has changed from 1.x to 2.x. Instructions to migrate can be found <link xlink:href="http://radicale.org/1to2/"> here </link>. It is also possible to use the newer version by setting the <literal>package</literal> to <literal>radicale2</literal>, which is done automatically when <literal>stateVersion</literal> is 17.09 or higher. The <literal>extraArgs</literal> option has been added to allow passing the data migration arguments specified in the instructions.
+ Radicale's default package has changed from 1.x to 2.x. Instructions to migrate can be found <link xlink:href="http://radicale.org/1to2/"> here </link>. It is also possible to use the newer version by setting the <literal>package</literal> to <literal>radicale2</literal>, which is done automatically when <literal>stateVersion</literal> is 17.09 or higher. The <literal>extraArgs</literal> option has been added to allow passing the data migration arguments specified in the instructions; see the <filename xlink:href="https://github.com/NixOS/nixpkgs/blob/master/nixos/tests/radicale.nix">radicale.nix</filename> NixOS test for an example migration.
</para>
</listitem>
<listitem>