summaryrefslogtreecommitdiff
path: root/taler-merchant-manual.rst
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2021-12-22 06:59:10 -0500
committerThien-Thi Nguyen <ttn@gnuvola.org>2021-12-22 06:59:10 -0500
commit6dce3d8fed0d8e59add1e09a46c0d1d5dd4f7f09 (patch)
tree248ef7c4f2a6cf22e2430817476a5330dff6e0b2 /taler-merchant-manual.rst
parent4cb56c87947b5e51e2d2d88fc5b902c8ffe88bd3 (diff)
downloaddocs-6dce3d8fed0d8e59add1e09a46c0d1d5dd4f7f09.tar.gz
docs-6dce3d8fed0d8e59add1e09a46c0d1d5dd4f7f09.tar.bz2
docs-6dce3d8fed0d8e59add1e09a46c0d1d5dd4f7f09.zip
Update merchant instructions for PostgreSQL 12 requirement
Diffstat (limited to 'taler-merchant-manual.rst')
-rw-r--r--taler-merchant-manual.rst10
1 files changed, 6 insertions, 4 deletions
diff --git a/taler-merchant-manual.rst b/taler-merchant-manual.rst
index 286002c9..faa9aa15 100644
--- a/taler-merchant-manual.rst
+++ b/taler-merchant-manual.rst
@@ -386,11 +386,13 @@ Installing Taler on Debian GNU/Linux from source
.. index:: Debian
Debian Wheezy is too old and lacks most of the packages required.
-Debian Jessie and Stretch are better, but still lack PostgreSQL 11.
+Debian Jessie, Stretch, and Buster are better, but still lack PostgreSQL 12.
-On Debian Stretch, when compiling PostgreSQL 11, make sure to
-do ``make world`` to build the ``contrib/`` modules, and
-``cd contrib && make install`` to install them, as well.
+.. note::
+
+ When compiling PostgreSQL 12, make sure to
+ do ``make world`` to build the ``contrib/`` modules, and
+ ``cd contrib && make install`` to install them, as well.
On Debian Stretch and Buster, only GNU libmicrohttpd needs to be compiled from
source. To install dependencies on Debian Stretch, run the following