[Rt-commit] rt branch, 4.2-trunk, updated. rt-4.2.9-46-g79ee499
Alex Vandiver
alexmv at bestpractical.com
Fri Dec 5 11:06:50 EST 2014
The branch, 4.2-trunk has been updated
via 79ee4992c229bbe3fb9638fb1128c610a4ed7bcc (commit)
from 3f645da2a694ce0d8fbd0e8519d2091f34bea632 (commit)
Summary of changes:
sbin/rt-setup-fulltext-index.in | 2 ++
1 file changed, 2 insertions(+)
- Log -----------------------------------------------------------------
commit 79ee4992c229bbe3fb9638fb1128c610a4ed7bcc
Author: Alex Vandiver <alexmv at bestpractical.com>
Date: Mon Dec 1 16:50:37 2014 -0500
Sphinx 1.10 and above want an explicit binlog_path
Not explicitly setting binlog_path causes it to fall back to the
compiled-in default (often the current directory), which may cause
searchd to not start:
http://sphinxsearch.com/docs/current.html#conf-binlog-path
Add an explicit binlog_path, accompanied by a comment that is is only
valid on 1.10 and above, as some distributions only ship 0.9.8.
diff --git a/sbin/rt-setup-fulltext-index.in b/sbin/rt-setup-fulltext-index.in
index 5ca4eae..496dced 100644
--- a/sbin/rt-setup-fulltext-index.in
+++ b/sbin/rt-setup-fulltext-index.in
@@ -239,6 +239,8 @@ searchd {
seamless_rotate = 1
preopen_indexes = 0
unlink_old = 1
+ # For sphinx 1.10 and above:
+ binlog_path = $var_path/sphinx/
}
END
-----------------------------------------------------------------------
More information about the rt-commit
mailing list