From e02ada586c29bdfc23442aafd13f2000b7f3a2d5 Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Wed, 28 Nov 2012 10:00:49 +0100 Subject: Update doc regarding the kittystore-download21 script --- doc/database.rst | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'doc/database.rst') 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. -- cgit