Correct version requirements on postgres from 11 to 12 (#6863)

Signed-off-by: Oliver Sand <oliver.sand@sda-se.com>
This commit is contained in:
Oliver Sand
2021-08-18 11:19:25 +02:00
committed by GitHub
parent 4c31ff72d8
commit ee99798da7
4 changed files with 12 additions and 6 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ provides decent results and performs well with ten thousands of indexed
documents. The connection to postgres is established via the database manager
also used by other plugins.
> **Important**: The search plugin requires at least Postgres 11!
> **Important**: The search plugin requires at least Postgres 12!
To use the `PgSearchEngine`, make sure that you have a Postgres database
configured and make the following changes to your backend: