Love this. A couple thoughts:
Would it be worth doing apt install --no-install-reccomends
for the base php8.3
, so it doesn’t include unnecessary packages like apache2
?
Might be worth noting that having payment gateways configured seems to break the upgrade process (at least at the time of writing). (Issue with PHP 8.3 and v5.10 - #20 by northhill)
Edit:
Also, is there a benefit to doing apt remove
then apt purge
as opposed to just apt purge
? I don’t think I’ve ever seen the former before.
1 Like