Currently i’m running only one default PHP server. Version: PHP-FPM 8.2.20 Server.
The new PHP version 8.3 is not yet available in the regular debian repositories.
But as time passes and the 8.3 version does become the standard latest version will I be able to upgrade it from 8.2 to 8.3 with apt-get update && apt-get upgrade? Or should i manually install 8.3 next to the 8.2 one. I’d rather update it (when possible after time passes) from 8.2 to 8.3 , so i only have one PHP installation server. Thank you for your time.
Yes I did, got that one in my bookmarks, but it doesn’t elaborate if it is possible to upgrade from 8.2 to 8.3. I’d rather not have multiple PHP configurations. I couldn’t find a simple anwser to this.
Just install the new version and remove theold version, if that’s what you want to do, remembering to upgrade all existing domains to the version you installed rather than the one you removed. TBF running 2 versions of php does not cause issues
Thanks! Seems fair enough. I guess the only way to go, is to have multiple configurations then. I wasn’t sure on that, forgive me. I will then later remove the older version (purge it).
You can just remove if not used, yes. I use rocky so not great at Debian package manager.
I would use the remove switch like dnf remove php81-php-{cli,fpm,pdo,gd,mbstring,mysqlnd,opcache,curl,xml,zip}