Merge pull request #237 from puppetlabs/binford2k-patch-1

Strengthen warning against the embedded db
This commit is contained in:
Wyatt Alt 2016-07-22 11:35:55 -07:00 committed by GitHub
commit 8d21c621ce

View file

@ -55,9 +55,10 @@ To begin using PuppetDB, youll have to make a few decisions:
* Which database back-end should I use? * Which database back-end should I use?
* PostgreSQL (default) or our embedded database * PostgreSQL (default) or our embedded database
* Embedded database * Embedded database
* **note:** We suggest using the embedded database only for experimental * **note:** As of PuppetDB 4.0, the embedded database is no longer supported as
environments rather than production, as it does not scale well and can an option. When running PuppetDB 3.x, we suggest using the embedded database
cause difficulty in migrating to PostgreSQL. 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 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? * Should I run PuppetDB on the same node that I run my master on?