diff options
author | Gareth Rees <gareth@mysociety.org> | 2015-03-05 13:29:33 +0000 |
---|---|---|
committer | Gareth Rees <ADD_EMAIL_HERE> | 2015-03-09 09:44:25 +0000 |
commit | a42eec1d3785aab81fc4a26ea740b85867417b54 (patch) | |
tree | 87dbe29d690cc9a042bed9b7f0a54443a96657ac | |
parent | 00a38fa1b6250a4d3a8898116698b4b0b45324b9 (diff) |
Add compact Xapian crontab upgrade notes
-rw-r--r-- | doc/CHANGES.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/CHANGES.md b/doc/CHANGES.md index 40bab6ecf..ea8010d5f 100644 --- a/doc/CHANGES.md +++ b/doc/CHANGES.md @@ -39,6 +39,8 @@ now be translated (Louise Crow). * Fixed a bug with the CSV import of authorities which have the same name in multiple locales (Louise Crow). +* No longer need to restart webserver when compacting Xapian database (Gareth + Rees). ## Upgrade notes @@ -55,6 +57,9 @@ `app/views/request/select_authority.html.erb`, `app/views/public_body/show.html.erb` and `app/views/request/new.html.erb`. +* [Regenerate your crontab](http://alaveteli.org/docs/installing/manual_install/#generate-crontab) + so that compacting the Xapian database only restarts the application, rather + than the webserver. This requires the [appropriate SysVinit script](http://alaveteli.org/docs/installing/manual_install/#generate-application-daemon) to be installed. # Version 0.20 |