Skip to content

Commit

Permalink
docs: updated requirements to name pg8000
Browse files Browse the repository at this point in the history
  • Loading branch information
pstorz committed Jun 29, 2021
1 parent 9e94c16 commit 97da3bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/manuals/source/TasksAndConcepts/Plugins.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1849,9 +1849,9 @@ Prerequisites
^^^^^^^^^^^^^

This plugin is a Bareos Python plugin.
It requires |postgresql| >= 9 and the Python module **psycopg2** to be installed.
It requires |postgresql| >= 9 and the Python module **pg8000** to be installed.

Since :sinceVersion:`20.0.2: PostgreSQL Plugin` the plugin was changed to the Python module **pg8000** instead of **psycopg2** and using Python >= 3 is mandatory. The minimum required version of **pg8000** is 1.16. If a distribution provided package exists and is the same or newer version, it can be used. Otherwise it must be installed using the command :command:`pip3 install pg8000`.
Since :sinceVersion:`21: PostgreSQL Plugin` the plugin was changed to the Python module **pg8000** instead of **psycopg2** and using Python >= 3 is mandatory. The minimum required version of **pg8000** is 1.16. If a distribution provided package exists and is the same or newer version, it can be used. Otherwise it must be installed using the command :command:`pip3 install pg8000`.



Expand Down

0 comments on commit 97da3bf

Please sign in to comment.