I'm setting up a multiserver setup, master with everything and two name servers. The master and primary name server are OK. I was installing ispconfig on the second name server, but had to press control-C in the middle of the installation, after "Configuring BIND" and Configure Web Server (which I answered yes and wanted to correct). Now second try for the ispconfig install fails, with I tried running ispconfig update.php, but that can not run since the files are not yet installed. How to solve this?
if there's nothing in these tables nor the server is registered yet with the master, drop da base Code: mysqldump dbispconfig > always_good_to_have_backup_dbispconfig.sql mysql> drop database dbispconfig; you might aswell check wether the ispconfig user has been added already, you could ( aswell as dropping the database ) do that in phpmyadmins users tab and rename them first, after all's good remove them )
Sadly the second name server is already part of the multiserver setup. And ISPConfig monitor show it. And ISPConfig master already has ispsrv3 user for this host. I guess I can not do ispconfig uninstall since it is not completely installed on this host? Would the easy way out be to start from blank Debian 9 and do the perfect server setup again?
1) Do what ztk.me mentioned. 2) Remove or rename /usr/local/ispconfig folder on the partially installed slave server. 3) remove the record of the partially installed server from dbispconfig database (table: server) on the master. 4) run ispconfig installer on the new slave server again.
Thans for the good advice. Now the second name server is installed and part of the multiserver setup.
Sirs, I have a similar issue during the installation of ispconfig3. Assets: Server version: 5.7.30-0ubuntu0.18.04.1 Mysql Ver 14.14 .... MySQL database to create [dbispconfig]: MySQL charset [utf8]: ERROR: Stopped: Database already contains some tables. ..... Used manual: https://www.howtoforge.com/tutorial...pureftpd-bind-postfix-doveot-and-ispconfig/3/ Any tips? Where should I look?
Hijacking 2 year old threads, eh? This is about a multiserver install, you seem to have only one host. If you are installing a new ISPConfig system, I would start again from the beginning. Pay close attention to the starting conditions of the install, namely that the Ubuntu should not have anything installed or configured before ISPConfig installation. A good way is to install Ubuntu from scratch, following the installation instructions in the beginning of the Guide.
The error means that the database that you have chosen to install ISPConfig into exists and is not empty, but the database shall not exist before you install ISPConfig or at least if it exists, it must be empty. Either you created a database with the name dbispconfig before and inserted some tables or you ran the installer a second time on the system.