Centova Technologies Forum

Centova Cast v3 => Bugs and issues => Topic started by: Mark Dennis on March 21, 2013, 10:16:14 am

Title: Is it safe to uninstall V2?
Post by: Mark Dennis on March 21, 2013, 10:16:14 am
It seems that I read somewhere that the migration of V2 to V3 would link to something in the old version instead of copying it to save space; but I can't find it.
So, is it safe to remove V2?
If so, is the process simply removing /home/centovacast and the mysql database?
Title: Re: Is it safe to uninstall V2?
Post by: crossfirehosting on March 25, 2013, 10:07:36 am
Hey Mark,

It is safe to remove them after you verify that the import was successful..... I have removed them and it is all good on all 12 of my servers...


Kris
CrossFire-Hosting,LLC
Title: Re: Is it safe to uninstall V2?
Post by: 20com on March 25, 2013, 10:25:07 am
From Centovacast support:

1. Edit /etc/crontab and remove any cron jobs containing the word "centovacast".
2. Delete the /home/centovacast/ directory.
3. Remove the "centovacast" user account (i.e., "userdel centovacast").
4. Delete the Centova Cast MySQL database.
5. Delete the Centova Cast files from your web root.
6. If FTP integration was configured automatically by the installer, you can remove it as follows:
a. For ProFTPd, edit /etc/proftpd.conf (or /etc/proftpd/proftpd.conf, depending on your Linux distribution) and remove any lines containing the word "centovacast".
b. For Pure-FTPd on CPanel servers, edit /etc/init.d/pure-ftpd, search for "centovacast-pureauth" and replace it with "pureauth".
9. If FTP integration was configured manually by yourself, you can remove it by reversing the steps you followed in the installation guide.
Title: Re: Is it safe to uninstall V2?
Post by: Mark Dennis on March 25, 2013, 02:27:44 pm
Thanks guys, that was just what I was looking for.
Title: Re: Is it safe to uninstall V2?
Post by: Mark Dennis on March 27, 2013, 12:10:36 pm
Unfortunately the above has at least one problem, DO NOT REMOVE the centovacast user.

Trying to login to the control panel it gave:
502 Bad Gateway
cc-web/1.2.6

Running
/usr/local/centovacast/sbin/fixperms
gave user doesn't exist. So:

adduser centovacast
/usr/local/centovacast/sbin/fixperms
/etc/init.d/centovacast restart

Then I was able to log in, but got a cron error, so:
/usr/local/centovacast/bin/ccmanage cronjob all --debug

So far so good
Title: Re: Is it safe to uninstall V2?
Post by: Hostingfun on June 04, 2013, 11:21:09 am
Sorry to bump an old thread but this is still not fixed yet.

Centovacast v3 is using the useraccount ccuser as well as centovacast, that should not be the case.
Several permissions are made to root:centovacast or ccuser:centovacast or anything with user or group centovacast.
So you cannot remove user centovacast until this is fixed.

There are also problems with rights on logrotate, logfiles will be change to root owner instead of centovacast. Fixperm will fix this, but only until the next logrotate.
So there are still several errors around, especially owner/user stuff which is not correct yet.