Centova Technologies Forum

Centova Cast v3 => General discussion => Topic started by: hbox2 on July 18, 2012, 12:34:36 pm

Title: uninstall centova 3
Post by: hbox2 on July 18, 2012, 12:34:36 pm
hi,

how uninstall centova3?

Rgds,
Eduardo
Title: Re: uninstall centova 3
Post by: Alexiu on July 19, 2012, 03:09:40 pm
Hello,

You can uninstall Centova Cast v3 as follows:

1. Stop Centova Cast by running:
/etc/init.d/centovacast stop

2. Remove Centova Cast's cron job:
rm -f /etc/cron.d/centovacast

3. Remove Centova Cast v3's folder by running:
rm -rf /usr/local/centovacast

This will completely remove Centova Cast v3 from your server.
Title: Re: uninstall centova 3
Post by: Centova - Steve B. on July 19, 2012, 10:06:02 pm
The method AlexiuB described is deprecated.  Use /usr/local/centovacast/sbin/uninstall to uninstall Centova Cast v3 properly.

Title: Re: uninstall centova 3
Post by: hbox2 on July 22, 2012, 10:08:38 pm
thanks.
Title: Re: uninstall centova 3
Post by: mikeddd on February 02, 2013, 11:22:14 am
Hello, I am removing 3.0 since its not working , but I get this following message after running the command posted by Steve B.


Centova Cast - Copyright 2010-2012, Centova Technologies Inc.
Uninstaller

This script will completely remove Centova Cast from your server, destroying
all client data.

You must use the --i-want-to-delete-all-my-data parameter to confirm that
you fully understand the consequences of running this script and still want
to proceed.
Title: Re: uninstall centova 3
Post by: Centova - Steve B. on February 02, 2013, 11:24:42 am
I'm not really sure what I can add to make that any clearer. Just follow the directions.
Title: Re: uninstall centova 3
Post by: mikeddd on February 02, 2013, 11:48:15 am
I did and after running the command, I get that message as output. 

I also did try inputing  -i-want-to-delete-all-my-data after the output message, but nothing happens.


FYI I had tried the 1st method posted and it seemed to work, but since then I reinstalled and was told by support to use the latest stable build so am trying to install via a non deprecated method as you posted.  If I missed something please let me know. I just switched over from WHMsonic and am eager to get Centova running.  Thanks and sorry for my noobness Steve B
Title: Re: uninstall centova 3
Post by: Alexiu on February 03, 2013, 08:08:28 am
try running the command like this:

/usr/local/centovacast/sbin/uninstall --i-want-to-delete-all-my-data
Title: Re: uninstall centova 3
Post by: asine on May 10, 2013, 04:26:54 am
Can you confirm that this only installs Centova 3 and not all Centova installations please?

I have Centova 2 installed and dont want to remove this inadvertently.

Thanks

Asine
Title: Re: uninstall centova 3
Post by: asine on May 13, 2013, 03:04:53 am
Hi, sorry, blatant typo there -

Can you confirm that this only uninstalls Centova 3 and not all Centova installations please?

I have Centova 2 installed and dont want to remove this inadvertently.

Thanks
Title: Re: uninstall centova 3
Post by: Alexiu on May 18, 2013, 06:04:37 am
Absolutely, this will not touch your v2 installation at all
Title: Re: uninstall centova 3
Post by: Hostingfun on May 31, 2013, 03:54:17 pm
Quote
/usr/local/centovacast/sbin/uninstall --i-want-to-delete-all-my-data
Just to inform you all, this uninstall is missing some things.

/etc/rc.d/init.d/centovacast will not be deleted
Same goes for
/etc/rc.d/rc0.d to rc2.d/K05centovacast
/etc/rc.d/rc3.d to rc5.d/S95centovacast and
/etc/rc.d/rc6.d/K05centovacast

Maybe this can be added to the uninstall script.
Title: Re: uninstall centova 3
Post by: Hostingfun on June 05, 2013, 06:54:06 am
Also /var/spool/mail/cc-user and /var/spool/mail/centovas is not removed.;)