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
Fix XL failures in finalize step of peadm::convert
Prior to this commit, the finalize step of `peadm::convert` would
fail when operating on PE XL installations as the Primary Database
and Replica Database nodes do not run the pe-puppetdb or pe-puppetserver
services:
```
The command failed with exit code 5
STDERR:
Failed to restart pe-puppetserver.service: Unit not found.
Failed to restart pe-puppetdb.service: Unit not found.
```
This commit updates the convert plan to exclude the database
nodes from that service restart.
0 commit comments