Skip to content

Commit

Permalink
Fixes #577 - Added note for transaction-based pooling
Browse files Browse the repository at this point in the history
  • Loading branch information
ralf401 authored Nov 25, 2024
1 parent 0baa577 commit 368dd86
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions prerequisites/software.rst
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,13 @@ You can choose between the following database servers:

.. include:: /appendix/includes/mysql-deprication-note.rst

.. note::
If you use database connection pooling software like PgBouncer, make sure
to use a pooling mode that is fully compatible with PostgreSQL. Typically
this is called "session connection pooling". Transaction-based connection
pooling is not supported and may lead to errors during database migrations.


For **MySQL/MariaDB**, the following configuration is required:

* Use ``UTF-8`` encoding - ``utf8mb4`` for example will fail!
Expand Down

0 comments on commit 368dd86

Please sign in to comment.