2. Copy over your old Urchin data to your new server.
a. Do this on your OLD server:
ncftpput -u admin -p password -R newserver.com /usr/local/urchin/ /usr/local/urchin/data/*
b. Once it has transfered over, then:
cd /usr/local/urchin/
(on the new server) and then run:
chown nobody:nobody -R data
(on the new server)
3. On the OLD server do:
cd /usr/local/urchin/util
./uconf-export -f config.txt
vi config.txt
and DELETE everything under "Global Settings" and everything under "Process Settings". They will look something like this:
#---------------------
# Global Settings
#---------------------
ct_name=Access Settings
cr_remoteadmin=on
cr_remoteaccess=on
ct_port=9999
ct_schedulers=|server.12408|
ct_license=3PCGTZ1GGTGXP4E1Y4RASPEFLF1EARD7DLPTP7FE9GMTT4ZB8GP6PFRC1A77RM4X3XA2U
A19
ct_serial=BL2GAU5S31DR1CLEOALWZXWA
cr_setupwizard=off
cr_dcmode=off
#---------------------
# Process Settings
#---------------------
ct_name=Process Settings
cr_processdns=off
Make sure to delete all of that.
Save the file.
ncftpput -u admin -p password -R newserver.com /usr/local/urchin/util /usr/local/urchin/util/config.txt
4. Now on the NEW server do:
cd /usr/local/urchin/util
uconf-import -o -f config.txt
5. All Done! Launch Urchin and make sure it worked.