Skip to content

Commit

Permalink
fix(check-perf-tuning): Clarify information regarding PgSQL mountpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
pablomh authored Mar 25, 2024
1 parent 8202411 commit c056313
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions check-perf-tuning
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ else
fi

if [ -f /var/opt/rh/rh-postgresql12/lib/pgsql/data/postgresql.conf ]; then
# Satellite 6.8+
# Satellite 6.8+ until 6.12 on RHEL 7
echo "************************* POSTGRES **************************************"
echo "Configuration : /var/opt/rh/rh-postgresql12/lib/pgsql/data/postgresql.conf"
echo "Custom-hiera : postgresql::server::config_entries:"
Expand All @@ -123,7 +123,7 @@ if [ -f /var/opt/rh/rh-postgresql12/lib/pgsql/data/postgresql.conf ]; then
grep -v '^#'
echo ""
else
# Satellite 6.7 and earlier
# Satellite 6.7 and earlier on RHEL 7 and Satellite 6.12+ on RHEL 8
echo "************************* POSTGRES **************************************"
echo "Configuration : /var/lib/pgsql/data/postgresql.conf"
echo "Custom-hiera : postgresql::server::config_entries:"
Expand Down

0 comments on commit c056313

Please sign in to comment.