Nextcloud Installer doenst connect SQL

Hello,

I am totally sure its a very little thing and I oversee something so I ask for help:

  • Ubunutu 24
  • HestiaCP Default Configuration (fresh installed)
  • php8.3 is active and system wide used

If I try to install nextcloud the webinstaller stopps at the start warning for sql version:
Only MySQL/MariaDB is available.
Install and activate additional PHP modules to choose other database types.

I searched a lot and verfied all modul installations and php8.3 is up and running and configured on each website.

Best

Probaly following would help: Problem Nextcloud 32.0 install - â„šī¸ Support - Nextcloud community

1 Like

This worked for me:

$ cd /var/www/nextcloud/ $ sudo -E -u www-data php occ maintenance:install \ --database 'mysql' --database-name 'nextcloud' \ --database-user 'root' --database-pass 'password' \ --admin-user 'admin' --admin-pass 'password'

Source:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.