Hello list, I updated one of my OpenBSD 7.5 servers via: pkg_add today using the following:
$ pkg_add -uvi ... and the installation progressed until it reached PHP 8.2. My server had been using PHP 8.2.21 from packages, so this was an upgrade to the latest release. During install I noted the following via the terminal: pkg_add: Installation of php-apache-8.2.22 failed, partial installation recorded as partial-php-apache-8.2.22 I then re-ran: pkg_add and the upgrade process completed. I verified this via WordPress (as this server runs it), via the Site Health page which showed an upgraded PHP version of 8.2.22. While I have had updates fail in the past, I've never seen the output "partial installation recorded ...". Am I correct that the best way of dealing with this is via re-running: pkg_add ? Are any manual steps required for dealing with the "partial install" ? Thanks, - J