thanks for you usefull ansible playbook :) It works fine !
Some minor issue:
Debian 10.6 fresh installed - it pulled NC 20.0.2
I checked the Admin Panel for security and installation issues and got a warning
bcmath und gmp are missing.
First i tried apt-get install php-pcmath php-gmp - but the warning remains.
I figured out - php7.4 packages where installed (i guess because php-something is the default meta package).
Second i tried apt-get install php7.3-bcmath php7.3-gmp; systemctl restart php7.3-fpm.service
Now warnings are gone :)
Questions i have - what should be the default php version and is it "intentional" that this packages are not installed ?
Hello All,
thanks for you usefull ansible playbook :) It works fine !
Some minor issue: Debian 10.6 fresh installed - it pulled NC 20.0.2 I checked the Admin Panel for security and installation issues and got a warning bcmath und gmp are missing.
First i tried apt-get install php-pcmath php-gmp - but the warning remains. I figured out - php7.4 packages where installed (i guess because php-something is the default meta package).
Second i tried apt-get install php7.3-bcmath php7.3-gmp; systemctl restart php7.3-fpm.service Now warnings are gone :)
Questions i have - what should be the default php version and is it "intentional" that this packages are not installed ?
Thanks for you feedbacks
I took a look - https://github.com/ReinerNippes/nextcloud/blob/master/roles/prep_php/tasks/Debian.yml maybe bcmath and gmp should be added here ? Ok i forgot about inventory: it is php Version php_version= '7.3 :)