Skip to content

Commit e60c88d

Browse files
(#468) Updated docs to let users know they need to use postgresql 9.6 instead of 11 (#472)
* (#466) Updated our ISO build procedures And added a new troubleshooting section to the package mirroring section Fixes #466 * Updated changelog * Added a rebuilding the iso step to the docs * (#468) Updated the docs to let users know we do not yet support postgressql 11 Fixes #468 * Update CHANGELOG * Update CHANGELOG
1 parent 14e3407 commit e60c88d

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
* Tue Mar 28 2023 Mike Riddle <[email protected]>
1+
* Tue May 09 Mike Riddle <[email protected]>
2+
- Updated puppetdb instructions with correct postgresql version
3+
4+
* Tue Mar 28 Mike Riddle <[email protected]>
25
- Updated ISO Build instructions
36

47
* Fri Nov 11 2022 Trevor Vaughan <[email protected]>

docs/HOWTO/20_Puppet/Enable_PuppetDB.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ Use the following YAML as a guide to the :term:`hiera` settings required to enab
2929
## Optional Settings
3030
3131
# The version of PuppetDB that should be installed
32-
puppetdb::globals::version: 'latest'
32+
# Note: SIMP does not yet support postgresql 11 so we suggest a value of '9.6' instead of 'latest'
33+
# SIMP will be able to support postgresql 11 in a future release
34+
puppetdb::globals::version: '9.6'
3335
3436
# Set up node report storage
3537
puppetdb::master::config::manage_report_processor: true

0 commit comments

Comments
 (0)