From 8f4fdf891f1ce886c5537f2deb77656168086c1c Mon Sep 17 00:00:00 2001 From: rustagir Date: Thu, 22 May 2025 12:36:40 -0400 Subject: [PATCH] [docs] add limitation to transactions page --- docs/transactions.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/transactions.txt b/docs/transactions.txt index e2aa894eb..d42151d41 100644 --- a/docs/transactions.txt +++ b/docs/transactions.txt @@ -62,6 +62,10 @@ Requirements and Limitations MongoDB Server and the {+odm-short+} have the following limitations: +- MongoDB standalone deployments do not support transactions. To use + transactions, your deployment must be a multiple node replica set or + sharded cluster. + - MongoDB does not support nested transactions. If you attempt to start a transaction within another one, the extension raises a ``RuntimeException``. To learn more about this limitation, see :manual:`Transactions and Sessions `