- Server operating system version
- Debian 12
- Plesk version and microupdate number
- 18.0.61
I installed PHP 7.3. according to the below linked guide, I replaced all the "7.2" with "7.3", but otherwise followed the guide to the point. I use Debian 12.
Now I upgraded my application to PHP 8, so I can uninstall PHP 7.3.
Are the below SSH steps correct, if I want to remove everything PHP 7.3. related (I don't have any other custom PHP handlers installed)?
Are there any remnant config or log files I can get rid of as well?
Thanks much!
Now I upgraded my application to PHP 8, so I can uninstall PHP 7.3.
Are the below SSH steps correct, if I want to remove everything PHP 7.3. related (I don't have any other custom PHP handlers installed)?
- plesk bin php_handler --remove -id php73-fpm-custom
- apt remove -y php7.3-{bcmath,bz2,cli,common,curl,dev,fpm,gd,gmp,imagick,imap,intl,json,mbstring,mysql,opcache,soap,ssh2,xml,xmlrpc,zip}
- apt remove -y php7.3
- rm /etc/apt/sources.list.d/php_custom.list
- rm /etc/apt/trusted.gpg.d/php.gpg
Are there any remnant config or log files I can get rid of as well?
Thanks much!