zulip/servers/puppet/modules/humbug/files/postgresql
Zev Benjamin 2aadf6fc6e [schema] [manual] Create a Postgres text search configuration for use with Humbug
Text search was not that great partially because Postgres wasn't
using a ispell dictionary (Postgres term) before.  We now pull in
Hunspell and use its dictionary and affix rules.

It is Ok to run with this new configuration before updating our full
text column and index that will be coming in the next few commits.

Manual steps for deploy:
1) On both postgres0 and postgres1 (both before moving on to step 2),
   install the hunspell-en-us package
2) On staging, run migration 0022
3) On both postgres0 and postgres1, copy the appropriate postgresql.conf
   file over
4) On both postgres0 and postgres1, run `pg_ctlcluster 9.1 main reload`

(imported from commit 706bf0f6ecc46c712cea10b73c34fd9d1dfd4767)
2013-04-27 20:06:26 -04:00
..
40-postgresql.conf.master puppet: Add vm sysctl settings to Postgres configs 2013-04-22 16:36:09 -04:00
40-postgresql.conf.slave puppet: Add vm sysctl settings to Postgres configs 2013-04-22 16:36:09 -04:00
env-wal-e puppet: Add wal-e to Postgres config 2013-04-22 16:36:09 -04:00
pg_hba.conf puppet: Add postgres replication user 2013-03-27 11:36:00 -04:00
postgresql.conf.master [schema] [manual] Create a Postgres text search configuration for use with Humbug 2013-04-27 20:06:26 -04:00
postgresql.conf.slave [schema] [manual] Create a Postgres text search configuration for use with Humbug 2013-04-27 20:06:26 -04:00
recovery.conf puppet: Add Postgres recovery.conf 2013-04-22 16:36:09 -04:00
setup_disks.sh puppet: Use deadline scheduler for disks on Postgres master 2013-04-22 16:36:09 -04:00