From 417e02881bd33d28d31f0897e8e72564c6a4846f Mon Sep 17 00:00:00 2001 From: Ben Ford Date: Fri, 22 Jul 2016 11:33:16 -0700 Subject: [PATCH] Strengthen warning against the embedded db --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6c546cf..3fd8cdb 100644 --- a/README.md +++ b/README.md @@ -55,9 +55,10 @@ To begin using PuppetDB, you’ll have to make a few decisions: * Which database back-end should I use? * PostgreSQL (default) or our embedded database * Embedded database - * **note:** We suggest using the embedded database only for experimental - environments rather than production, as it does not scale well and can - cause difficulty in migrating to PostgreSQL. + * **note:** As of PuppetDB 4.0, the embedded database is no longer supported as + an option. When running PuppetDB 3.x, we suggest using the embedded database + only for experimental environments rather than production, as it does not scale + well and can cause difficulty in migrating to PostgreSQL. * Should I run the database on the same node that I run PuppetDB on? * Should I run PuppetDB on the same node that I run my master on?