You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the peadm::upgrade plan stops the 'pe-postgresql' service on the Primary Master before executing the puppet-enterprise-installer. However, during the upgrade one of the first steps is to backup the Postgresql instance which requires that the service is running.
# Shut down pe-* services on the master. Only shutting down the ones# that have failover pairs on the master replica.
['pe-console-services', 'pe-nginx', 'pe-puppetserver', 'pe-puppetdb', 'pe-postgresql'].each |$service| {
run_task('service', $master_target,
action => 'stop',
name => $service,
)
}
Expected Behavior
Remove 'pe-postgresql' from the list of services that are being stopped before the upgrade is initiated.
Steps to Reproduce
Steps to reproduce the behavior:
Start with a deployed instance of PE, running at >=2019.0
Execute upgrade plan
Failure during puppet-enterprise-installer task, due to pe-postgresql service being stopped
Describe the Bug
Currently the peadm::upgrade plan stops the 'pe-postgresql' service on the Primary Master before executing the puppet-enterprise-installer. However, during the upgrade one of the first steps is to backup the Postgresql instance which requires that the service is running.
Expected Behavior
Remove 'pe-postgresql' from the list of services that are being stopped before the upgrade is initiated.
Steps to Reproduce
Steps to reproduce the behavior:
Environment
Additional Context
The text was updated successfully, but these errors were encountered: