summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorAurélien Bompard <aurelien@bompard.org>2012-11-28 10:00:49 +0100
committerAurélien Bompard <aurelien@bompard.org>2012-11-28 10:00:49 +0100
commite02ada586c29bdfc23442aafd13f2000b7f3a2d5 (patch)
tree615be5b8137548a3f084bc1e8ddcc26d7c757fae /doc
parent573cc28e409d69f4ec9737c6de8f36da5146ef32 (diff)
downloadhyperkitty-e02ada586c29bdfc23442aafd13f2000b7f3a2d5.tar.gz
hyperkitty-e02ada586c29bdfc23442aafd13f2000b7f3a2d5.tar.xz
hyperkitty-e02ada586c29bdfc23442aafd13f2000b7f3a2d5.zip
Update doc regarding the kittystore-download21 script
Diffstat (limited to 'doc')
-rw-r--r--doc/conf.py2
-rw-r--r--doc/database.rst11
2 files changed, 6 insertions, 7 deletions
diff --git a/doc/conf.py b/doc/conf.py
index 5b36009..a32ece3 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -50,7 +50,7 @@ copyright = u'2012, HyperKitty Developers'
# The short X.Y version.
version = '0.1'
# The full version, including alpha/beta/rc tags.
-release = '0.1.1'
+release = '0.1.2'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
diff --git a/doc/database.rst b/doc/database.rst
index 56b1fa4..c09f132 100644
--- a/doc/database.rst
+++ b/doc/database.rst
@@ -11,13 +11,12 @@ created using the following command::
KittyStore's database will be created automatically on first access.
Then, you can run ``kittystore-import`` to import existing archives into the
-mailman database. Thoses archives can be downloaded by a script similar to the
-``get_mbox.py`` script provided in the ``kittystore`` module. If you're
-installing hyperkitty on the machine which hosted the previous version of
-mailman, the archived are already available locally and you can use them
-directly.
+mailman database. Thoses archives can be downloaded by calling
+``kittystore-download21``. If you're installing hyperkitty on the machine which
+hosted the previous version of mailman, the archives are already available
+locally and you can use them directly.
-.. warning::
+.. note::
If you're using SQLite and you're getting "Database is locked" errors, stop
your webserver during the import.