From ca4f1dfe981ebf531722e1c4e7a4506c8980b729 Mon Sep 17 00:00:00 2001 From: Jiri Pechanec Date: Tue, 24 Sep 2019 09:36:50 +0200 Subject: [PATCH] DBZ-1286 Document protobuf installation from RPM --- .../modules/ROOT/pages/postgres-plugins.adoc | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/documentation/modules/ROOT/pages/postgres-plugins.adoc b/documentation/modules/ROOT/pages/postgres-plugins.adoc index 1a6ea4bfe..2089b57e8 100644 --- a/documentation/modules/ROOT/pages/postgres-plugins.adoc +++ b/documentation/modules/ROOT/pages/postgres-plugins.adoc @@ -132,6 +132,17 @@ gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -We /usr/bin/install -c -m 755 wal2json.so '/usr/pgsql-9.6/lib/' ---- +[[fedora-rpm]] +=== Installation on Fedora 30+ +Debezium provides https://apps.fedoraproject.org/packages/postgres-decoderbufs[RPM package] for Fedora operating system too. +The package is updated always after a final Debezium release is done. +To use the RPM in question just issue the standard Fedora installation command: +[source,bash] +---- +$ sudo dnf -y install postgres-decoderbufs +---- +The rest of the configuration is same as described below for `wal2json` plugin. + [[postgresql-server-configuration]] === PostgreSQL Server Configuration