Skip to content

Commit

Permalink
Edit
Browse files Browse the repository at this point in the history
  • Loading branch information
frost242 committed Jan 21, 2022
1 parent 47041de commit 7ea1cb2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/debian_remote_quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Remote PoWA Quickstart on Debian

.. warning::

The current version of PoWA is designed for PostgreSQL 9.4 and newer. If you
_The current version of PoWA is designed for PostgreSQL 9.4 and newer. If you
want to use PoWA on PostgreSQL < 9.4, please use the `1.x series
<https://powa.readthedocs.io/en/rel_1_stable/>`_

Expand All @@ -18,11 +18,11 @@ The following describes the installation of a remote setup of PoWA:

.. note::

This document only shows how to set up **PoWA in remote mode** targeted to
_This document only shows how to set up **PoWA in remote mode** targeted to
monitor the activity of **multiple servers** and/or **standby servers**. It
only shows the set-up on a Debian system.
The document assumes that you use the PGDG repository to install PostgreSQL.
Please refer to https://wiki.postgresql.org/wiki/Apt for more informations.
Please refer to https://wiki.postgresql.org/wiki/Apt for more informations._

Architecture
************
Expand Down Expand Up @@ -292,10 +292,10 @@ And finally, reload the collector:
.. note::

If you also installed the pg_wait_sampling extension, don't forget to
_If you also installed the pg_wait_sampling extension, don't forget to
modify the shared_preload_libraries accordingly and create the extension.
Don't forget to add the pg_wait_sampling extension in the extension list of
the register function call.
the register function call._

Repeat this steps for any other PostgreSQL instance you want to monitor with PoWA.

0 comments on commit 7ea1cb2

Please sign in to comment.