-
Bug
-
Resolution: Done-Errata
-
Major
-
6.16.0
Issue: Upgrade from 6.15.4.2. to 6.16 fails due to the lack of connections to the database
If we start 6.15.4.2 upgrade with the max_connections to 1000 in the /var/lib/pgsql/postgresql.conf , During the upgrade to 6.16 the /var/lib/pgsql/data is backed up to /var/lib/pgsql/data-old and a new config is created in the /var/lib/pgsql/postgresql.conf but with max_connections = 100
During that upgrade it will fail due to the lack of connections to the database even when you have specified it in the /etc/foreman-installer/custom-hiera.yml :
—
postgresql::server::config_entries:
max_connections: 1000
shared_buffers: 6GB
work_mem: 8MB
autovacuum_vacuum_cost_limit: 2000
If we then change the max_connections to 1000 manually and restart the upgrade it will succeed.
- clones
-
SAT-29574 Installer loads plugins from /opt/puppetlabs/puppet/cache/lib/, breaking PostgreSQL config updates and thus upgrades from 6.15 to 6.16 (max_connections is not updated)
-
- Release Pending
-
- depends on
-
SAT-30110 Fixes #38085 - Cap the number of Puma workers at 100 by ekohl · Pull Request #1197 · theforeman/puppet-foreman · GitHub
-
- Closed
-
-
SAT-34662 force libdir to be part of our execution environment by evgeni · Pull Request #383 · theforeman/kafo · GitHub
-
- Closed
-
- is related to
-
SAT-12286 installer sometimes loads modules from /etc/puppetlabs, breaking execution
-
- Closed
-
- links to
-
RHBA-2025:151800 Satellite 6.17.2 Async Update