From 02a0bcac381afc068bec9dd6ad299d6f8f33d000 Mon Sep 17 00:00:00 2001 From: Rea Rustagi <85902999+rustagir@users.noreply.github.com> Date: Thu, 22 May 2025 13:21:58 -0400 Subject: [PATCH] [docs] add limitation to transactions page (#3389) --- 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 `