diff options
author | Aleksander Machniak <alec@alec.pl> | 2013-04-24 08:29:10 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2013-04-24 08:30:00 +0200 |
commit | 32229952edfe2fad569996d8b437c6a70c4fd1bf (patch) | |
tree | 124b1d74436b861a00367a3cf30f6954dcb93870 /INSTALL | |
parent | 17fb6ee98640b23175d20d4ceffb941c520bd3e8 (diff) |
Add note about required MSSQL database language settings
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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. |