Kouhei Sutou
null+****@clear*****
Wed Nov 9 18:57:18 JST 2016
Kouhei Sutou 2016-11-09 18:57:18 +0900 (Wed, 09 Nov 2016) New Revision: 89bfc012e9ce6577eff20b0a53539e986b3056e7 https://github.com/pgroonga/pgroonga.github.io/commit/89bfc012e9ce6577eff20b0a53539e986b3056e7 Message: Complete replication document Modified files: reference/replication.md Modified: reference/replication.md (+2 -4) =================================================================== --- reference/replication.md 2016-11-09 18:56:46 +0900 (83e081b) +++ reference/replication.md 2016-11-09 18:57:18 +0900 (594cde9) @@ -70,6 +70,8 @@ This document uses the following environment: This document shows command lines for CentOS 7. If you're using other platforms, adjust command lines by yourself. +For now (2016-11-09), the official PGroonga packages for CentOS 7 and Windows are only packages that support WAL. Because WAL support requires MessagePack and PostgreSQL 9.6 or later. Packages for other platforms don't satisfy one of them. If you build PGroonga from source, see [Install from source](../install/source.html) how to build with MessagePack. + ## [normal] Install PostgreSQL on master and slaves This is a normal step. @@ -408,7 +410,3 @@ SELECT title FROM entries WHERE title %% 'replication'; -- PostgreSQL 9.6 and replication -- (2 rows) ``` - -## TODO - -Write about MessagePack is required on PGroonga build. -------------- next part -------------- HTML����������������������������...Download