Closed MACscr closed 4 years ago
Resolved in v3.1.14. Some work is needed with slices, which I'd like to hold off for an en masse migration because it needs to be done. You can force an update now with the follow snippet,
yum install -y jq
cpcmd -o json admin:collect null '[apache.jail:1]' | jq 'keys[]' | tr -d '"' | while read -r SITE ; do
echo "Editing $(get_config "$SITE" siteinfo domain)"
EditDomain "$SITE"
done
Going forward deps ought to be resolved apart from the slice.
Everytime a domain is edited, it appears that a dependency is attempted to be loaded for every site on the server:
I know the slice part can be ignored, but the dependency error seems like an issue: