danb35 / freenas-iocage-nextcloud

Script to create an iocage jail on FreeNAS for the latest Nextcloud 28 release, including Caddy, MariaDB or PostgreSQL, and Let's Encrypt
GNU General Public License v3.0
250 stars 71 forks source link

Upgrade PHP Version to 8.0 #180

Closed ErikThorsell closed 2 years ago

ErikThorsell commented 2 years ago

Change the PHP Version from 7.4 to 8.0.

Confirmed working with mariadb. Not confirmed working with PostgreSQL

ErikThorsell commented 2 years ago

Originally, I attempted to change mariadb103-server to mariadb105-server but due to the config changes introduced in 104 I gave up after a while.

I do think both upgrading MariaDB to 10.5, and PSQL to 14 would be nice additions to the script though.