Nextcloud Reinstall Fails - Database Password

Lee Spangler

Dabbler
Joined
Sep 30, 2014
Messages
26
I am having trouble reinstalling Nextcloud via the plugin.

The installation window does not show the database password. I can't discern how to reset the password either.

When I use mysql_secure_installation command, it is clear there is a root password. I am very frustrated. I am willing to completely delete the mysql database, but I can't even discover how to wipe the installation.

Any help in getting past this problem.

Here is what the install window displays after installation. No DB password is provided:

Install Notes:
nginx_enable: -> YES
mysql_enable: -> YES
php_fpm_enable: -> YES
Performing sanity check on nginx configuration:
Starting nginx.
Performing sanity check on php-fpm configuration:
Starting php_fpm.
Starting mysql.
Performing sanity check on php-fpm configuration:
Stopping php_fpm.
Waiting for PIDS: 35092.
Performing sanity check on php-fpm configuration:
Starting php_fpm.
Performing sanity check on nginx configuration:
Stopping nginx.
Waiting for PIDS: 35077.
Performing sanity check on nginx configuration:
Starting nginx.
Admin Portal:
http://192.xxx.x.x [I removed this]
 

danb35

Hall of Famer
Joined
Aug 16, 2011
Messages
15,504
The installation window does not show the database password.
It's in the root directory of the plugin jail in a file named something like PLUGIN_INFO.
 

Akiba

Cadet
Joined
Jul 21, 2019
Messages
4
Ah thanks that worked. It doesn't solve the problem but it works. :)
 

danb35

Hall of Famer
Joined
Aug 16, 2011
Messages
15,504
It doesn't solve the problem
Of course not--the problem is that iX are shipping a half-baked plugin, requiring you to manually perform tasks that should be done automatically on installation of the plugin. And they've been sitting on a PR that would completely fix this issue for over two months.
 
Top