I had a remote mysql database host with a few databases. The server in question is no longer available and I would like to remove the databases and the host itself from my hestiacp instance.
From my understanding and attempts, v-delete-database-host does not let me delete the host because it is “in use”, but also v-delete-database USER DATABASE does not let me delete any of the databases because the connection to the remote host fails (as it is no longer available).
Just to add to this, I had to also edit: /usr/local/hestia/conf/mysql.conf.
I realize I could have probably just deleted the entry for the specific host there, but I changed the U_DB_BASES='5' to '0' and then ran v-delete-database-host TYPE HOST and it was finally gone.