How to remove unwanted management server:

ssh [email protected]
mysql -u root -p
use cloud;
select * from mshost;            #CHECK NAME ON THE LEFT!!!!!! check STATE=
DOWN !!!
update mshost set removed=now() where id=25;
\q



On 2022/03/01 22:56:27 Ricardo Pertuz wrote:
> Hi,
>
> What is the best option to remove management servers from webui not
longer used?
>
> Thanks!
>
> Regards
>

Reply via email to