summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2013-04-24 08:29:10 +0200
committerAleksander Machniak <alec@alec.pl>2013-04-24 08:29:10 +0200
commitc72f6929826521bd444352c9681844a0e37811fb (patch)
treeb65fa54588f86647964d8c23201306160ffe912b /INSTALL
parent70229cbbfc2d6e1a8c013aebd00ad9a593fcc350 (diff)
Add note about required MSSQL database language settings
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL8
1 files changed, 7 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index de2944107..3abf0d198 100644
--- a/INSTALL
+++ b/INSTALL
@@ -129,9 +129,15 @@ versions don't have a -O option for the createdb, so if you are
using that version you'll have to change ownership of the DB later.
+* Microsoft SQL Server
+----------------------
+Language/locale of the database must be set to us_english (1033). More info
+on this at http://trac.roundcube.net/ticket/1488918.
+
+
Database cleaning
-----------------
-Do keep your database slick and clean we recommend to periodically execute
+To keep your database slick and clean we recommend to periodically execute
bin/cleandb.sh which finally removes all records that are marked as deleted.
Best solution is to install a cronjob running this script daily.