summaryrefslogtreecommitdiffstats
path: root/Documentation/database-setup.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/database-setup.txt')
-rw-r--r--Documentation/database-setup.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/database-setup.txt b/Documentation/database-setup.txt
index 2153751208..de4fb20254 100644
--- a/Documentation/database-setup.txt
+++ b/Documentation/database-setup.txt
@@ -12,7 +12,7 @@ backend so no set up or configuration is necessary.
Using the embedded H2 database is the easiest way to get a Gerrit
site up and running, making it ideal for proof of concepts or small team
servers. On the flip side, H2 is not the recommended option for large
-corporate installations. This is because there is no easy way to interact
+corporate installations when using ReviewDb. This is because there is no easy way to interact
with the database while Gerrit is offline, it's not easy to backup the data,
and it's not possible to set up H2 in a load balanced/hotswap configuration.