Posts Tagged urchin 6

How to move/migrate Urchin 6 to a new server

In the event that Urchin needs to be moved from one server to another, all its configuration and report data will need to be migrated. Follow the steps below to ensure that everything gets moved over smoothly and working on the new server:

  1. Move Urchin Configuration Database
  2. Install Urchin 6 on the new server
  3. Move report data
  4. Move custom files and templates
  5. Modify custom settings
  6. Verify new setup
  7. Request Urchin Serial Reset

1. Move Urchin Configuration Database

Backup your existing Urchin configuration database using one of the following methods:

MySQL
mysqldump –u {username} –p {database} > urchin_bak.sql

PostgreSQL
pg_dump -p {database port} -U {username} {database} > urchin_bak.sql

Next, create the Urchin database on the new server: Click here for instructions. Finally, import the configuration database to the new server.

MySQL
mysql –u {username} –p {database} < urchin_bak.sql

PostgreSQL
psql –h –p {port} -U {username} {database} < urchin_bak.sql

2. Install Urchin 6 on the new server

See this link for help. Make sure to uncheck “Delete and recreate Urchin specific database tables if they exist” during a Windows installations or answer NO to “Would you like to initialize the configuration database during install?” for Linix installations.

3. Move Report Data

By default, the Urchin report data files are stored under urchin/data. If this is the case with your installation, copy all the contents from old/server/urchin/data to new/server/urchin/data. If your data files are stored in a custom location, you may copy them wherever you like, but be sure to follow step 5.

4. Move custom files and templates

Any customizations made in Urchin are generally kept in the urchin/lib/custom directory. Make a backup of this entire ‘custom’ directory and restore it in urchin/lib/custom on the new Urchin server.

5. Modify custom settings

If any changes were made to the following files, be sure to replicate the customizations on the new Urchin server:

  • /etc/session.conf
  • /etc/urchin.conf
  • /var/urchinwebd.conf

6. Verify new setup

Run urchin/util/inspector to check the new Urchin 6 setup. If any permission errors were encountered, run inspector -r

7. Request Urchin Serial Reset

Complete this form to request an Urchin serial reset. Once the serial has been reset, start the Urchin services (urchin/bin/urchinctl start), navigate to the Urchin interface, and follow the steps to reactivate your license.

via: http://www.urchintools.com/urchin6/advanced-techniques/how-to-move-or-migrate-urchin-to-a-new-server

, , ,

No Comments

Urchin 6 has been released for purchase today, April 16th, 2008

I got an update email yesterday!

It’s officially here! Urchin 6 has been released for purchase today, April 16th, 2008!

Timeline: In October, Urchin 6 was released in limited beta and then in February, the Urchin 6 beta became available to the public and TODAY it’s finally available for purchase! See the official blog post from Google.

Features: The interface is now similar to Google Analytics, and there is a greater focus on the usability aspect. Up to 1,000 profiles (domains), log sources, e-commerce, and campaign tracking are all included with this one time purchase.

Urchin 6 will include individual visitor-level tracking, report cross-segmentation and a full suite of geo-targeting reports! The campaign tracking features in Urchin 6 have also been re-engineered to be easier for somebody who is looking to track their SEO/SEM efforts.

Price: Urchin 6 is available for $2,995, and this price includes the full functionality of the software. That means you no longer need to worry about purchasing all those different types of modules. With Urchin 6, you can run e-commerce and campaign tracking functionality on multiple servers with no extra cost!

Upgrading: For owners of standard Urchin 5 licenses, Urchin Software is available for a discounted price. The amount paid for the Urchin 5 installation will be applied towards the cost of Urchin 6 Software. For example, if you purchased the base module of Urchin 5 for $895, then Urchin 6 Software would cost $2,100 ($2995 – $895).

Benefits: Those who might benefit from Urchin the most would be those who prefer to keep their data on machines they can control, those who would like to process historical data, those who need their data audited by third parties, and those who would like to track on an intranet.

ROI Revolution is an Urchin 6 reseller and so if you are ready for Urchin 6, go to www.roirevolution.com/urchin/urchin-six.htm to purchase Urchin 6 today!

The ROI Revolution Team

Web: www.roirevolution.com

Blog: www.roirevolution.com/blog

Newsletter: www.roirevolution.com/trial.htm

Voice: 919-832-3233

Fax: 919-828-3282

No Comments