From 0eb4415c1555c36c88edd51cf77ae8769eddafed Mon Sep 17 00:00:00 2001 From: lapineige Date: Sat, 27 Jan 2024 13:47:41 +0100 Subject: [PATCH] You can use less than 3 nodes See https://garagehq.deuxfleurs.fr/documentation/reference-manual/configuration/#replication-mode --- doc/ADMIN.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ADMIN.md b/doc/ADMIN.md index 69cfe4a..52f7919 100644 --- a/doc/ADMIN.md +++ b/doc/ADMIN.md @@ -1,5 +1,5 @@ # Limitations - * This application is not usable if you're not part of a cluster with minimun 3 other nodes + * Garage can be used with only one or two servers (=replica), but requires a cluster with at least 3 nodes to provide its full replication potential (loss prevention). See [replication modes](https://garagehq.deuxfleurs.fr/documentation/reference-manual/configuration/#replication-mode). It is mainly designed to be used with 3 nodes. * If you are behind a nat and use upnp to configure your port redirection, you may need to add peers via config panel instead of during installation and/or create a permanent redirection in your router/box # Informations you should be aware of: