Nextcloud 21 requires MySQL 8 which have been solved in this patch: freenas/iocage-ix-plugins@66c2a15#diff-dc0257b7d5f992ca8b298c39c494585a212f9a18472c316957e41e37769332c4
However the current installation script fails when using version 8 of MySQL.
The statement UPDATE mysql.user SET Password=PASSWORD('${PASS}') WHERE User='root'; fails, found here:
|
UPDATE mysql.user SET Password=PASSWORD('${PASS}') WHERE User='root'; |